Catalog item in Order Guide execution

srimanta sahoo1
Tera Contributor

Hi All,

 

I have one order guide which trigger catalog items based on some variable attributes.

 

I want to trigger a catalog item which will be used for approval purpose but after completing all the existing RITM is closed.

 

Example:  Order Guide Name: TestOrder Guide

It trigger 2 catalog item and once all are closed, another item will be be trigger which should do approval.

 

Is there any way to achieve this.

 

Thanks

 

 

 

8 REPLIES 8

Rajesh Mushke
Mega Sage
Mega Sage

Hi @srimanta sahoo1,

 

is there any specific reason for triggering the approvals once RITM is closed?

If it's really required, why don't you use the request to trigger the approvals if it is dependent on both the catalogs?



Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

Hi 

once RITM is closed then it should trigger for approval.

Follow the below steps

1). Create a custom workflow to run only for this specific order guide on the request (sc_request) table

2). This workflow should run only once existing request changes to closed complete

3). Make sure add the proper filters on the  workflow, otherwise this will run on all the catalog items

4). You can have the run script activity to create/submit the new request.

 

Let me know if you need more help!

 



Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

Hi

2). This workflow should run only once existing request changes to closed complete.

Once this step will be done, the main request will be closed as per OOTB business rule that is on request table. once the request will be closed the approval will not work.