Looking to customize data import wizard - disable/uncheck skip validation checkbox

Hi Everyone,

I have come across post in below link

Looking about way to disable or uncheck “Skip validation step entirely” checkbox in data import wizard but with no conclusion or solution.

Anyone tried customizing the data import wizard to disable or uncheck “Skip validation step entirely” so that validation will be run mandatorily.

@SanthoshRangaCame to know that there is feedback request raised to pega on this and its pending triage. Feedback request # FDBK-117980

@SanthoshRanga , additional validation can be added in activity pyPreProcessRecordOnImport, re-defined in your data-class (data type). This validation will work even for ‘Skip running validate rules’ = true.

@OlgaM869

Thanks for you reply.

We were looking for the pega OOTB validation to be triggered even if user checked skip validation option.