Hello,
Can we create an IAL in IFS where the user can input value for a condition defined under the Where Clause? If this is possible, what is the format to define that condition?
Using an example from IFS 10 documentation:
In this example, the where condition relies on a specific condition (TRUE)
Security_SYS.Has_System_Previlege(‘ADMINISTRATOR’) = ‘TRUE’
Is it possible to give the user ability to enter TRUE or FALSE through a variable?
Security_SYS.Has_System_Previlege(‘ADMINISTRATOR’) = ‘&User_Input’
My assumption is it won’t be possible using an IAL but wanted to confirm this anyway.
Thank you!