In text field we need to restrict field input using masking , i.e field should

In text field we need to restrict field input using masking , i.e field should accept only number and "," e.g 101,202
Please suggest ...

OriginalPostID-60937

OriginalPostID-60937

  Discussion posts and replies are publicly visible

Parents
  • As an alternative to masking or JS, you can chain into a script task and use logic in that script task to validate the user's entry. From there chain into an XOR gateway. If the user's input is valid, move on to the next form / task. If the user's input is invalid, chain back to the original form with a validation message near the field, instructing the user that his entry failed validation.

    This approach allows you to take advantage of the full value of the platform (mobile), as Rikhi alluded to above.
Reply
  • As an alternative to masking or JS, you can chain into a script task and use logic in that script task to validate the user's entry. From there chain into an XOR gateway. If the user's input is valid, move on to the next form / task. If the user's input is invalid, chain back to the original form with a validation message near the field, instructing the user that his entry failed validation.

    This approach allows you to take advantage of the full value of the platform (mobile), as Rikhi alluded to above.
Children
No Data