- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 11:10 AM
I have the following form:
What I am trying to do is, when 'Operational work type' is selected, I would like to 'Work category' to to populate as well. I have the following client script, but it is not working:
Am i missing something? Please help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 11:40 AM
Since your custom field that you're trying to set is on the task table, not resource plan, use:
g_form.setValue('task.u_work_category', '4');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 11:46 AM
thank you! that worked!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 11:55 AM
You are welcome!
Connect with me https://www.linkedin.com/in/brad-bowman-321b1567/
Find me @ Knowledge 25!