Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : UpdateDataSlots( ) method
 

UpdateDataSlots( ) method

Passes an array of DataSlot objects to the Business Process server. The server uses the DataSlot values to update the values of the corresponding server dataslots.
Return type: LOGICAL
Access: PUBLIC
Applies to: Progress.BPM.Process class

Syntax

UpdateDataSlots( INPUT dsArray AS Progress.BPM.DataSlot EXTENT )
dsArray
An array of DataSlot objects whose values are to be updated. The array can be the full array of DataSlots for the process or a subset of these DataSlots.
If the method succeeds, it returns TRUE.
The method fails if DataSlots that are not part of the process DataSlot definition are included in the array. If the method fails, it raises a BPM error.