05/24/2023 04:52 AM
Hello Team ,
We are facing one strange issue related to technical Rules . When we upload it making DETECTIVE=FALSE and upload then it is not provisioning newly created users in short the rule is not executing .
But when we make DETECTIVE=TRUE and upload and later UNCHECK detective flag from UI and save it . Then it works perfectly fine .
Please suggest.
05/25/2023 12:11 AM
Hello @Diptansu1,
Can you please provide the CSV you are using, would request you to mask the confidential data of your organization.
Thanks.
06/08/2023 11:08 PM
Hello @Diptansu1 - Did it work for you?
I am facing the @issue, where rule is created but I am not able to edit the rule, nor it is getting assigned to a new user.
@sudeshjaiswal - please find the sample json i tried to upload.
[
{
"type": 1,
"description": "Rule_Test3",
"advancedConfig": true,
"preventative": null,
"removeBirthRightOnFail": true,
"actionType": null,
"advancedQuery": "(a.jobCode = '12M29')AND (a.customproperty1 = 'MAC')",
"birthRight": true,
"name": "Richi_enterpriserole_1",
"rolename": "Richi_enterpriserole_1",
"ruledescription": "Rule_Test1",
"invokebyDetectiveJob": false,
"evaluateHierarchy": false,
"detective": true,
"packagename": "",
"updateuserId": 13753,
"totalusers": 0,
"usersinsap": 0,
"ownerKey": null,
"eventSource": null,
"totalviolations": 0,
"totalanalyticalprivileges": 0,
"createuser": 13753,
"sentForApproval": false,
"ownerType": null,
"status": 0,
"attributes": [
{
"nextrulecondition": "AND",
"conditionopertor": null,
"conditionoraction": "ACTN",
"objectattribute": "Assign",
"objectvalue": "",
"objectvaluetype": 1,
"position": 1,
"scehemaname": "",
"objectname": "Richi_enterpriserole_1",
"objecttype": "Enterprise Roles"
}
]
}
]
Any suggestion would be appreciable.
Thank You
06/09/2023 04:13 AM
Hello @Diptansu1 ,
What are you seeing in the logs?
Thanks,