Does this bug already exist in our backlog?
Describe the issue
We are getting this error in a number (maybe all?) environments. It gets the record, "admin_environmentsecurityrolepermissions" but then can't delete it because it doesn't exist.
{"error":{"code":"0x80040217","message":"Entity 'admin_EnvironmentSecurityRolePermission' With Id = 8c0a2a9c-943f-f111-88b4-00224802b9c8 Does Not Exist"}}
Get_Record_Id
{
"host": {
"connectionReferenceName": "shared_commondataserviceforapps",
"operationId": "GetItem"
},
"parameters": {
"entityName": "admin_environmentsecurityrolepermissions",
"recordId": "8c0a2a9c-943f-f111-88b4-00224802b9c8"
}
}
Delete it
{
"host": {
"connectionReferenceName": "shared_commondataserviceforapps",
"operationId": "DeleteRecord"
},
"parameters": {
"entityName": "admin_environmentsecurityrolepermissions",
"recordId": "8c0a2a9c-943f-f111-88b4-00224802b9c8"
},
"retryPolicy": {
"type": "Exponential",
"interval": "PT20S",
"count": 20
}
}
Expected Behavior
No response
What solution are you experiencing the issue with?
Core
What solution version are you using?
4.50.9
What app or flow are you having the issue with?
SYNC HELPER - Get Security Role Users
What method are you using to get inventory and telemetry?
Cloud flows
Steps To Reproduce
Anything else?
No response
Does this bug already exist in our backlog?
Describe the issue
We are getting this error in a number (maybe all?) environments. It gets the record, "admin_environmentsecurityrolepermissions" but then can't delete it because it doesn't exist.
{"error":{"code":"0x80040217","message":"Entity 'admin_EnvironmentSecurityRolePermission' With Id = 8c0a2a9c-943f-f111-88b4-00224802b9c8 Does Not Exist"}}
Get_Record_Id
{
"host": {
"connectionReferenceName": "shared_commondataserviceforapps",
"operationId": "GetItem"
},
"parameters": {
"entityName": "admin_environmentsecurityrolepermissions",
"recordId": "8c0a2a9c-943f-f111-88b4-00224802b9c8"
}
}
Delete it
{
"host": {
"connectionReferenceName": "shared_commondataserviceforapps",
"operationId": "DeleteRecord"
},
"parameters": {
"entityName": "admin_environmentsecurityrolepermissions",
"recordId": "8c0a2a9c-943f-f111-88b4-00224802b9c8"
},
"retryPolicy": {
"type": "Exponential",
"interval": "PT20S",
"count": 20
}
}
Expected Behavior
No response
What solution are you experiencing the issue with?
Core
What solution version are you using?
4.50.9
What app or flow are you having the issue with?
SYNC HELPER - Get Security Role Users
What method are you using to get inventory and telemetry?
Cloud flows
Steps To Reproduce
Anything else?
No response