Skip to main content

Salesforce development

Complexity reduction is cost reduction

 

Complexity often makes systems harder to use.  It’s easy to add objects, fields, and declarative automation (Flows), but sometimes ‘easy to create’ means ‘hard to use.’  Too many required fields, too many ways to do things and old customizations that no longer fit business requirements can all confuse, slow down and frustrate users.

HanovConsulting is experienced in reducing the complexity of Salesforce org.  We follow Salesforce’s recommended way to safely remove Salesforce customizations, a five-step process of research, communicate, restrict, monitor then decommission.

Complexity often makes systems harder to use.  It’s easy to add objects, fields, and declarative automation (Flows), but sometimes ‘easy to create’ means ‘hard to use.’  Too many required fields, too many ways to do things and old customizations that no longer fit business requirements can all confuse, slow down and frustrate users.

Become a Certified Salesforce Professional

HanovConsulting is experienced in reducing the complexity of Salesforce org.  We follow Salesforce’s recommended way to safely remove Salesforce customizations, a five-step process of research, communicate, restrict, monitor then decommission.

AdminBlog
October 5, 2023

Configuring a Organization-Wide Default Email Address

Here's what you need to do in order to configure the default email address for the entire organization: Click on "Setup" from the top-right corner of the Salesforce navigation menu.…
October 4, 2023 in Blog, Developer, LWC

Navigation Service use cases with LWC

Introduction In the Lightning Web Component (LWC) framework, the Navigation Service plays a crucial role in seamlessly transitioning between different Salesforce pages. With its powerful functionality and intuitive design, the…
Read More
October 4, 2023 in Blog, Developer, LWC

Conditional Rendering in LWC using lwc:if, lwc: and lwc:else

Introduction Conditional rendering, in the context of Lightning Web Components (LWC), allows developers to control the visibility and behavior of elements based on specific conditions. By using the lwc:if, lwc:elseif,…
Read More
August 8, 2023 in Blog

List of Salesforce CLI Commands

Create a new Salesforce scratch org. Command: force:org:create Example: sfdx force:org:create -s -a MyScratchOrg Open a Salesforce org in a web browser. Command: force:org:open Example: sfdx force:org:open -u MyOrg Deploy…
Read More