Latest stories

All About Forms and Validations

A

In every project forms and validations play an important role. We want to avoid invalid data inputs and teach users to enter valid data in a specific field. Let’s take the example of a field phone. The phone number is one of the things you don’t want to change when a package is out for delivery. To keep it valid, we need to apply validations to our phone fields on all forms on the...

Commerce Cloud and Sales Cloud Integration

C

If you want to store or fetch data from any cloud to a commerce cloud, we want to do API integration i.e Commerce cloud sales cloud integration. The site is created in the commerce cloud and if you want to store form data in the sales cloud. For API integration use postman. Postman is an application used for API testing. It is an HTTP client that tests HTTP requests, utilizing a graphical...

Salesforce Commerce Cloud – Testing Techniques

S

A Complete Guide to testing the SFCC based websites: Salesforce is one of the most popular cloud-based platforms, which offers you different types of products to increase potential and capabilities to deliver a better experience to the customers. And one of them is SFCC (Salesforce Commerce Cloud). Testing a product made in SFCC is nothing but a validation of the configuration and customization...

Integrating Salesforce Rest API with SFCC

I

1. The process is to integrate the Sales cloud and commerce cloud using REST API. The aim is to generate leads in the Sales clou1d by making a callout in SFCC. 2. Below is the apex code to generate lead : @RESTResource(urlMapping='/LeadCreate/') global class CreateLeadApi { @HTTPPost global static String creatingLeadRecord(){ String fName,lName, comp; String fieldName, fieldValue; RestRequest req...

SFCC For Your Web Shop

S

When we think about e-commerce sites it is enhancing online shopping and the market. In this, we can apply coupons and provide many facilities to the customer now the day customer prefer online shopping rather than going to shop. It provides variation. so creating a web shop is the best business. we build online stores on Salesforce Commerce Cloud (SFCC). If the web shop is in Salesforce Commerce...

Configuring Controllers in Sfcc

C

A controller is responsible to interact with the application. When a user requests the application controller determines what response to send back. A controller is made up of a route name and action, for example, If you navigate www.nanostuffs.com/About-Show you are calling About Controller. Controllers are the scripts that control application flow and update application data, The controller...

SFCC Programming Setup and Troubleshooting

S

INTRODUCTION: SFCC is started as Demandware in 2004. SFCC is a cloud-based unified e-commerce platform with capabilities in Mobile, AI personalization, Order management, B2B and, B2C services. It as well provides easy to use customizable e-commerce websites. SFCC was founded to provide a hosted services that would enable companies to develop and manage easy to use customizable websites rather...

Understanding Commerce Cloud Einstein In a Better Way

U

Commerce Cloud Einstein is AI(artificial intelligence) Powered mechanism that gives power to the retailer to present the customer with personalized content based on their shopping history and search interest. Salesforce Einstein is immersed in the salesforce commerce cloud, which allows the user to gather customer data and customize the shopping journey for each user. AI(artificial intelligence)...

Features of Salesforce B2B Commerce

F

CategoryFeatureDescriptionStoreNameThe name by which people know your business/company.DescriptionA statement or a piece of writing that tells something or someone about businessSupported LanguagesThe languages to make available to buyers. Language options come from Translation Workbench.Default LanguageThe Default language that is available on your web store.Price BookPrice book displays a price...

Entitlement and SLA management in Salesforce Using Entitlement Process, Milestone and Service Contracts.

E

Entitlement Management:  It helps you to provide precise and perfect support to customer. It provides features that let you define, enforce and track the service level as a part of customer support management. And you can track the working bandwidth of your customer support Agents. Entitlement Process :  Entitlement processes are timelines that include all the steps (or milestones) that your...

Category