cancel
Showing results for 
Search instead for 
Did you mean: 

Recipients based on SuccessFactors Role Based Permission

idefix
Participant
0 Kudos

In SuccessFactors we have Role based Permission to determine who have permission as a approver in workflow.

How can we implement this in SAP Process Automation?

In SAP Process Automation, there is a field "Recipients" -> Groups. But I can only enter list of emails, instead of a group like in SF.

How can I get the same permission group as in SF to put in the Recipient Group Field?

Thank you

tommymatthews
Employee
Employee
0 Kudos

The SCIM Interface for SFSF that we had them build for myHome/FLP that exposes the RBP as groups in SCIM. You can read more about that here

View Entire Topic
SudarshanS
Participant
0 Kudos

Hi Edwin and Archana,

we are trying to achieve the same. Our agent determination API returns a JSON data of the following format. Is there a way to assign the EmailID field of this output so SPA notifies all 3 of these recipients?

{

"Agents" : [ { "UserName": "user1", "EmailID": "user1@xyz.com" },

{ "UserName": "user2", "EmailID": "user2@xyz.com" },

{ "UserName": "user3", "EmailID": "user3@xyz.com" } ]

}

Thanks

Sudarshan