cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop 'Saving' of Change Request if there are any validation errors

Former Member
0 Kudos

Hello All,

As we know that we cannot submit a change request unless and until there a no validation errors. I want to achieve the same at the time of 'saving' a change request.

Therefore I want that, while creating a change request, when I click on "Save" button then system must not save that CR if there are validation errors.

How to achieve this ?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

bpawanchand
Active Contributor
0 Kudos

Hi,

In the process event method of the feeder class, validate the data and make the event result to FAILED it should work.

EV_RESULT = FAILED.

Thanks, Pavan

loga201
Contributor
0 Kudos

Hi Swathi,

System checks CR data before save so check for error messages to abort further processing. Code in feeder class or CR handler class.

Thank you

Former Member
0 Kudos

Thanks for your answer.

Can you please tell which feeder class/ handler class ?