pbStateHashInvalidError - cWebApp

Controls if an error will be shown when restoring an invalid state hash (basically entering an incorrect URL)

Type: Property

Access: Read/Write

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean pbStateHashInvalidError

Read Access: Get pbStateHashInvalidError to BooleanVariable
Write Access: Set pbStateHashInvalidError to BooleanVariable/Value


Description

Controls if an error will be shown when restoring an invalid state hash (basically entering an incorrect URL).

If this property is True, the `This URL contains and invalid view name.' and `This URL contains an invalid record ID.' errors will be shown.

If this property is False, no errors are shown and the user is redirected to the default view.