Hi All,
Please see below - in approval entries page I want to include the Approval Code.
It is visible in page inspection, but not visible as a field in AL to do a page extension for.
Where can I find this field?
it's missing?
Hi All,
Please see below - in approval entries page I want to include the Approval Code.
It is visible in page inspection, but not visible as a field in AL to do a page extension for.
Where can I find this field?
it's missing?
Thank you, I was doing something silly....appreciated!
I have no problem adding that field using this code:
pageextension 55025 ApprovalEntriesExt extends "Approval Entries" { layout { addafter("Amount (LCY)") { field("Approval Code";"Approval Code") { ApplicationArea = all; } } } }
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156