Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

User Update Rule Import attributeconfig value

NPrinsloo
New Contributor
New Contributor

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.

 

NPrinsloo_0-1686317662417.png

{
"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": ""
},
]
}

3 REPLIES 3

Darshanjain
Saviynt Employee
Saviynt Employee

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

NPrinsloo
New Contributor
New Contributor

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?

Yes