Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Workday Business Process Permissions not pulling

sksuresh2k30
Regular Contributor
Regular Contributor

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. 

sksuresh2k30_0-1727710176397.png

 

4 REPLIES 4

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello  @sksuresh2k30,

Can you please share the response and the XML mapping.
Did you validate in SOAP API?

Thanks.

If you find the above response useful, Kindly Mark it as "Accept As Solution".

{
"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

sksuresh2k30_0-1727796750469.png

 

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

If you find the above response useful, Kindly Mark it as "Accept As Solution".

Hi All,

We have resolved the issue, The Workaround is below. 

Refer to the new workday document and old document is not correct 

 

https://docs.saviyntcloud.com/bundle/WD2-v24x/page/Content/Creating-Custom-Reports.htm#creating_a_cu...

sksuresh2k30_4-1727989421548.png

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