function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RakeyshRakeysh 

without approval on quote the email option to be disable to prevent user to mail pdf.

Hi,

I am in scenario where business requirement says that a user should not be able to send quote thru email to client until and unless the quote has been approved

 

once quote is approved then only user should be able to email quote pdf (i.e email option to be enable)

 

what can be solution for this functionality to implement same


pls suggest solution

bob_buzzardbob_buzzard

The way that we handled this was to remove the capability for users to generate quotes via the standard functionality.  However, it did mean that we couldn't then allow the standard emailing to happen, so we had to build this in code.