- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 07:40 AM
Hello All,
I'm editing a record producer and need to hide one of the choices on the reference field. I.e. Reference to the sys_group table, and one of the entries on that table doesn't need to be able to be chosen when the front end user is completing the form. Please help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 07:33 PM
Reference qualifier! go and edit the variable and then you can add in the logic of what to show
For instance lets suppose I had a list of employees and i wanted to disaplay only those with last names starting with A.
I would go to the variable and one of the options I beleive its reference qualifier will allot you to specify that only last name starts with A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 07:33 PM
Reference qualifier! go and edit the variable and then you can add in the logic of what to show
For instance lets suppose I had a list of employees and i wanted to disaplay only those with last names starting with A.
I would go to the variable and one of the options I beleive its reference qualifier will allot you to specify that only last name starts with A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 02:01 PM
Thank you so much!