Salesforce

VarMod (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

VarMod (Magic xpa 3.x)

Checks whether the contents of a variable was changed since the data view record was fetched.

Syntax:

VarMod(variable)

Parameters:

variable: A value representing a variable index. Should be used with the VAR literal.

Returns:

TRUE if modified

Example:

VarMod('A'VAR) evaluates to True if the contents of variable A were changed since the data view record was fetched.

See also:

ViewMod, Var functions

The Online and Rich Client Samples projects (program VA07, VA08, RVA07 and RVA08)

Reference
Attachment 
Attachment