Blog

Streaming API in Salesforce 

The Salesforce Streaming API is used when you need to keep your external source in sync with the Salesforce data with PushTopic events and Change Data Capture events. Streaming API uses Bayeux Protocol and Asynchronous in Nature. Data Format is JSON. When to use Streaming API               Use Streaming API [...]

Read More

Communicate Unrelated Component Using Aura Component

We can communicate unrelated components using application event. Application events are handled by any component defined by the event. Application events follow a traditional publish-subscribe model. An application event is fired from an instance of a component. All components that provide a handler for the event are notified. Each unrelated [...]

Read More

ChatGPT

ChatGPT is an advanced language model developed by OpenAI. It is based on the GPT (Generative Pre-trained Transformer) architecture and is specifically designed for generating text and engaging in interactive conversations with users. Language models like ChatGPT are trained on vast amounts of text data from the internet, allowing them [...]

Read More

Contact Request Flow in Salesforce

Salesforce Customer Contact Requests is another cool feature to enhance your customer’s experience in dealing with your company. It lets your customers submit a request for someone to get back to them. This way, there is no need for the customers to call your company, be kept on hold, and wait endlessly. [...]

Read More

Salesforce Best Practices

Do not write SOQL and DML Operations inside loop statements: A common mistake that developers do, is to place queries or DML statements inside a “for loop”. Salesforce has Governor limits that enforce a maximum number of SOQL Statements. Placing queries inside the loop can increase the chances of hitting [...]

Read More

Streaming API in Salesforce

When to use Streaming API Use Streaming API to receive near-real-time data streams based on changes in salesforce records or custom payloads. If salesforce records changes, salesforce publishes notifications when the changes occur. Types of Events Available Push Topic Event Receive changes to salesforce records based on a SOQL Query [...]

Read More

Health Check in Salesforce

What is a salesforce Health check? The Salesforce Health Check is a tool that rates the overall security health of your Org, allowing users to identify vulnerabilities and monitor the effectiveness of their security settings — either against Salesforce’s out-of-the-box standard or a custom baseline. The tool scans all your [...]

Read More

Salesforce DevOps Center

DevOps Center is a modern change management and releases management tool which is natively in Salesforce. It provides an end-to-end Experience allowing developers and admins to work together to build and deploy salesforce applications. It is a point-and-click interface that allows you to manage environments, easily track changes, integrate with [...]

Read More