Value
Use only with the SessionOnVarChanged framework event.
Specify a value to be assigned to the session variable that, when changed, generated the event. This value replaces whatever value was requested by the process that initiated the change. In effect, this overrides the original change request behind the scenes.
For example, suppose you have an event that is set to be executed whenever a user tries to reset a particular session variable. This event can be used to override the user-initiated change and reset the variable to whatever value you designate here.
The contents of this field must use this syntax:
scalarExpr
where scalarExpr is a literal value or an expression that resolves to the value to which you want the variable to be set.
When you click Event Actions form, the system "wraps" this content within a SETVALUE( ) parameter, which yields this final syntax:
to return to theSETVALUE( scalarExpr )