Skip to content

ConcatViewStateHash - cLocalWebAppHost

Concatenates the different parts of a view state hash into a single view state hash string

Type: Function
Return Data Type: String

Parameters

Parameter Type Description
sView String The view name
sRecordId String The record id ("" if none available)
sCustomHash String The custom hash ("" if none available)

Syntax

Function ConcatViewStateHash String sView String sRecordId String sCustomHash Returns String

Call Example

Get ConcatViewStateHash sView sRecordId sCustomHash to StringVariable

Description

Concatenates the different parts of a view state hash into a single view state hash string.

It will escape certain characters in the process.

You would override this function if you wanted to customize the format of a view state hash. This function is the inverse version of ParseViewStateHash.

Return Value

String containing the view state hash