on 2018 Dec 27 1:23 PM
Hello! I am trying to customize the Function Approval Workflow so the approvers can receive the direct item link for approval - similar to this:
Click here to review the request.
Click here to approve/reject the request.
I have tried to add LINK_WORKITEM thru GRFNMW_CONFIGURE by following this great post (
https://blogs.sap.com/2015/04/18/grc-email-notificationsvariables-customization/) but when I click on the email link, the link does not work - instead it shows %link_workitem%. This is how it is setup in Maintain Notification Variables for this MSMP.
Could you please let me know what I am missing?
Thank you!
Request clarification before answering.
Hi Josiane,
For functional approval workflow there is no notification variable available to provide direct link to the approvers for approval. You can verify available notification variables here.
You are just adding the new notification variable in GRFNMW_CONFIGURE but the corresponding link generation logic is not available in the function module "GRAC_NOTIF_VAR_RULE_FUNCAPPR" from where the notification variable get their values populated and hence you are seeing the same variable name in the email notification.
Sample logic on how the approval link (LINK_APPROVE_REJECT) will be determined for access requests is shown in the following function module and the similar one was not available for function approval workflows
You can also check this SAP Note: 2637898 - Is it possible to create custom variables for Workflow Notifications?
Regards,
Madhu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Babu!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.