Developer Facts

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

Advertise with us
Lightning Components Tutorial
Development

Why Lightning Component?

The Lightning Component framework is a Salesforce UI framework to develop salesforce apps. It’s a Salesforce-based modern UI framework for building single-page applications(SPA) with dynamic, Browser and device compatible for Lightning Platform apps. It uses JavaScript on the client-side and Apex on the server-side. Why we are using Lightning Component ? Avoid server calls Lazy […]

Kumaresan 
Lightning Components Tutorial
Development

Prerequisites To Start Lightning Components

This lightning component tutorial is only for salesforce UI developers, Here we gonna discuss step by step process to kick start your Lightning Component development. This tutorial will boost you to the next level of setup and coding in lightning component development. Prerequisites : Lightning Component development you must have some knowledge in following UI […]

Kumaresan 
salesforce automation tools
Development

Process Builder, Flow Designer, Workflow, Approval Process | Salesforce Automation Tool

Salesforce Automation Tools Hey there, Salesforce provides different tools to automate your organization’s business processes.Every Automation tools are given below. Workflow Process Builder Flow Designer Approvals Why This Automation Tools ? Workflow Rule : Workflow Rules are involed with send E-mails alerts, assign tasks, update fields on trigger criteria based requirements. First you need to […]

Kumaresan 
Object vs Field vs Record
Development

Object vs Field vs Record In Salesforce

In Salesforce Objects are two types, One is a standard object and another one is a custom object. Here both object will have field and record. General database concept must-have table, column, and row. Just like that salesforce have some unique structure to the database. Here you can check that, Database tables as objects,Database columns […]

Kumaresan 
gearset-salesforce
Development

Salesforce Gearset For DevOps

Gearset for Salesforce ? Yes,Now Salesforce DevOps operations are very easy with the help of Gearset. Gearset is developed only for Salesforce, you know a lot of DevOps tools are available like Jenkins and etc. if you are a salesforce developer and looking for a DevOps tool for your deployment process then fine Gearset available […]

Kumaresan 
Master-Detail Relationships Vs Lookup Relationships
Development

Difference Between Master-Detail Relationship And Lookup Relationship

Master-Detail Vs Lookup : Now we are going to discuss Master-detail and Lookup relationship. In Salesforce we have two types of relationship. We can easily relate the objects. The relationship types are given below, check it you will have an idea about salesforce relationships limitations, diffrence, and advantages. 1.Master-Detail Relationship One – Many Relationships. Many […]

Kumaresan