CategoryUncategorized

Introducing Commerce Cloud B2B Edition

I

Salesforce has been praised for its powerful Sales Cloud and Service Cloud offerings. These products form the primary sales and service infrastructure for many companies, going beyond traditional customer relationship management packages by offering a highly customizable platform based on component configuration and workflow automation rather than requiring specific code expertise. B2B...

build and elevate your seo using sfcc

b

Every one of us in the e-commerce industry knows the hassle of attracting website traffic. a survey of e-commerce website customers revealed that most of the site traffic, sales, and conversions come via non-paid search results like Google. Google is deeply merged in the behavior of the shoppers. Google is responsible for 76% of all desktop and 94% of all mobile search traffic, followed by Yahoo...

EXECUTE A SOQL QUERY IN POSTMAN.

E

INTRODUCTION: Process is to fetch data from salesforce object by executing SOQL query in postman. 1. Using SOQL query to retrieve data from SF object. In the below example we have to fetch data from the opp. object using a SOQL query in postman. Instead of writing code for fetching data we write a query in postman for the same. 2. The following query requests the value from StageName fields from...

Salesforce Commerce Cloud (SFCC) Multisite-Single Realm and Multiple Realm

S

Introduction: If you are managing multiple brands/websites on SFCC then you must have encountered a question–Should you utilize multiple Realms or develop/configure/manage numerous websites or opt for a single Realm for all of them? finding the correct answer to this question is crucial to improving efficiency and scalability as well as meeting business objectives. In this blog, we would...

products in the Salesforce commerce cloud

p

A product is a service that can be sold online or offline platform. In Salesforce, Commerce Cloud Platform Product all data is stored in the Master catalog. And also product-related data can be stored in a storefront catalog but it’s only for showcase purposes. Product search and navigation tools used to locate products and navigation Users can manage all product-related using the Commerce...

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

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

Show/Hide fields as Picklist value changes using Deluge script in Zoho

S

Sometimes we need to show/hide  certain fields as picklist value changes for example  there is field called ‘Reason’ and we want to hide this field as picklist ‘Product type’ changes to ‘Research’. We can achieve this by configuring fields action in deluge script. steps Go to the field on which you want to add action ,in above example ‘Product type’. Field Deluge Name is the name of the field...

How to Create a subform in Zoho

H

A subform is a form that is inserted into another form. In a one-to-many relationship, each parent record associates itself with multiple children. Using Subforms, users can display the parent and child records in one place without having to switch between forms. Zoho have field type ‘subform’ which you can insert blank form /existing form in the main form. To add the subform in the main form...

Category