Summer 21 Release notes

Young business people discussing and planning about results in office corridor.

Refer to the below table to determine when to sue Low code to Pro code.

Customization

1. See Record Access Reasons in Lightning Experience

Now you can see why a user has the access they do, right from Record Sharing Hierarchy in Lightning Experience. Previously, you switched to Salesforce Classic to see this information. Sharing Hierarchy is now available on the action menu, not just in the Share window.

NOTE: Sharing Hierarchy is available only for accounts, opportunities, cases, contacts, leads, and custom objects.

URL: https://help.salesforce.com/articleView?id=release-notes.rn_forcecom_sharing_view_record_access_lex.htm&type=5&release=232

How to use On-Demand Salesforce Commerce Cloud Sandbox

Description :

On-Demand Salesforce Commerce Cloud boxes can be using sfcc-ci or native SFCC’s swagger. I am going to jot down steps using sfcc-ci

1. sfcc-ci is available in GitHub, https://github.com/SalesforceCommerceCloud/sfcc-ci

2. You could clone the repo or use npm to install.

3. Create dw.json in your visual studio code workspace and if you are trying to run behind the firewall, set “self-signed”: “true”

{     “client-id”: “xxxxxxxxxxxxxxx”,     “client-secret”: “”,     “self-signed”: “true”,     “hostname”: “”,     “username”: “”,     “password”: “”,     “realm”: “xxxx” }

You have successfully setup sfcc-ci and now good to use the command-line interface to access on-demand SFCC Sandbox.

I commonly use these CLI commands. 

  1. To authenticate the realm 

sfcc-ci auth:login 

2. To list sandboxes in your realm

sfcc-ci sandbox:list

3. To start the sandbox

sfcc-ci sandbox:start -s <realmID>-<sandbox number>

eg. usually realmID is 4 character and sandbox number starts from 001

4. To stop the sandbox

sfcc-ci sandbox:stop -s <realmID>-<sandbox number>

eg. usually realmID is 4 character and sandbox number starts from 001

5. To restart sandbox

sfcc-ci sandbox:restart -s <realmID>-<sandbox number>

eg. usually realmID is 4 character and sandbox number starts from 001

Share on

Share on facebook
Facebook
Share on twitter
Twitter
Share on linkedin
LinkedIn

Related Posts

LWC vs Aura

LWC LWC uses core Web Components standards (Native browser APIs) and provides only what’s necessary to perform well in browsers supported by Salesforce. Because it’s

Marketing Cloud Basics

It enables you to know your customer, personalize with intelligence, and engage across the entire journey. It’s the only integrated customer engagement platform that enables

SFDX

Prerequisite: Enable “Dev Hub” in your Production Org. 1. Log in to the Dev Hub To authorize the Dev Hub, use the web login flow

Platform Events

Platform event is based on Event-driven architecture. Unlike request-response communication models, software architecture built on an event-driven model decouples event producers from event consumers, thereby