Good day.
i’m new to IFS
i’m looking for a list of variables that are available programmatically.
also known as substitution variables.
Examples of variables i know work
#USER_ID#
#DEFAULT_COMPANY#
Any help will be greatly appreciated.
Good day.
i’m new to IFS
i’m looking for a list of variables that are available programmatically.
also known as substitution variables.
Examples of variables i know work
#USER_ID#
#DEFAULT_COMPANY#
Any help will be greatly appreciated.
Best answer by TyroneNelILC
i have searched for alternative substitute variables and could not find any info.
Alternative solution was found.
After some tinkering i was able to use the #User_ID# in the SQl Query to retrieve the Access Groups of the user and Filter the Dataset accordingly.
Example of condition used
(access_group in (SELECT access_group FROM PERSON_ROLE_ACCESS_GROUP WHERE person_id = '#USER_ID#'))
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.