Skip to content
GopalDas

GopalDas

Simply Technology

  • Home
  • Contact Me
Salesforce / Web Services Posted on: March 19, 2025

Difference between SOAP API and REST API

Difference between SOAP API and REST API SOAP API REST API Relies on SOAP (Simple Object Access Protocol) Relies on REST (Representational State Transfer) architecture using HTTP. Transports data in standard XML format. Generally transports […]

Share your love:
Read More
Salesforce Posted on: February 21, 2025March 21, 2025

How to remove salesforce connection from VSCode

Mac/Linux: From the Terminal type – cd ~/.sfdx Then put below command to list all salesforce connection Js file. ls Then remove the json file that is not required – rm omnitest500@gmail.com.json Windows: you can […]

Share your love:
Read More
Salesforce Posted on: February 19, 2025March 19, 2025

Difference between Aura and Lwc – Salesforce

  Aura Lwc Aura is a proprietary framework built by Salesforce. It includes a comprehensive component model with its own lifecycle, event-handling system, and data binding mechanisms. LWC is built on modern web standards like […]

Share your love:
Read More
Salesforce Posted on: February 19, 2025March 19, 2025

Salesforce Triggers and Order of Execution

Loads the original record from the database or initializes the record for an upsert statement. Loads the new record field values from the request and overwrites the old values. Executes record-triggered flows that are configured to run […]

Share your love:
Read More
Agentforce Posted on: February 17, 2025February 17, 2025

How to setup Agentforce?

Go to setup and search for “Einstein Setup” in the quick find box. Then turn on the toggle for “Turn on Einstein”.             Now from the Setup -> Quick Find, […]

Share your love:
Read More
Salesforce Posted on: February 17, 2025February 17, 2025

How to get a Agentforce Trial Org

Agentforce –> Salesforce’s Einstein Generative AI Platform is not currently available in Developer Edition orgs. However, you can sign up for a trial org through one of the Trailhead modules. This org will be available […]

Share your love:
Read More
flows / Salesforce Posted on: February 5, 2024February 5, 2025

What is salesforce subflow?

A subflow is an autolaunched flow or a screen flow, which is referenced by another flow (called the parent flow) and calls the subflow at its runtime. Use the subflow’s input and output assignments to […]

Share your love:
Read More
flows / Salesforce Posted on: February 5, 2024February 5, 2025

Salesforce Flow Best Practices

Never Perform DML Statements in Loops Never ever perform a DML Statement inside of a Loop. This means don’t use a repetitive Get/Update/Create, or Delete inside of a Loop. This is so that your risk […]

Share your love:
Read More
flows / Salesforce Posted on: January 19, 2024March 19, 2025

Types of Flows in Salesforce

In Salesforce, there are five types of flows: Screen Flows, Record-Triggered Flows, Schedule-Triggered Flows, Platform Event-Triggered Flows, and Autolaunched Flows, each serving different purposes and triggered by various events or contexts. Here’s a breakdown of […]

Share your love:
Read More
lwc Posted on: February 18, 2023February 18, 2025

How to get picklist values in lwc without Apex code?

This wire adapter fetches picklist values for a specific field on an object, allowing you to dynamically populate dropdowns and other selection elements. import { LightningElement, wire } from ‘lwc’; import { getPicklistValues } from […]

Share your love:
Read More

Posts pagination

Page 1 Page 2 Next page

Recent Posts

  • Difference between SOAP API and REST API
  • How to remove salesforce connection from VSCode
  • Difference between Aura and Lwc – Salesforce
  • Salesforce Triggers and Order of Execution
  • How to setup Agentforce?

Recent Comments

No comments to show.
  • Agentforce
  • apex
  • Build Tools
  • dataloader
  • Devops
  • flows
  • lightning
  • lwc
  • Salesforce
  • Web Services

Categories

  • Agentforce
  • apex
  • Build Tools
  • dataloader
  • Devops
  • flows
  • lightning
  • lwc
  • Salesforce
  • Web Services
Theme Emerge Blog by Kantipur Themes