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
pratap narwalpratap narwal 

Patch for Managed package

Hi,

I have installed a manage package to sandbox and that package provides some email templates. I have edited the email templates as per the requirement. Now i found few bugs and created the patch for those bugs.

When i install the pach, will email templates get overridden ( my changes in email templates will be lost and need to make those changes again)?

Thanks in advance
 
SonamSonam (Salesforce Developers) 
Email templates aren't upgradable(https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/packaging_packageable_components.htm) so you might want to try using a Visualforce Component and Visualforce Email Template as suggested here(http://salesforce.stackexchange.com/questions/10595/upgrading-email-template).