Salesforce

IsContextReInitializing (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

IsContextReInitializing

Returns an indication whether a context has been re-initialized.

Syntax:

IsContextReInitializing()

Parameters:

None

Returns:

TRUE only when defined in Main Programs/Task Prefix on re-initializing the Web Client session after crash.

FALSE when used anywhere other than Main Programs/Task Prefix.

Example:

IsContextReInitializing() returns TRUE if called from Main Program/Task Prefix.

Note:

  • The users can use this function as a condition to decide whether to re-execute any flows in the Main Programs conditionally on re-initialization.

  • This function is supported only in Web Client tasks.

Since version: 4.7

Reference
Attachment 
Attachment