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

Empty text box on ARS request page using dynamic attribute

sgudimetlanagav
New Contributor
New Contributor

how to populate Empty text box (end user need to manually enter phone number) on ARS request page using dynamic attribute

2 REPLIES 2

Raghu
Valued Contributor III
Valued Contributor III

@sgudimetlanagav  endpoint level add attribute like below

Raghu_1-1715101555001.png

Raghu_2-1715101670964.png

 

 

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

rushikeshvartak
All-Star
All-Star

 

  • Create dynamic attribute with String type with validation using Regex.rushikeshvartak_3-1715134798523.png

     

     

  • Regex = ^\+?[1-9]\d{1,14}$

     

     

 

rushikeshvartak_2-1715134777951.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.