0

We are using remedy rest api to create and modify incidents.

This works fine. Now, to create or modify incident through UI, we need to make sure correct values for the respected fields are provided.

For example while create an incident the field first name has maxlength 30 chars. This one we found after creating tons of incident and trial and error.

Is there any list of validation rules ? Or is there any specific workflow to get executed for incident fields validation ?

TylerH
  • 20,799
  • 66
  • 75
  • 101
Valay
  • 1,991
  • 2
  • 43
  • 98

1 Answers1

2

If you are creating via HPD:IncidentInterface_Create form there are bunch of out of the box validation filters. You can also create your own filter, trigering on any choosen field (eg. z1d_action). And force your clients to include this field ind their request.

Mark
  • 273
  • 4
  • 13