I am ultimately trying to replicate this fact box from the Cust. Ledger Entry table
Whenever you select a different row (highlighted by light blue) it updates the fact box on the right. I am wondering what trigger is used for that?
I am ultimately trying to replicate this fact box from the Cust. Ledger Entry table
Whenever you select a different row (highlighted by light blue) it updates the fact box on the right. I am wondering what trigger is used for that?
Hi, There are no triggers, they are associated using the SubPageLink property. This is very common practice.
But there is a special case, such as Attribute on Item list. The code is executed in the OnAfterGetCurrRecord() trigger.
Hope this helps.
Thanks.
ZHU
André Arnaud de Cal...
292,688
Super User 2025 Season 1
Martin Dráb
231,643
Most Valuable Professional
nmaenpaa
101,156
Moderator