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

Update User Form

Ekata_bharati
New Contributor III
New Contributor III

Hi Team,

I am working on a use case where we need to add an attribute "Mobile Phone" in the user update form.

I am able to do that in Global config. but I need to restrict it as only number which need to be used without any '-- or any other special character and also the value can not be Null.

Where can we pass the function to achieve this. Please advise

Thank You

Ekata

2 REPLIES 2

NM
Honored Contributor III
Honored Contributor III

@Ekata_bharati add regext condition 

Type will be string.

^[0-9]{10}$

rushikeshvartak
All-Star
All-Star

Refer https://forums.saviynt.com/t5/identity-governance/validation-conditions-for-mobile-number-and-name/m...


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