Developer Facts

UI/UX | Salesforce | SaaS | How To's

Advertise with us
Lightning Components Tutorial
Development

How to change the tab label in Lightning Component

Are you working with Lightning Component (Aura) tab functionality? Need to change your Tab label and Icon based on business logic? Cool !!! Now it’s not a big deal, we can do this kind of changes using WorkspaceAPI. Let’s get started with the coding to change the label. Component: <aura:component implements=”flexipage:availableForAllPageTypes” access=”global” > <lightning:workspaceAPI aura:id=”workspace” […]

Kumaresan 
salesforce-community
Development

Customer Community  Vs Partner Community 

Customer Community Vs Partner Community Hey There! Are you confused salesforce community cloud license? Don’t worry here you will have some idea then you will kick start your SaaS journey for your business growth. Customer Community Partner Community It’s for B2C portals It’s for B2B portals Digital Experience Management: Available Digital Experience Management: Available Customer Service […]

Kumaresan 
lwc
Development

UI Test Automation With Salesforce

UI test automation with Salesforce has some unique characteristics, both in terms of test creation and test maintenance. Test Creation Test Maintenance Solution Salesforce Testing Flow The testing process of Salesforce is the same as any application. The tester should have a clear idea of the features which are built during the test process. It […]

Kumaresan 
Mixed DML
Development

[FIX] Mixed DML Error In Salesforce

What is Mixed DML Error? In our salesforce environment, Sometimes we can’t perform DML  operation between setup sObjects and non-setup sObjects.  In this kind of scenarios we will have an error that is Mixed DML error. Setup Object Example User Profile Etc.. Non-Setup Object Example Lead Account Contact Etc.. Solution To Fix Mixed DML Error […]

Kumaresan 
Development

Angular Vs LWC

Angular Vs LWC Angular and LWC is used to build a single page application (SPA). you are a front end developer or UI lover then this article will useful for you. Let’s Begin 🙂 History Of Angular And LWC Angular Angular is powered by TypeScript. It’s developed by the Google team. The initial version of […]

Kumaresan