Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Unable to add a space in Account Name Field

Avdupa1070
New Contributor
New Contributor

When creating a new account through Saviynt for Active Directory i inteaded to represent the Account Name as "Firstname Lastname".

I used the following query in the Account Name Field in the endpoint:

  • concat(users.firstname," ",users.lastname)

Whenever i try to create the account the representation shown to me of the Account Name is the following "FirstnameLastname". I tried to represent the space in different ways but none seems to work. Is there any way to get arround this issue?

 

4 REPLIES 4

Nikitaj
Saviynt Employee
Saviynt Employee

Hi

Could you please try using: CONCAT(users.first_name, ' ', users.last_name)

 


Thanks
Nikita

I did try that and didn´t work but i found a away to go around my problem.

Dave
Community Manager
Community Manager

@Avdupa1070 - To help others who may have the same question / problem - What was the solution / work-around for your problem?

Incase if it is still open try this concat(users.firstname,SPACE(1),users.lastname)

sk_0-1668725539326.png


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