NavApp.GetCurrentModuleInfo(var ModuleInfo) Method

Version: Available or changed with runtime version 1.0.

Gets information about the application that contains the AL object that is currently running.

Syntax

[Ok := ]  NavApp.GetCurrentModuleInfo(var Info: ModuleInfo)

Parameters

Info
 Type: ModuleInfo
A value containing information about the currently running application.

Return Value

[Optional] Ok
 Type: Boolean
true if the information could be retrieved, otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

NavApp Data Type
Get Started with AL
Developing Extensions