I need to apply validation on that attribute and make it required. Yes i know it can be done by type and attribute manager but Business requirement like this?
I need to make that attribute as required using manual validation in form processor. Using NMcommand am able to get the values of it. But idk how to get attribute.
I think my approach to override form processor was wrong. Right way is to go with post- submit validation. Purpose is to check whether user has selected the "need date" when he click on "Next" button. The problem am facing in this is "nextButton" is used in multiple wizard if i apply validator to that then it will affect in all the places.
Also i have noticed there is ID PJL_wizard_next , i think this is differentiating next button from other wizards.