Install a Learning Management System – TalentLMS With Salesforce

We’ve done that in the past. They do provide a package for salesforce: http://support.talentlms.com/knowledgebase/articles/1155322-how-to-integrate-salesforce-and-talentlms. Also, if you want to use third party connector you can use Zapier as well: http://support.talentlms.com/knowledgebase/articles/310647-how-to-integrate-talentlms-with-mailchimp-zendesk Also, if you want to create your own connector then even you can do that (in same way as Zapier does) as they support API.  

Reuse inbound change set to create an outbound change set – with clicks only

We’re just working on a Project in Dev sandbox which includes near about 300 components. We just deployed into a full sandbox and completed UAT. Now, we need to deploy the same changeset to Production. Unfortunately, we need to create again changeset and need to add 300 components….which is terrific. There is no standard way …

Reuse inbound change set to create an outbound change set – with clicks only Read More »

Prepare a package XML to retrieve all Report using Apex and Workbench

Prepare a package.xml file and download it Run below code in Execute Anonymous Window using Developer Console. It will send package.xml file in your email. Don’t forget to update your email address in below code. Retrieve Reports using Package.xml Now, you login in org using workbench and retrieve all Reports using above received package.xml. We …

Prepare a package XML to retrieve all Report using Apex and Workbench Read More »

Global Search Box Visibility in Saleforce Tabs + Visualforce Communities

Introduction In Salesforce, the visibility of the Global Search box is set by the user’s profile permissions and org configuration. Specifically, the Chatter Enabled permission can affect the appearance of the search box. Steps Here’s the steps to verify: Chatter Enabled Permission: If the user’s profile has the Chatter Enabled permission: The Global Search Box (available …

Global Search Box Visibility in Saleforce Tabs + Visualforce Communities Read More »

Chrome plugins for Salesforce to deal with Metadata

Here are some of the most popular and widely-used Salesforce Chrome plugins that enhance productivity, simplify development, debugging, and navigation, and improve the overall Salesforce experience for develpers and business users. 1. Salesforce Inspector Reloaded Link: Salesforce Inspector 2. Salesforce Advanced Code Searcher Link: Salesforce Advanced Code Searcher 3. ORGanizer for Salesforce Link: ORGanizer for …

Chrome plugins for Salesforce to deal with Metadata Read More »

Static Apex Code Check Review and Analysis – No Need of Checkmarx

Static Apex Code Check Review and Analysis in Salesforce involves assessing the quality, performance, security, and maintainability of Apex code before deployment. In order to develop any app in Salesforce for AppExchange, we must need to follow the security guideline to pass the security review. Here’s a structured approach for performing such a review: Code …

Static Apex Code Check Review and Analysis – No Need of Checkmarx Read More »

Are you building lightning app with Locker Services!!!

If you are building a Lightning App/Community by custom components then you must ensure that your components are gonna work after Summer ’17 release. Because Salesforce is going to activate LockerServices in all organization that will enforce your code to follow some guideline and practices @https://developer.salesforce.com/blogs/developer-relations/2016/04/introducing-lockerservice-lightning-components.html. My team is working on same, we are safeguarding …

Are you building lightning app with Locker Services!!! Read More »

Salesforce: Clone Opportunity with Products & Contact Role

Currently, the cloning of an opportunity does not clone the contact roles associated with the opportunity. Usually, organization create a number of opportunities with identical or similar contact roles. We often create “template opportunities” which contain the common re-usable data which saves us a lot of time re-keying information for similar opportunities. The addition of …

Salesforce: Clone Opportunity with Products & Contact Role Read More »