Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/09/2023 06:36 AM
Hi,
I have the following user update rule, at is working but I require one additional value to be set. Looking at the hanaruleattribute table there is a column named attributeconfig.
The sample csv does not contain this attribute, I have tried various options without any success.
{
"type": 2,
"description": "Company User Update Rule - F&O Technical Rule Trigger",
"advancedConfig": false,
"preventative": null,
"removeBirthRightOnFail": false,
"actionType": "",
"advancedQuery": null,
"birthRight": false,
"name": "Company User Update Rule - F&O Technical Rule Trigger",
"rolename": null,
"ruledescription": "",
"invokebyDetectiveJob": false,
"evaluateHierarchy": false,
"detective": false,
"packagename": "",
"updateuserId": 77456,
"totalusers": 0,
"usersinsap": 0,
"ownerKey": null,
"eventSource": 6,
"totalviolations": 0,
"totalanalyticalprivileges": 0,
"createuser": 77456,
"sentForApproval": false,
"ownerType": null,
"status": 0,
"attributes": [
{
"nextrulecondition": "AND",
"conditionopertor": "NOT NULL",
"conditionoraction": "COND",
"objectname": "Users",
"objectvaluetype": "1",
"objectattribute": "customproperty21",
"position": 0,
"scehemaname": "",
"objectvalue": "",
"objecttype": "User"
},{
"nextrulecondition": "AND",
"conditionopertor": "AND",
"conditionoraction": "ACTN",
"objectattribute": "0",
"objectvalue": "1220,1182,1259,552,598,675,796,1377,1211,755,876,635,715,916,1339,1230,1191,562,1269,522,1102,1387,645,766,844,405,725",
"objectvaluetype": 1,
"position": 1,
"scehemaname": "1220,1182,1259,552,598,675,796,1377,1211,755,876,635,715,916,1339,1230,1191,562,1269,522,1102,1387,645,766,844,405,725",
"objectname": "21",
"objecttype": ""
},
]
}
Solved! Go to Solution.
06/13/2023 08:59 AM
Hi @NPrinsloo
Currently only the attributes which are provided in the sample doc is only supported.
Execute on is not supported in csv upload.
Thanks
Darshan
06/14/2023 12:22 AM
Thanks Darshanjain,
I see that the documentation indicates that setting no value on Execute On, the default value of 0 Days is used, can you coinfirm that?
06/14/2023 02:55 AM
Yes