Flow Designer - Cannot find the Requested Item Table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2021 09:36 AM
Hello,
Can i ask the community for assistance as im trying to create flow via the Flow Designer and i cannot find the Requested Item Table as i need to perform a trigger and update on the record.
Thanks for your help all.
Jerry
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2021 09:38 AM
Hi
you cannot select table sc_req_item for a "Updated" or "Created" trigger. This is because there is the "Catalog" trigger which you have to take instead.
If you want to react on RITM changes, you can implement Business Rules.
Kind regards
Maik
If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2021 09:45 AM
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2021 09:52 AM
Hi
are you sure, that your question is about records from table sc_req_item? It is rather unusual to have RITMs with a state "on hold".
And your statement regarding the Business Rule is also strange, because a Business Rules doesn't care about on which experience a record has been updated.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2021 09:43 AM
Hi,
Yes sc_req_item is not available. As a workaround for a problem I had to solve just this week; I ended up creating a business rule on the table and called a flow from that using the FlowAPI.
Might be an idea 🙂
Geoff