Flow Designer : RITM On Hold - Awaiting Caller Reminder Notification

H_ctor Blanco
Kilo Guru

Hi all,

 

I have implemented a flow to send a reminder when the incident is awaiting requester for 3 days. To do that, I have created a trigger for every update on the incident table, with the condition "waiting reason = awaiting requester".

 

Now, I`m trying to replicate the flow for the sc_req_item table, but I can´t create a trigger as for the incident table. For the sc_req_item table, the trigger action is Service Catalog. How can I replicate this condition using the Service Catalog trigger?

 

Regards.

1 ACCEPTED SOLUTION

I'm afraid that won't work. Do that in a business rule instead, probably more straight forward (if you insist on using Flow Designer elements, you can call a subflow or action via script using the Flow API).

View solution in original post

5 REPLIES 5

You probably have a "before query" business rule running on the 'sc_req_item' table that adds the additional query. Check that out.