Hello
Is there a way to get the "Parent Page" on which the fact box is displayed at the moment?
So for example the Sales Hist. Bill-to FactBox is implemented both on the customer card and on the customer list. How can I find out in the code of the fact box on which page it is displayed right now?
I need this for the following scenario:
I have added a new field on Page Sales Hist. Bill-to FactBox which I calculate in the OnAfterGetCurrRecord() trigger. Now I would like to only calculate this field on the customer page but not on the customer list. So how can I find out inside the fact box on which page it is displayed at the moment?
Thanks for any suggestions