I create a banking reactive web app but I am facing some problem in that aadhar validation part. I would like integrate that aadhar card validation part in forge into my main bank account app But i got some error on javascript because in reactive web app doesn't support rich widgets.
Hello
Are you integrating with Adhaar API? What error exactly you are getting?What kind of validation do you want to check?What You have done so far?Can you attach OML?
Please specify more detail on this.
ThanksTousif Khan
I try to validate the aadhar number where the customer is given. But I don't know how to move forward that one . I don't have any idea about it
https://personal-spc5v3jp.outsystemscloud.com/CloneOfCustomerAccount/UserDetails?UserEntityId=5
pls check on this one
So if this is a sample POC and you are not using any external API or any External Integration with Udai and if we are not checking this against adhaar db records,
then for client side validation there are different approaches which you can follow.
You can validate it using regular expression this video below show how we can use regular expression to validate input
https://www.youtube.com/watch?v=CeaOHVhAc8whttps://www.outsystems.com/forge/component-overview/9512/regex-how-to
For the pattern you can refer to the number of solutions or you can create your own here.
You can also use this forge component for reference
I hope this will help youThanksTousif Khan