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
AgPrernaAgPrerna 

Can i CAll Apex method from Conga Button

I have a requirement where i need to include 3 checks and corresponding error message. I am aware that i can give only 2 error messages through Conag button using DC and EC attribute.
To implemet the 3rd conditona nd error messgae i am thinking of calling apex method from Conga button.
Can this be done?
VinayVinay (Salesforce Developers) 
Hi,

You might need to reach out to conga support team. 

https://support.conga.com/

However if you are looking  to call conga from Apex.

Below is the sample code snippet.

https://lalitkaramchandani.wordpress.com/2019/05/13/calling-conga-from-apex/

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar