I tried it in the uiCertificationExportColumns before posting it. It seemed to work, although I didnât test it very much. Thinking about it a little more, Iâm not sure if it will work properly if the identity has no manager. Using a property of the manager might do an implicit inner join and hide rows where the identity has no manager, which would be a problem. Can you give it a try?
Edit: Just checked and getting the displayName my way does not do an implicit inner join. Identities without managers should still show up.
Interesting. I did this with 8.4. Iâm surprised it didnât work in 8.1, since I wouldnât expect column configs to work any differently there. Is there a display_name database column in 8.1?
Once I compile the Java file into a .class, could you please let me know the exact folder where I should copy it? I apologize if this is a basic question, but Iâm relatively new to SailPoint IQ and havenât done this before.
I assume that the location where I upload the class will also affect the evaluator value, so I want to make sure I get it right.
To the UI Configuration in:
uiCertificationExportColumns
uiDataOwnerCertificationExportColumns
Then restarted the application.
And still doesnât work. I even added a system.out.println in the .class to check if SailPoint at least calls the method but it doesnât print anything in the console.