Hi,
We are developing an application based on a shapreoint list where we have people column. I have two requirements.
1. When i am entering username, i am getting the 'display name' appeared. But I want that my UPN to be displayed. (e.g. Displayname: Akshay Manke, UPN: amanke). How to achieve this?
2. Once the name is entered in the above field, a display name should be shown in to a different Single line text field. How to get this?
Thanks and Regards,
Solved! Go to Solution.
Hello @v-bofeng-msft,
Many Thanks for all your support. I used the below as combination of your suggested solution.
I have configured the below code in the field where i was needing the UPN. Just substracted the characters using mid formula.
Mid(Upper(DataCardValue1.Selected.Claims),19,5)
Thanks a lot for your help @v-bofeng-msft.
Regards,
User | Count |
---|---|
221 | |
98 | |
95 | |
55 | |
34 |
User | Count |
---|---|
273 | |
107 | |
105 | |
60 | |
60 |