• APEX_DEVELOPER
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi,

I wrote an Apex triggers which update some custom field of Contacts. When I am trying to install the trigger in my sf account, it tries to create the Cutom fields on contact and if these fields are already present an error message pop-ups and installtion fails.

 

Could someone please suggest how I can by pass the creation of the custom fields on contact i.e. if fields are already present then do not create the same fields again during installation of package and also do not delete the fields during uninstallation of the package.

 

Please help me out. Thanks in advance for your reply.

Hi,

I wrote an Apex triggers which update some custom field of Contacts. When I am trying to install the trigger in my sf account, it tries to create the Cutom fields on contact and if these fields are already present an error message pop-ups and installtion fails.

 

Could someone please suggest how I can by pass the creation of the custom fields on contact i.e. if fields are already present then do not create the same fields again during installation of package and also do not delete the fields during uninstallation of the package.

 

Please help me out. Thanks in advance for your reply.