- 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]
- 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 - Dynamic event type calculation
- Typical use cases
-
API
- Object types
- Data types
- Global constants
- Work with apps
- Web requests
- Access permissions
- Document flow
- Live Chats
- “Code” widget
-
Signatures
- DigitalSignIdentificationType
- DigitalSignRequestStatus
- EntitySignOperationStatus
- SignStatus
- SignType
- SignTypes
- CertData
- CertNames
- DigitalSign
- DigitalSignActualizationData
- DigitalSignItemData
- DigitalSignProviderRef
- DigitalSignRequest
- DigitalSignSearch
- DigitalSigns
- EntitySign
- EntitySignItem
- EntitySignSearch
- EntitySigns
- EntityVersion
- NewSign
- SignData
- SignDetails
- SignProvider
- SignProviderItem
- SignProviderSearch
- SignProviders
- Signs
- EntityStatus
- SignHash
- SignedContent
- Business calendars
- Integration with IP telephony
- Integration with email marketing services
Service for working with signatures
Includes objects that are used to work with signatures: a service for working with digital signature providers, a service to wirk with app item signatures, and an object to work with certificate issuing requests.
Hierarchy
Properties
digitalSigns
Object for working with digital signature certificate issuing requests.
entitySigns
Service of working with app item signatures.
providers
Service for working with digital signature providers.
Methods
getStatus
The method gets the app item signature status.
Parameters
app: RefItem
Optional userID: undefined | string
Returns Promise<EntityStatus>
Set of key-value pairs, where the key is the signature type (attribute signature or file signature), and the value is its status.
// Example of getting the current signature status const userID = Context.data .user; const app = Context.data.document; const signStatus = await System. signs.getStatus(app, userID); const attributes_status = signStatus[SignType. Attributes] ?? SignStatus.Unknown; const file_status = signStatus[SignType. File] ?? SignStatus.Unknown;
Properties
Methods