Question

What is the page where the - Event Action - Fire occurs?

  • 16 October 2023
  • 1 reply
  • 34 views

Userlevel 6
Badge +14

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.

 

 


1 reply

Userlevel 6
Badge +14

I have located the page. Nonetheless, I am wondering if there is a way to identify the name or path of the page using SQL code to locate it more quickly?

 

Reply