get field value for condition builder

chadlockwood
Kilo Sage

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

5 REPLIES 5

Maybe you are looking for "Relationships" that allows you to combine tables based on certain values and outputs the results.