Blogs

  • What are the Salesforce IP Addresses & Domains to whitelist?

    Required Domains If your company has policies to whitelist only Salesforce domains, please include to the following domains to ensure you receive all content from Salesforce:*.force.com*.salesforce.com*.salesforceliveagent.com (Necessary if you are using Live Agent, Omni or SOS)*.visualforce.com*.documentforce.com*.lightning.com*.salesforce-communities.com (Necessary if you are using Communities or Site.com)*.forceusercontent.com*.forcesslreports.com *.salesforce-hub.com (Necessary for Customer 360)*.trailblazer.me

    Read more…

  • Add Salesforce Lightning Design System in Visualforce Page

    I know it’s a pretty old thread, but still would like to add: You don’t need to add lightning css as static resource. Just include this tag on top of your VF page: <apex:slds />. Pass the icon reference directly as shown below:/apexpages/slds/latest/assets/icons/standard-sprite/svg/symbols.svg#opportunity Example:

    Read more…

  • Variations of Deletion behavior in Salesforce and Rollback option

      1. If a child record (like a Contact or Opportunity) is deleted and the parent record is subsequently deleted (Like the Account), the child record is permanently deleted. Even if the parent record is undeleted, the child record cannot be recovered, but if the child record is undeleted first this won’t happen. 2. When…

    Read more…