ProtectedclassProtectedcontextProtectedfieldsProtectedfieldsProtectedisProtectedlistsAdd a row to the record list.
Name of the record list.
A dictionary containing all the fields of the row.
A promise to retrieve the content of the new object added to the record list.
ProtectedGetRetrieve all rows from a record list field.
Name of the record list.
A promise to retrieve the content record list.
ProtectedLogSave all pending changes of an object.
Context information of the call. In most of the cases you can build the context using the request object.
OptionalclassRef: stringIdentifier of the type metadata.
OptionalinstanceRef: stringInstance identifier.
Identifier of the saved record.
Save all pending changes of a field of type record list.
Context information of the call. In most of the cases you can build the context using the request object.
Name of the record list.
Update a row in a record list.
Name of the record list.
A list of identifiers for the rows in the record list.
A dictionary containing all the fields of the row.
StaticFindFind a custom record by an identifier.
Context information of the call. In most of the cases you can build the context using the request object.
Identifier of type metadata.
Identifier of the instance.
Do not store the record in the local cache.
Promise to get the object instance.
StaticFromJSONParse Json content and populate the record.
Context information of the call. In most of the cases you can build the context using the request object.
Identifier of the type metadata.
Json content.
StaticLoadRetrieve a list of objects.
Context information of the call. In most of the cases you can build the context using the request object.
Identifier of type metadata.
Do not store the record in the local cache.
Promise to get the object list.
StaticNewCreate a new instance of a custom record and initialize fields based on type metadata.
Context information of the call. In most of the cases you can build the context using the request object.
Identifier of the type metadata.
Promise to get the object instance of a department
StaticParsePopulate the object's fields with data from the record.
Context information of the call. In most of the cases you can build the context using the request object.
Identifier of the type metadata.
A dictionary holding the record's data.
Object loaded.
A record of a custom entity created by the environment's implementer.