- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 09:59 PM
Is there any way that we can resubmit the record producer once it is rejected.
Since all the fields will be readonly and user cannot resubmit in the backend as we have the access restriction. It has to be done in the portal is there any please help with that.
Any other ways to do this ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
Hope you are doing good.
Did my reply answer your question?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 11:26 PM
Since it the records on the custom table and hence we cannot create directly. I know that still we can do this by creating a RITM and then a custom record but client was not accepting in that way.
Can you suggest any other possible way yeah its fine that we can create a one more record but how come user does this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hope you are doing good.
Did my reply answer your question?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
Hope you are doing good.
Did my reply answer your question?
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12 hours ago
@pk2184046
ServiceNow record producers typically create records in tables like Incident, Change, etc., and once submitted, the producer form itself doesn’t allow resubmission because it’s a one-time creation process.
One approach you can consider is:
✅ Use a Catalog Item Instead of a Record Producer
- Convert the record producer into a Catalog Item.
- Catalog Items allow request re-submission via the Service Portal.
- You can use Flow Designer or Catalog Client Scripts to handle logic for rejected requests and manage the resubmission process effectively.
If my response helped, please mark it as Correct ✅
