Codeunit CCS DMS License Management
codeunit 5306004 "CCS DMS License Management"
Avertizare
This codeunit is pending obsolete. The object accessibility level will be set to internal. NewCodeStructure
Properties
Name | Value |
---|---|
ObsoleteState | Pending |
ObsoleteReason | The object accessibility level will be set to internal. |
ObsoleteTag | NewCodeStructure |
Methods
GetAppId
public "CCS DMS License Management" GetAppId(): Guid
Returns the app id
Return Value
Guid
The app info app id.
GetGranuleId
public "CCS DMS License Management" GetGranuleId(AppGranule: Enum "CCS LIC App Granule"): Guid
Returns a guid of the granule. The granule can also be the app id.
Parameters
Name | Type | Description |
---|---|---|
AppGranule | Enum "CCS LIC App Granule" |
The granule to return the guid from. |
Return Value
Guid
The granule guid.
GetGranuleName
public "CCS DMS License Management" GetGranuleName(AppGranule: Enum "CCS LIC App Granule"): Text[128]
Returns the name of the granule. The granule can also be the app id.
Parameters
Name | Type | Description |
---|---|---|
AppGranule | Enum "CCS LIC App Granule" |
The granule to return the name from. |
Return Value
Text[128]
The granule name.