CA Service Management

  • 1.  Query parameters validation

    Posted Jan 08, 2017 01:06 AM

    We needs to validate query parameters format in our policy.

     

    example for email: {0-9}{a-z}@{a-z}.com

    phoneno: [0-9](min lenght 3, max length 30)

     

    Can someone help on how to implement these kind of validations?

     



  • 2.  Re: Query parameters validation

    Posted Jan 16, 2017 07:04 AM

    Hi @surya14, when you say that you want this validations in your policy, you mean Incident/request/problem or  change process? 'Cause in a form you can validate those informations by javascript.