Question

How to Hide the Button untill create Opportunity ?

Hi,

I want to Hide button(Quote Button)  untill create Opportunity record like New ORDER.

Like 0

Like

2 comments

Hello,

If you want to make 'New quote' button enabled by some conditions, please take as example 'New order' button. Whether the button is active is regulated by "enabled" attribute. To this attribute you can bind the method that will set some conditions. In this screenshot it is "canEntityBeOperated" method.

Please examine this functionality and develop your own logic for the button you need.

Best regards,

Lily

Thanks Lily.

Show all comments