This property selects how a selection made by the user in a popup list will effect the active page and field values.
Value |
Meaning |
Update_Web_Field |
Default. The key1 or key2 from the matching table will be used to update the value in the web page directly. The name of the fields from the source selection table and this field will be used to determine if the key1 or key2 value will be used. |
Update_Matching_Web_Fields |
The field will be updates along with any other fields in the source list that have matching names on the active page. |
Update_Using_Custom_Function |
A custom javascript function will be called to perform the update--the name will be "fn[mapname]" where [mapname] is the containing field map name for this field. |
Update_Set_and_Get_All_Changes |
Send in all changed fields along with the Popup request, then sync-back all field changes afterwards |
Update_Server_And_Refresh_Webpage |
After the user selects from the popup list, enter the list selection and then refresh the webpage to reflect any and all changes made due to the selection |