Previous Next

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:
Access:
Applies to:
 
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.

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.