Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Participant can contain an "Unique ID" to store geography specific identifiers. For example, SSN in U.S, Medicare number in AU etc. However, different countries have different formats.

This page describes how to specify the validation rules for the UID field.

  1. Login as Super Admin
  2. Click on ‘Settings’ card
  3. Search for ‘UID Pattern’ property
  4. Click on the property ‘UID Pattern’ 

  5. Enter the regex pattern in the ‘New Value’ field to validate SSN. 

  6. Click on ‘Update’. 

E.g. The regex pattern for US SSN format: ^(?!000|666)[0-8][0-9]{2}-(?!00)[0-9]{2}-(?!0000)[0-9]{4}$

Learn how to create regex for your pattern: https://regexone.com/

  • No labels