RE: Prevent business process flow from moving forward
Hello outam Das,
Thanks for the feedback.
I do not think I explained my case correctly, I apologize, I'll try to illustrate better.
I have an Opportunity, where I have a section with several checkbox fields.
I need that when the user tries to advance to the next phase, if none of these check boxes is checked, the user can not move forward, ie it is blocked to move to the next phase via Javascript.
In your code you put the line:
if (Check fill data)
I did not understand this line and I also did not understand where the line would be that blocks his advance to the next phase ...
Would this event be in the correct OnSave?