API Operations
apiOperations provides predefined functions to perform CRUD operations within Supista ERP.
This includes:
- Standard table operations (Create, Read, Update, Delete)
- Advanced relational operations that require:
__d3__parentId__d3__relationId
These reserved keys allow you to manage nested or related table data safely and consistently inside the ERP customization layer.
Core Operations
Bulk & Advanced Operations
Utility Operations
Relational Operations
For operations involving related tables, include the following fields in your payload:
{
__d3__parentId: "parent-record-id",
__d3__relationId: "relation-identifier"
}