- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 09:23 AM
Hello All,
On catalog task I've a section called change request information, in this section I'm validating CAB date via business rule after update. Please see below
I have a "Create Change" UI action on the same task form that I want to stop submitting if the CAB date is incorrect. What script action must I execute?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 09:43 AM
Hi @Reddy ,
You can apply the same logic in UI action as you applied in the Business rule for showing error. So if it is inside that error loop then don't create the Change else you can call thet Create Change function in UI action.
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 09:43 AM
Hi @Reddy ,
You can apply the same logic in UI action as you applied in the Business rule for showing error. So if it is inside that error loop then don't create the Change else you can call thet Create Change function in UI action.