NavApp.GetCallerCallstackModuleInfos() Method
Version: Available or changed with runtime version 14.0.
Gets information about extensions on the callstack that contain the method, which called the currently running method. For example, if method 1 (in extension A) calls method 2 (in extension B) calls method 3 (in extension C), which calls GetCallerModuleInfo, then GetCallerModuleInfo will return information about extension A and B.
Syntax
ModuleInfos := NavApp.GetCallerCallstackModuleInfos()
Return Value
ModuleInfos
Type: List of [ModuleInfo]
The unique set of application information.
Related information
NavApp Data Type
Getting Started with AL
Developing Extensions