On a condition type field can we limit which table fields are selectable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 09:01 AM
I want to add a table field and condition field to a form so that users can build conditions. I want to limit which fields they can select and possibly limit dot-walking in conditions. Is there a way to restrict which fields they can select in the condition builder?
- Labels:
-
User Experience and Design

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 09:09 AM
There is no straight forward solution for this, the best we can do is to restrict read access for the fields. But that is going to impact user's ability to read those fields anywhere in the platform.
Refer to below solution:
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2023 04:20 PM - edited ‎02-10-2023 04:24 PM
Hi Stephen,
Indeed there's a way to restrict which fields are shown to the user in the condition. What you will need to do is to add the attribute restrictTo to your Condition field and list the fields that you will like to be seen separated by a semicolon.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2023 04:23 PM
Here goes an example of the attribute:
restrictTo=description;short_description;assigned_to
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2023 12:53 AM
Can confirm (for the benefit of anybody else who finds this), this works, confirmed in Tokyo.