Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Adding owner to Entitlements from Custom property

SaiKashyap
New Contributor II
New Contributor II

Hi Team,

We have a requirement for the entitlements, we are importing managed by attribute from AD which gives the owner of the entitlement through custom property 15 which populates as DN value. Is there any way to map the custom property 15 (generated value) automatically map in the owner field. Can you please suggest on this?

4 REPLIES 4

RakeshMG
Saviynt Employee
Saviynt Employee

Please try following sample :

where owner is stored in 

customProperty15:managedBy_char and "entitlementOwnerAttribute":"managedBy"


{
"importGroupHierarchy" : "true",
....
"mapping":"memberHash:member_char,customProperty1:sAMAccountType_char,customProperty2:instanceType_char,
customProperty3:uSNCreated_char,customProperty4:groupType_char,
customProperty5:dSCorePropagationData_char,customProperty12:dn_char,
customProperty13:cn_char,lastscandate:whenCreated_date,
customProperty15:managedBy_char,entitlement_glossary:description_char,
description:description_char,displayname:name_char,customProperty9:name_char,
customProperty10:objectCategory_char,customProperty11:sAMAccountName_char,
entitlement_value:distinguishedName_char,entitlementid:distinguishedName_char,
customProperty14:objectClass_char,updatedate:whenChanged_date,
customPropErty17:distinguishedName_char,RECONCILATION_FIELD:customPropeRty18,
customProperty18:objectGUID_Binary,customProperty19:managedBy_char",
"entitlementOwnerAttribute":"managedBy",
"tableFieldAttribute":"accountID"
}


​Regards

Rakesh M Goudar

SaiKashyap
New Contributor II
New Contributor II

Hi Rakesh,

It worked...Thank you for your prompt response. Is there any setting where we can map the Owner Rank automatically to Primary Certifier?

Thanks.

RakeshMG
Saviynt Employee
Saviynt Employee

Please refer to following document for your use case : 

https://docs.saviyntcloud.com/bundle/SSM-Admin-v55x/page/Content/Chapter04-Onboarding-and-Managing-A...

 

 You can specify more than 25 ranks for entitlement owners. The owner ranks are imported in text formats such as Primary Certifier and Secondary Certifier. When the entitlements are uploaded, only one user can be assigned a Primary Certifier rank in the Entitlement Owner column.


​Regards

Rakesh M Goudar

dgandhi
All-Star
All-Star

Hi,

Please try this in the mapper

mapfield saviyntproperty="entitlementvalues.entowner26" sourceproperty="owner" type="character"

entowner26 represents Primary Certifier.

Thanks

Devang

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.