Hi All,
Is there a way to restrict any field from entering only Alphabets? Meaning it will accept only Alphabets and no special characters.
similar to below
Yes. You'll want to create an action configuration for the business class (BC) and use an entrance rule. If something is entered in the field, use RegEx to validate the field content aligns with what you want in the field (ex: phone masking, numeric only, or alpha only). I tested this bit of code to ensure that only upper or lower case characters are allowed. Special characters entered will trigger the entrance rule constraint. I used the FSM customer record and the SocialNetworkID2 field in this example
here's the code: