With a bit more Googling and the assistance of ChatGPT o1 I was able to work out the following expression to accomplish the desired goal.
Join(" ", [givenName], [surname])
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are setting up automatic provisioning for the Zendesk service desk application in Entra. The Name attribute for Zendesk users is mapped from the DisplayName attribute in Entra
Our user's display names are currently set up using the Lastname, Firstname format. But we would like to modify the DisplayName attribute when an account is provisioned so that the Name on the Zendesk account uses the Firstname Lastname format.
I've been testing a wide variety of expressions (I can post some of them if it helps). But I just keep getting one invalid expression error or another.
Does anyone know if this is possible?
With a bit more Googling and the assistance of ChatGPT o1 I was able to work out the following expression to accomplish the desired goal.
Join(" ", [givenName], [surname])
Hii Maranya, Damon,
I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.
Issue: We are setting up automatic provisioning for the Zendesk service desk application in Entra. The Name attribute for Zendesk users is mapped from the DisplayName attribute in Entra
Our user's display names are currently set up using the Lastname, Firstname format. But we would like to modify the DisplayName attribute when an account is provisioned so that the Name on the Zendesk account uses the Firstname Lastname format.
I've been testing a wide variety of expressions (I can post some of them if it helps). But I just keep getting one invalid expression error or another.
Does anyone know if this is possible?
Solution: With a bit more Googling and the assistance of ChatGPT o1 I was able to work out the following expression to accomplish the desired goal.
Join(" ", [givenName], [surname])
If you have any other questions or are still running into more issues, please let me know. Thank you again for your time and patience throughout this issue.
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.
Thanks,
pranay