cancel
Showing results for 
Search instead for 
Did you mean: 

Additional validation for the Start investigation in investigation tab

venkat_ratnam3
Explorer
0 Kudos

Hi all ,

In health safety->overview -> incidents .

I want to add additional validation for the start investigation based on the custom field values .

so that the values in the custom field are not entered it should not allow the user to proceed for the investigation .

In this case i have displayed an error message and return statement In needs_confirmation_method  method but still unable to stop the process . Please suggest any other method .

Thanks ,

Venkat Ratnam Naidu

Accepted Solutions (1)

Accepted Solutions (1)

MassimoX
Participant
0 Kudos

You can use these solutions:
1) use the fields control (CMOD), insert a new rule that if the field is empty action is disabled.
2) insert a custom validation before the action
3) modify feederclass
to on/off the action

venkat_ratnam3
Explorer
0 Kudos

Hi Massimo ,

Created an additional validation method in the feeder class before the validation works fine .

Thanks ,

Venkat Ratnam Naidu

Answers (0)