Skip to main content

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'


@suneth 

Please accept my sincere thanks for your prompt response. This was very helpful.

 


Reply