- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 08:28 AM
Hi All,
I have a record producer that goes to 'on hold' state as soon as the form is submitted.
On the record producer I have below script but the state doesn't change to 'new'.
1 is value of new option in state field
3 is value of on hold option
current.state = '1';
current.u_caller = producer.employee_name;
current.u_category = 'categoryname';
Even without the above the script it goes to 'on hold' state.
Has anyone seen this before or is able to help please.
Thanks,
Narks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 06:02 PM
@Narkkya Arulsel Can you check if is there any Business rule setting the state on hold?
Please mark the answer correct/helpful based on Impact.
Regards,
RJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 02:29 AM - edited 02-24-2023 02:33 AM
Hi,
Check any template is there under Generated record data tab in the record producer form that is setting the state to on hold.
Thanks,
Anoja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2023 03:22 AM
Can confirm I didn't have any template under Generated record data tab on record producer.