cancel
Showing results for 
Search instead for 
Did you mean: 

How to get result of MDM validation expression with type warning?

Former Member
0 Kudos

I need to get result of MDM validation expression with type WARNING (in automatic execution),

but - method validationResult.getFailedValidations(..) returns validation if it has type ERROR,

so all Warnings treated only as success despite it returned false or true.

My question - how can I get that 'false or true' expression resut for validation.

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Vladimir

By my opinion, hook warning exception isn't make sense because after warning message data will be change(upload).

Moreover if you start validation from WF Warning exception doesn't work at all.

If you want to do some data changes you should use and hook Error exception.

Regards

Kanstantsin Chernichenka