Arun Kumar

Arun Kumar

Arun Kumar is a Salesforce Certified Platform Developer I with over 7+ years of experience working on the Salesforce platform. He specializes in developing custom applications, integrations, and reports to help customers streamline their business processes. Arun is passionate about helping businesses leverage the power of Salesforce to achieve their goals.

Create Custom Profiles from Scratch via the SOAP API | SoapUI Tutorial

This article guides users on creating a custom profile from scratch using SOAP API, highlighting the Salesforce Winter '22 Release that allows this process. It provides a step-by-step tutorial on using the SOAP UI tool to connect Salesforce org and perform operations, including retrieving, inserting, updating, and deleting records. The piece also offers download and installation instructions for the SOAP UI application.

Mention multiple users in the chatter post using Apex

The article explains how to post a chatter from Apex code and how to mention multiple users in the post. It describes a solution using an Apex Trigger and ConnectApi for notifying 'Account Reviewer' users about changes in Account ownership. The method ensures that all mentioned users are from the old and new owner regions.

Subscribe Platform Event in Lightning Component

The post details a method to display a warning message on Salesforce, suggesting fields to complete or correct to improve contact data quality. The solution involves creating a "Platform Event," an Apex Trigger, and a Lightning component in Salesforce. Apex Trigger publishes an event which the Lightning component subscribes to. Upon receiving an event message, the Lightning component sends a warning message to the user.

Trigger Bell Notification from Apex Code

Trigger Bell Notification from Apex Code

The Winter '21 release introduces the custom notification from Apex code feature that alerts users to changes or updates. This is especially useful for foreground notifications of backend asynchronous code execution. The CustomNotification class can be configured in various ways and sent using Apex code. Methods include managing the title, body, sender, type, target record and page of the notification.

Spring ’21: Five Release Highlights

The post discusses new Salesforce Spring '21 features including Dynamic Action for making object record pages dynamic. It highlights Local Development Enhancement of Lightning Web Component (LWC), customization of lightning-map Base Component, use of Lightning email templates in automation tools, and piloted creation of quick action for LWC.

Tellus Molestie Nunc Non Blandit Massa

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Scelerisque…

Lorem Ipsum Dolor Sit Amet Consectetur

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Scelerisque…

Quick News Lightning Component

The post showcases a "NewsApp" lightning component application developed on Salesforce lightning platform. Designed to display recent articles from global sources, the application offers features like keyword search and breaking news. It's constructed with the Salesforce lightning framework and "NewsAPI", and hosted on Salesforce by embedding the component in a Visualforce page. The data from news sources is parsed and processed into readable news articles.

How to host your web page using force.com site

The Salesforce platform allows users to host a webpage or application accessible to the public without requiring login. Users create a visualforce page, then register a domain and create a new active site. Appropriate permissions must be set in public access settings to permit access to the visualforce page, apex class, and assorted objects.