Eagle Context
This codeunit is used to get the context information of the current running function (a report or codeunit).
Object Definition
Object Type | Codeunit |
Object ID | 70337599 |
Object Name | QWEEG Eagle Context |
Procedures
Name | Description |
---|---|
GetEagleOutputQueueEntryNo(): BigInteger | Get the Eagle Output Queue Entry No. if running in the context of the Eagle Output Queue. |
GetServiceAgencyId(): Integer | Get the Service Agency Id if running in the context of a client company. |
GetWorkflowDate(): Date | Get the Workflow Date if running in the context of a workflow. |
GetWorkflowId(): Integer | Get the Workflow Id if running in the context of a workflow. |
GetWorkflowInstanceNo(): Integer | Get the Workflow Instance No. if running in the context of a workflow. |
GetWorkflowName(): Text | Get the Workflow Name if running in the context of a workflow. |
GetWorkflowStepDescription(): Text | Get the Workflow Step Description if running in the context of a workflow. |
GetWorkflowStepNo(): Integer | Get the Workflow Step No. if running in the context of a workflow. |
GetWorkflowSystemId(): Guid | Get the Workflow System Id if running in the context of a workflow. |
This documentation is generated from Eagle v27.0