
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 07:39 AM
I am trying to set value of assignment group using client script on onSubmit functionality, but the below code is not working. Please help :
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 08:12 AM
You should use an Assignment rule. All that script is doing is setting an assignment group variable, not the assignment group on the record.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 08:00 AM
I would use an onChange script for this, is there a reason you are using onSubmit?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 08:01 AM
yes it has to execute onsubmit

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 08:02 AM
Have you checked to make sure your condition is actually true? Is the value of the field tax?
can you add an alert statement to show "authorityValue"?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2021 08:07 AM
I have added an alert Inside tax and am able to see that on clicking submit button.