Pan validation enhancement (All cases and multiline)#1925
Pan validation enhancement (All cases and multiline)#1925raghavs046 wants to merge 3 commits intoServiceNowDevProgram:mainfrom
Conversation
|
Hi @raghavs046 Thank you for your submission and for highlighting the case sensitivity consideration. However, I need to clarify an important point: PAN cards are always issued in uppercase letters only Closing this for now. Once you make additional changes, feel free to re-open this Pull Request or create a new one. |
|
@rohi-v Thanks for the review. PAN is always issued in upper case but lower case is still valid. Example: many documents have password as combination PAN and DOB or something else, it does not force to enter PAN in upper case. I did this enhancement to add regex identifiers (i , m ) for case sensitivity and multiple line text but if it is not valid we can discard this. But this script is more reusable for lower case and if the requirement is specific to upper case the (i) identifier can me removed. I am not sure what else I can change here if case sensitivity is remove to enhance this. Let me know if you have any thoughts. |
PR Description:
Pull Request Checklist
Overview
Code Quality
Repository Structure Compliance
Core ServiceNow APIs/Server-Side Components/Client-Side Components/Modern Development/Integration/Specialized Areas/Documentation
Restrictions