Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.39 KB

navapp-getcurrentmoduleinfo-method.md

File metadata and controls

39 lines (32 loc) · 1.39 KB
title description ms.author ms.date ms.topic author ms.reviewer
NavApp.GetCurrentModuleInfo(var ModuleInfo) Method
Gets information about the application that contains the AL object that is currently running.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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