get field value for condition builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2016 07:52 AM
There is a field on my form that will have a randomized code. When the overall action is complete, that randomized code will be written to a string field on a user record.
On the same form is a condition builder linked to sys_user. This condition builder should identify user records that do not contain the value of the randomized code field.
The field is called Name Code (u_name_code). The field on the user record is User Actions (u_user_actions).
I want the condition criteria to be something like:
User Actions | does not contain | javascript:gs.getValue('u_name_code');
Needless to say, this does not work.
Is it possible to use javascript to get a value on a form and enter it into the condition builder criteria?
Thanks,
Chad
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2016 03:19 PM
Maybe you are looking for "Relationships" that allows you to combine tables based on certain values and outputs the results.