- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2021 07:13 AM
When trying to cancel a change record which is in New state, getting the below error message.
This is happening after the Rome Upgrade from Paris version.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 04:07 AM
There is another way to overcome this Issue.
In the UI Action script, there is a function "gsftSubmit()". pass "null" as a third parameter. This fixed my issue.(as reverting back to OOB, disabled some customizations).
If this fix the issue, please mark it as helpful.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2021 10:07 PM
There was a change in the UI Action version after the Rome Upgrade. Once, I reverted back to the baseline version. Issue fixed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2022 07:19 AM
Hi Ram,
I am also facing same issue in our instance which is upgraded to Rome.
Could you please let me know how to revert it to baseline version? could you please let me know which is baseline version?
Thanks & Regards,
Ranjita Hegde
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 04:07 AM
There is another way to overcome this Issue.
In the UI Action script, there is a function "gsftSubmit()". pass "null" as a third parameter. This fixed my issue.(as reverting back to OOB, disabled some customizations).
If this fix the issue, please mark it as helpful.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 04:07 AM
There is another way to overcome this Issue.
In the UI Action script, there is a function "gsftSubmit()". pass "null" as a third parameter. This fixed my issue.(as reverting back to OOB, disabled some customizations).
If this fix the issue, please mark it as helpful.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2022 04:40 AM
Ram,
Where have you found documentation on gsftSubmit ?