Greetings, IFS community.
What is the easiest way to identify the page or path from which the custom action is initiated?
I have, for example, the table STATUS_FEE_TAB and the LU AccountTaxCode
Is there an easy way to identify the page from which the event action is called?
I can run the following SQL
select *
from dictionary_sys_lu l,dictionary_sys_view v
WHERE
l.lu_name = v.lu_name
AND v.view_name = 'STATUTORY_FEE'
In addition to providing some details, it is not possible for me to identify the actual page on which the event action will be performed.