Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi all,
For Soft type attribute i have added a User Picker. it Works fine, it opens the Picker pop up, enlist all user . when i select any one from the list and it will correctly displayed on creation Wizard.
but when i finished the WTPart and go to detail page of it, where ideally i am expecting username to display. but i found DN is displaying there.
Please see below screen print and code used for user picker, and here is the code
Please let me know where i should change ?
Regards,
Vivek
I think the issue is with the call back JS function - "PickerInputComponentCallback"
Hi Vivek,
By default the OOTB picker always persist OID.
Create your custom picker callback and instead of OID persist the username.
That will solve your problem.
Regards,
Kaushik Das