<style> .release-box { height: 30px; width: 100px; padding-top: 8px; text-align: center; border-radius: 5px; font-weight: bold; background-color: #8efeb3; border-color: #FCE28A; } .release-box:hover { cursor: hand; cursor: pointer; opacity: .9; } </style> <meta name="robots" content="noindex"> <div class="release-box"> <a href="https://docs.perspectium.com/display/krypton" style="text-decoration: none; color: #FFFFFF; display: block;"> Krypton </a> </div> |
To deploy Apex triggers in your Salesforce production organization, you will need to create the Apex triggers in a sandbox organization and then move the triggers over to your production organization. You can move the triggers in this way using change sets. When deploying change sets, you may need to add a test class that tests your trigger's Apex code to ensure 75% coverage of all Apex code. By default, the Perspectium managed package comes with a test class that covers the basic components of Perspectium's dynamic share Apex triggers.
Prerequisites
First, you will need to install the Perspectium package in your Salesforce org.
You will also need to configure your Salesforce remote site settings.
To deploy Apex triggers in a Salesforce production organization, follow these steps:
|