NavApp.IsUnlicensed([Guid]) Method

Version: Available or changed with runtime version 10.2.

Determines if the current user is assigned the Unlicensed entitlement type for the application.

Syntax

[Ok := ]  NavApp.IsUnlicensed([AppId: Guid])

Parameters

[Optional] AppId
 Type: Guid
The ID of the application for which to retrieve information, defaults to the current application.

Return Value

[Optional] Ok
 Type: Boolean
true if the current user is assigned the Unlicensed entitlement type for the application, otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

Remarks

For examples on how to use this method, see Entitlement object.

See also

NavApp Data Type
Getting Started with AL
Developing Extensions