Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/30/2024 08:30 AM
I can pull the report Workday Business Process Permissions from Postman, but Saviynt is not pulling the data for "Business Process Permissions." Please see the screenshot below.
Solved! Go to Solution.
10/01/2024 08:23 AM
Hello @sksuresh2k30,
Can you please share the response and the XML mapping.
Did you validate in SOAP API?
Thanks.
10/01/2024 08:32 AM
{
"accessType": "Business Process Security Policy",
"url": "${BASE_URL}/ccx/service/customreport2/${TENANT_NAME}/${REPORT_OWNER}/SAV_BusinessProcessPermissions?format=xml",
"inc_url": "${BASE_URL}/ccx/service/customreport2/${TENANT_NAME}/${REPORT_OWNER}/SAV_BusinessProcesses?format=xml&Include_Changes_to_Security_Groups=0"
{
"Security Group": {
"ImportMapping": {
"ENTITLEMENTID": "wd:Security_Group.wd:ID[0].content~#~char",
"ENTITLEMENT_VALUE": "wd:Security_Group.wd:Descriptor~#~char",
"ENTCLASS": "wd:Security_Group_Type.wd:Descriptor~#~char",
"STATUS": "wd:Inactive~#~char"
}
},
"Domain Security Policy": {
"ImportMapping": {
"ENTITLEMENTID": "wd:Domain.wd:ID.content~#~char",
"ENTITLEMENT_VALUE": "wd:Domain.wd:Descriptor~#~char"
}
},
"Business Process Security Policy": {
"ImportMapping": {
"ENTITLEMENTID": "wd:ID.type~#~char",
"ENTITLEMENT_VALUE": "wd:Report_Data.wd:Report_Entry.wd:Business_Process_Type.Descriptor~#~char"
}
},
"Organizational Role": {
"ImportMapping": {
"CUSTOMPROPERTY15": "wd:Organization_Reference.wd:ID[0].content~#~char",
"CUSTOMPROPERTY16": "wd:Organization_Reference.wd:ID[1].content~#~char",
"CUSTOMPROPERTY17": "wd:Organization_Data.wd:Organization_Type_Reference.wd:Descriptor~#~char",
"STATUS": "wd:Organization_Data.wd:Inactive~#~char",
"UPDATEDATE": "wd:Organization_Data.wd:Last_Updated_DateTime~#~date",
"CUSTOMPROPERTY14": "Role Reference ID",
"ENTITLEMENTID": "Role Reference ID (CUSTOMPROPERTY14) : Organization ID (CUSTOMPROPERTY15)",
"ENTITLEMENT_VALUE": "Organization Type (CUSTOMPROPERTY17) : Organization Name : Role Name",
"DISPLAYNAME": "Organization Type (CUSTOMPROPERTY17) : Organization Name : Role Name"
}
},
"Organization": {
"ImportMapping": {
"ENTITLEMENT_VALUE": "Organization_Data.Name",
"ENTITLEMENTID": "Organization_Reference.ID(@wd:type=='WID')",
"CUSTOMPROPERTY1": "Organization_Data.Roles_Data.Organization_Role_Data.Role_Reference.ID(@wd:type=='WID')",
"CUSTOMPROPERTY2": "Organization_Reference.ID(@wd:type=='Organization_Reference_ID')",
"STATUS": "Organization_Data.Inactive"
}
},
"Tasks And Reports": {
"ImportMapping": {
"ENTITLEMENTID": "wd:ID.content~#~char",
"ENTITLEMENT_VALUE": "wd:Descriptor~#~char"
}
}
}
I have validated API and below is the screen shot
10/03/2024 12:13 AM - edited 10/03/2024 12:19 AM
Hello @sksuresh2k30 ,
This is known issue and it has been fixed in version 24.6.
https://docs.saviyntcloud.com/bundle/Release-Notes/page/Content/v24x/Release-Notes-24-6.htm
Thanks
10/03/2024 02:04 PM
Hi All,
We have resolved the issue, The Workaround is below.
Refer to the new workday document and old document is not correct
This differs from the SAV_BusinessProcesses where we specify the column header as Business_Process_Type.Workday admin has created a new report with the Business_Process column, and I have imported the SAV_BusinessProcessPermissions