I'm working on a QRcode Verification on my form and want to be able to know if a value ABC/154 on column "Permit Number" exists on the SMO, If it does, it passes. if not it fails.
How do I implement that on the form?
I'm working on a QRcode Verification on my form and want to be able to know if a value ABC/154 on column "Permit Number" exists on the SMO, If it does, it passes. if not it fails.
How do I implement that on the form?
Execute Smartobject rule passing the value as input, save the return result to DataLabel. Build your validation rule around the DataLabel. Use conditions if DataLabel contains a value then do X else Y.
HTH
Vernon
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.