- Home [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]
- Getting started
- Use cases
-
API
- Object types
- Data types
-
Global constants
- Application
- ApplicationUserProfile
- ApplicationWithBatcher
- ApplicationWithParams
- BrandingSettings
- CompanyInfo
- Converter
- Directories
- Files
- HttpApiHandler
- HttpApiRequest
- ICache
- IStorage
- MailMessage
- Mailbox
- OrganisationStructure
- OrganisationStructureTree
- Portal
- PortalPageInfo
- PortalSettings
- Portals
- Process
- Processes
- ProductionSchedule
- Reminders
- Replacements
- Serial
- ServerCollection
- Service
- SignupUrlParams
- SystemCollections
- SystemCollectionsWithEvents
- SystemCollectionsWithFilterEvents
- Templater
- Translator
- UserGroups
- Users
- Watermarks
- Report
- Reports
- SR
- 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
System object
Has access to system collections and is always available as a global value in scripts:
const cu = await System.users.getCurrentUser();
Type parameters
P: Processes
Hierarchy
Properties
Readonly cache
Cache to temporary store data on the server.
Readonly company
Company data.
Readonly converter
File converting.
Readonly digitalSigns
Deprecated
Digital signatures.
Digital signatures are moved to
System.signs
. This property is going to be deleted.Readonly directories
Directories.
Readonly files
Files.
Readonly lines
Live Chats.
Readonly mailbox
Mailbox.
Readonly organisationStructure
Organizational chart.
Readonly portals
Portals.
Readonly processes
Processes.
Readonly productionSchedule
Business calendar.
Readonly reminders
Reminder.
Readonly replacements
Substitutions.
Readonly signs
Digital signatures service.
Readonly storage
Long-term storage used to store any string data on the server.
Readonly templater
Templater.
timezones
Time zones.
Readonly userGroups
User groups.
Readonly users
Users.
Readonly watermark
Service for working with watermarks.
Methods
getBaseUrl
Deprecated
Get the company’s base URL.
Use
System.company.url
.Returns string
getLanguages
Deprecated
Get languages available in the system.
Use the
System.company.getLanguages()
method.Returns Promise<Language[]>
Properties
Methods