| delete
|
Deletes a specific record from an entity based on its ID. |
| executeDbTask
|
Executes a database stored procedure that has been registered as a DB task in FintechOS Studio. |
| insert
|
Adds a new record to an entity. |
| isInAudience
|
Checks if a record is associated with an audience. |
| isPersona
|
Checks if a record is associated with a customer persona. |
| startImport
|
Imports entity data from an Excel file (based on a data import template). |
| getById
|
Returns a record's data based on its ID and parent entity. |
| ftos.data.getFlowData
|
Reads the data for a given flow instance and returns the flow name and instanceId. |
| ftos.data.patchFlowData
|
Updates the flow instance data with the specified object that you want to change. |
| getByQuery
|
Returns a fetch result set. |
| getByQueryAndCache
|
Returns a fetch result set from cache. |
| getNextSequenceNumber
|
Gets a new sequence number from a sequencer. |
| update
|
Updates attribute values for a specific record. |
| updateBusinessUnit
|
Updates a record's associated business unit. |
| loadTransientData
|
Returns an object containing the attributes' names and values for a transient data entity with customized input parameters. |
| loadExtension
|
Returns an object containing an entity extension's attributes and values. |
| migrateSessionDataToUser
|
Assigns data ownership for the records in an anonymous session to a platform user account. |
| version
|
Versions and entity record. |
| closeLastApprovedVersion
|
Closes an approved entity record version and redirects its references to a specified version draft. |