Hi,
We would like to deactivate "New Order" in opportunities, we deactivated all the processes related to orders but it is still generating.
Any idea ?
(7.18.5)
Like
Hi Damien,
If you want to deactivate button 'New order', you can add this code in diff of OpportunityPageV2:
{
"operation": "remove",
"name": "CreateOrderFromOpportunityButton"
}
Hello Damien,
Your business task could be achieved only by delelopment.
Please refer to the post by the link below:
https://community.creatio.com/questions/hide-button-opportunity-edit-pa…
Best regards,
Bogdan
Hi Damien,
If you want to deactivate button 'New order', you can add this code in diff of OpportunityPageV2:
{
"operation": "remove",
"name": "CreateOrderFromOpportunityButton"
}