requested item created automatically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
Hi,
Some RITMs are creating automatically by the system daily, can anyone please provide RCA for this issue.
Screenshot is attached for the reference, pls have a look once.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
@NIRANJANAH there must be some scheduled job, Flow which might be running on daily basis.
if its is getting created on exact date and time on daily basis then you can go to sys_trigger table and filter out based on your date and time or you can also check scheduled job what is scheduled on that date and time. You will get to know whether scheduled job script or flow or something else.
✔️ If this solves your issue, please mark it as Correct.
✔️ If you found it helpful, please mark it as Helpful.
—
Shubham Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
Hi @NIRANJANAH
Source could be flow ( as stage is properly defined), Scheduled job (schedule import).
RITMs (Requested Items) can be created using the sn_sc.CartJS() API from scheduled script (BR as well)..
Check those places.
