updateRecord()
Purpose
Updates an existing record.
This method works with external objects (including those mapped to OpenEdge services) and native Platform objects.
Syntax
updateRecord(string sessionId, string objDefName, string uid, DataFieldArr arr, boolean useIds);
Parameters
sessionId
A string containing the session ID obtained at log in.
objDefName
A string containing the object definition integration name.
uid
A string containing the record ID.
arr
A
useIds
A boolean value: if
Output
None.
Permissions Required
Edit permission for the requested object type.