Opens an edit context for the record identified by entity and key.
The entity name, e.g. "Comp"
The key of the record. Use key = 0 to create a new record
Private
attachmentProtected
closecontextProtected
commitPrivate
dataThe entity name, e.g. "Comp"
Protected
idPrivate
isThe key of the record. Use key = 0 to create a new record
Protected
requestProtected
responseProtected
apiProtected
afterProtected
asCopies data from an existing record in the database. The same entity as the current is assumed. The table views within the index range minIndex to maxIndex are copied. By default, all table views are copied. To copy a single detail, obtain the table view index using IndexFromDetail and use this value as MinIndex and MaxIndex.
The key of the source record.
The index of first table view to be copied.
The index of last table view to be copied.
Protected
findProtected
findProtected
findProtected
findProtected
findProtected
findProtected
findRequest attachment from File table
Retrieves a relation DataSet for the specified detail in the edit context.
The detail name, e.g. "Comp"
SQL filter expression, e.g. "COMMENT like '%template%'"
If true, blob fields (e.g. memo, stream) are returned
Protected
registerPrivate
resetPrivate
setSets the security for a user or group.
The user or group for which security is added.
A sum of one or more of the following values: 1 (search), 2 (read), 4 (write), 8 (delete) and 256 (secure). Useful combinations are 7 (read/write), 15 (read/write/delete) and 271 (full control = read/write/delete/secure).
Assign multiple field:value's in a category dataset
e.g. {"compcustLanguage": "FR"}
Updates field values of a detail relation. When the detail relation doesn't exist, an exception is thrown.
The detail name, e.g. "Comp"
The key of the detail. If detailKey is 0, the current detail record is used
e.g. {"OPENED": "0"}
Updates the field values of a master data set.
e.g. {"archived": "1"}
Constructed class Returned by RemoteObjects.openEditObject