- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 01:51 AM
Hello,
i need to create a catalog item which will create a normal change which is in authorize state. It is no problem to do that with a flow but at the same time the catalog item always creates a REQ and a RITM before creating the change.
Is there a way to prevent this?
I am trying to keep it within a onSubmit catalog client script but so far i could not find the right way to go.
Also in Flow Designer it seems i can only "get catalog variables" if there is an existing RITM. So im not sure if it will be possible as i will need "description" and "attachment" field filled in the catalog form.
Thank you for your answers.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 02:42 AM
Hi @lmao ,
Please mark my response as solution accepted, so that it helps future reader as well.
Regards,
Rohit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 02:19 AM
that's the platform behavior if you use catalog item and it will generate REQ and RITM.
What's your business requirement?
what should happen when this catalog item is submitted? A change is to be created?
What should happen with the variables present on catalog form?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 02:25 AM
@lmao Use and explore the Record Producer instead of creating maintain(catalog) Item for genering Change Request record so that you will get prevented from creatation of REQ and a RITM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 02:45 AM
thank you everyone i will go with record producer
