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. Or …

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

Chrome plugins for Salesforce to deal with Metadata

Salesforce advanced Code searcher https://chrome.google.com/webstore/detail/salesforce-advanced-code/lnkgcmpjkkkeffambkllliefdpjdklmi?hl=en Salesforce: Hit the List https://chrome.google.com/webstore/detail/salesforce-hit-the-list/emjeecoeojjncobbfekhfboajgnpcojc Salesforce Navigator https://chrome.google.com/webstore/detail/salesforce-navigator/ecjmdlggbilopfkkhggmgebbmbiklcdo?hl=en

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

In order to develop any app in Salesforce for AppExchange, we must need to follow the security guideline to pass the security review. Security Profile The scanner will help to detect the following security vulnerability types: Cross Site Scripting (reflected, stored, and DOM based) SOQL/SOSL Injection Access Control Issues (Sharing, FLS) Cross site request forgery …

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: Opportunity clone for each Opportunity Contact Role along with Opportunity Products

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: Opportunity clone for each Opportunity Contact Role along with Opportunity Products Read More »