Salesforce

EditSet (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

EditSet (Magic xpa 3.x)

Sets the edited value of the control that invoked the last handler.

Syntax:

EditSet (value)

Parameters:

value - the value entered in the control.

Returns:

A boolean value that indicates the success (True) or failure (False) of the function.

Note:

The value provided in this function must match the attribute of the variable associated with the control. If the attributes are not identical, the function will return a False value.

For controls other than the Edit control, which cannot be edited, the set value is the variable associated with the control.

If the EditSet function is evaluated in the flow when the Magic xpa engine is not parked on any control (such as in the Task, Record or Control logic units), the function will return a False value.

If the handler invoked on a control is set on a Force Control Exit event, the EditSet function will set the value of the variable associated with the control.

If the handler invoked on a control is set on a Force Record Exit event, the EditSet function will return a False value.

See also:

EditGet

The Online and Rich Client Samples projects (program VA01 and RVA01)

Reference
Attachment 
Attachment