We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

How to display Manager's Full name in User Manager Certification

Jaya
Regular Contributor II
Regular Contributor II

Hi All,

We have a requirement to add Manager's Full Name in display attributes of an User Manager Certification because when we use reassign option for users, reassigned person got confused who is the original Manager of the users.

So I have tried to use User Owner field in Show User attributes(Step 1).

But that attribute stores employee ID of manager. So Is there any way to add Manager's name.

Jaya_0-1677149398560.pngJaya_1-1677149490498.png

 

Thanks,

Jaya Karothia

Thanks
Jaya Karothia
3 REPLIES 3

ejeong
Valued Contributor
Valued Contributor

I think you may need to use sav4sav to update manager displaymame in one of custom property. Then change campaign attr label.

sk
All-Star
All-Star

You don't have any direct column where you will get manager name. Instead you need to populate Manager full name as suggested by @ejeong in one of the CP on respective user and then include that CP column in certification


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

KhaoulaD
New Contributor III
New Contributor III

Hello,

There is no other way to compile manager data directly in certification campaign.

You should first use saviynt4saviynt and add the query below in your ACCOUNTIMPORT xml :

Select concat (firstname,'  ', lastname) as displayName from users  in the data mapping xml part

Then you need to map that information to the identity Display Name:

<mapfield saviyntproperty="users.displayname" sourceproperty="displayName" type="character"></mapfield>

You can use custom query to fill the display name.

Regards,

Khaoula DOUHI