Services
The ctx.services layer scripts use to read, create, update and query ERP data.
Entity Services
Method
Description
const account = ctx.services.accountService.readById(accountId);
account.custom.myapp.externalId = 'EXT-123';
ctx.services.accountService.update(account);VQL Service
User & Group Service
DTO Factory
Adding Nested Objects to an Entity
Utilities
API References
Logger
Destructuring
Last updated
Was this helpful?