How to use condition on a function field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 09:28 AM
Hello everyone,
Could someone please let us know is it possible to use condition on a function field? I googled, but could not find much information on this.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 09:58 AM
Why do you mean by "use condition on a function field"? Like your function field has an if/then statement in it? If so the answer is no you cannot do that because the functions are run by the DB server. If you need some decision logic you will need to use a custom field that calculates via the dictionaries "Calculated" check box and script or calculate it using a business rule.
The docs here explain the limitations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 01:44 PM