VS CODE – Enable Push-Or-Deploy Code on Save

Arun explains how to enable 'deploy on save' in Visual Studio Code for Salesforce orgs. In preferences, open user settings, then expand extensions and click on "Salesforce Feature" to edit settings.json. Add "salesforcedx-vscode-core.push-or-deploy-on-save.enabled": true, save it and restart VS Code for automatic deployment on saving code.

In-App Guidance in Summer ’19

Salesforce Org has introduced a "Beta" feature, "In-App Guidance", to facilitate user training, onboarding, and new feature introduction without the need for code use. This feature allows customization of in-app guidance, action buttons, and important links. Accessible via in-app guidance setup, users can select target audiences, prompt duration, and recurrence schedules.

Invocable Process: Nest Processes in the Process Builder

Invocable processes can be used to modularize logic sections of our operations. The invocable process starts when invoked by another process, where the normal process passes the record into the invocable process. These processes are handy for implementing actions across multiple groups or for nesting logic. An example highlighted involved automating updates based on changes in support levels and regions. To invoke an invocable process, create multiple ones with different criteria in the process builder.

Salesforce Themes and Branding

Salesforce allows customization of themes and branding through its "Themes and Branding" features. Users can utilize Salesforce's built-in themes or create their own, which can be accessed by searching 'theme' in the quick search box in setup. This functionality allows for previewing, activation, or creation of personalized themes.

âš¡ Lightning – File upload with a title using “lightning:fileUpload”

The blog post discusses a problem with the standard file uploader component where users cannot enter a specific file name or title upon uploading. To rectify this, the author developed lightning component codes and outlined the steps for implementing them. The author's solution allows the file's title to be changed based on the user-entered title after the file upload is finished.

Search Metadata In Lightning Experience

Arun Kumar has created a lightning component to consolidate searches for items such as Apex Classes, Apex Triggers, Visualforce pages, and components, mimicking the functionality of the 'Salesforce Advance Code Searcher' extension used in Salesforce classic. The component simplifies the search process in Salesforce Lightning Experience.

Row-Level Formulas In Reports

Salesforce has introduced row-level formulas in its Summer '19 update. This allows admins to create custom formulas to display in the report builder, simplifying the usage of various metrics without the need for new fields on objects. Despite being a Beta feature, row-level formulas can be easily enabled in the setup under report and dashboard settings.

Enhanced Related Lists in Lightning Experience

The Salesforce Summer '19 release includes "Enhanced Related Lists" designed to simplify system usage and facilitate quick and easy access to information. These lists offer a richer data view, with features like customizable record display, text wrapping, and resizable columns. Users can also filter lists based on various criteria and control action bar visibility. Implementing this feature follows a simple setup process in the lightning experience.

Lightning: FileCard Component

The Lightning FileCard component allows users to preview images, documents, and other files whether on desktop or mobile interfaces. It integrates seamlessly with the Lightning app builder and any sObject (Account, Contact, Opportunity etc.) detail page, displaying all uploaded files. It is supported in the Lightning Experience, Salesforce Mobile Web and Lightning Communities.

Integrate Salesforce using MailChimp webhook

The post provides a step-by-step guide on using the 'MailChimp for Salesforce' app to synchronize changes on MailChimp with Salesforce. This is achieved through setting up a webhook in MailChimp that communicates change events to a Salesforce public site URL. Changes like unsubscribe, resubscribe, or email updates on MailChimp reflect immediately on relevant Salesforce records.