microsoft / ALAppExtensions

Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
MIT License
768 stars 611 forks source link

[Request for External] Page 193 "Incoming Doc. Attach. FactBox" - Protected variables #26887

Open iamcgomes opened 1 month ago

iamcgomes commented 1 month ago

Describe the request

Could you please change the scope of the global variables "MainRecordRef", "GlobalRecordID", "GlobalDocumentNo" and "GlobalPostingDate" to protected in Page 193 "Incoming Doc. Attach. FactBox"?

Current

var
    MainRecordRef: RecordRef;
    GlobalRecordID: RecordID;
    GlobalDocumentNo: text;
    GlobalPostingDate: Date;

Requested

protected var
    MainRecordRef: RecordRef;
    GlobalRecordID: RecordID;
    GlobalDocumentNo: text;
    GlobalPostingDate: Date;

Additional context

We need to access the global variables "MainRecordRef", "GlobalRecordID", "GlobalDocumentNo" and "GlobalPostingDate" from the Page Extension. Internal work item: AB#542413

azure-boards[bot] commented 1 month ago

✅ Successfully linked to Azure Boards work item(s):