Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Employee ID not incrementing when trying to create a consultant account

esinam_g
New Contributor
New Contributor

Hello

I am encountering an issue where the employee ID is not incrementing anymore when trying to create consultant account

i m using this query

select concat('X',LPAD(COALESCE(max(right(employeeid,length(employeeid)-1))+1,'1'),7,'0')) as ID from users where employeeid is not null and customproperty10='Externe'

 

however it s getting stuck with the current number.

could you please assist

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star
  • Does it works from data analyzer ?
  • Did you validated logs ?

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.