Greetings, IFS community.
What is the most efficient way to locate the component to which a view belongs? Any Query?
Thank you.
JL
Greetings, IFS community.
What is the most efficient way to locate the component to which a view belongs? Any Query?
Thank you.
JL
select l.module from dictionary_sys_lu l,dictionary_sys_view v WHERE l.lu_name = v.lu_name AND v.view_name = 'View_Name'
Please accept my sincere thanks for your prompt response. This was very helpful.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.