Proposed change approvals

Community Alums
Not applicable

Hi folks,

When a proposed change is submitted on CHG form approval should be sent to affected CI’s support group, and these approvals should not effect normal flow. 

 

I created subflow and triggered this using BR when manual proposed change is TRUE, but approvals are not being triggered.

 

how to achieve this feature, is there any alternate approach ?

11 REPLIES 11

Mark Manders
Mega Patron

Can you share some more information on your config? Is the the subflow not triggered? Is it triggered, but no approvals are created? What is the outcome of the flow executions? Do you have logging to tell us what is happening?


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Community Alums
Not applicable

Hi @Mark Manders ,

It’s throwing GlideRecord is invalid

protege747
Tera Contributor

image.png

 

you should use the out-of-the-box Change Approval Policy to configure this.

Community Alums
Not applicable

Hi @protege747 , @Runjay Patel 

approval should be sent to support group of CI changes that we proposed, change approval policies cannot be applied in this case

Hi @Community Alums ,

 

Ohhh i missed it. on that case you need to do with flow/workflow only.

follow below steps.

 

1. Add if activity and check CI is not empty.

RunjayPatel_0-1729571283804.png

2. Add "Ask for Approval" Activity.

RunjayPatel_1-1729571536730.pngRunjayPatel_2-1729571578342.pngRunjayPatel_3-1729571646635.png

 

4. Rest flow would be same, do not change anything, just above activity.

 

If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.