Skip to main content
Question

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

  • October 16, 2023
  • 1 reply
  • 37 views

ZTC ZTC JGOTA
Hero (Customer)
Forum|alt.badge.img+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

ZTC ZTC JGOTA
Hero (Customer)
Forum|alt.badge.img+14
  • Author
  • Hero (Customer)
  • 235 replies
  • October 16, 2023

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?