This question has been flagged
1 Reply
3279 Views

I Need to force user to fill some fields in opportunity stage like when we converted lead->opportunity there it is in new stage. then new opportunity moved to qualification stage i have say fill this field then only it can be move to qualification stage after filled it will allow to move there....

How can i do this can any one Help me....

Thanks in Advanced.

Avatar
Discard
Best Answer

Hi;

If you want to force users to fill a field, make it mandatory by setting the parameter required=True.

HERE you can find a good example to use in you code.

Could you please be more explicit.

Avatar
Discard
Author

Thanks Med Said BARA... I can give required attribute there but i want to force to fill some fields when user change the stage like from new->qualification at that time need to fill one field like that... could you help me in this scenario..