- API
- Object types
- Getting started [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
- Manage types
- Global context and isolation
- Manage apps
- Batch actions with app items
- Manage external services
- Scripts in widgets
- Web components
- Access permissions
- Getting started with processes
- Getting started with signatures
- Getting started with file previews
- Getting started with the organizational chart
- Getting started with users and groups
-
Getting started with the
Table data type -
Getting started with the
Category data type - Dynamic event type calculation
- Typical use cases
-
API
-
Object types
- DispositionType
- ProcessInstanceState
- ProcessTaskState
- ReassignTasksType
- ApplicationItemRegistration
- ApplicationProjectItem
- ApplicationProjectItemRef
- ApplicationProjectPlanElementItem
- ApplicationProjectPlanElementItemRef
- BaseApplicationItem
- BaseApplicationItemRef
- BaseItem
- BaseItemData
- CurrentUserItem
- DirectoryData
- DirectoryItem
- DirectoryItemRef
- EmployeeItemData
- EmployeeItemParams
- EmployeeItemProcesses
- FileData
- FileItem
- FileItemRef
- FileVersionData
- FileVersionItem
- ImageData
- ImageItem
- ImageItemRef
- InstanceAddr
- Item
- ItemData
- ItemRef
- MailMessageData
- MailMessageItem
- MailMessageItemRef
- OrganisationStructureData
- OrganisationStructureItem
- OrganisationStructureItemRef
- ParamsItem
- ProcessInstanceData
- ProcessInstanceItem
- ProcessInstanceItemRef
- ProcessTaskData
- ProcessTaskItem
- ProcessTaskItemRef
- ProcessTemplate
- ProcessTimer
- ReminderData
- ReminderItem
- ReplacementData
- ReplacementItem
- StatusHistoryData
- StatusHistoryItem
- StatusHistoryItemRef
- TaskItemExit
- UserData
- UserGroupData
- UserGroupItem
- UserGroupItemRef
- UserItem
- UserItemRef
- ApplicationItem
- ApplicationItemRef
- ProjectedApplicationItem
- ProjectedData
- Data types
- Global constants
- Work with apps
- Web requests
- Access permissions
- Document flow
- Live Chats
- “Code” widget
- Signatures
- Business calendars
- Integration with IP telephony
- Integration with email marketing services
-
Object types
Object types
Read more in the article about data types.
Type aliases
ApplicationItem
App item
Contains a set of fields and methods common to items of any app (see BaseApplicationItem). This set can be extended with fields and methods specialized for items of specific apps..
ApplicationItemRef
Reference object for an app item
Contains a set of fields and methods common to reference objects of any app item (see. BaseApplicationItemRef). This set can be extended with fields and methods specialized for reference objects of specific app items.
Reference objects are generally used in App type properties to avoid loading all related data at once. To retrieve the full data of an app item, you need to call the method BaseApplicationItemRef.fetch and obtain the full object of the item ApplicationItem.
const my_app_full = await Context.data.my_app.fetch();ProjectedApplicationItem
App item with the limited set of fields
App item with data from the selected fields. Contains a set of fields and methods general for reference objects for any app item. Read more in BaseApplicationItemRef. Includes only data of the fields defined in the partial loading rule, as well as the mandatory
__idfield.ProjectedData
Data of the selected item fields
Contains only the fields defined in the partial loading rule, as well as the mandatory
__idfield.Enumerations
Interfaces
Type aliases