Tag Archives: Automation

How to Bypass Validation Rules in Salesforce Record-Triggered Flows

While migrating automation is usually straightforward, developers may encounter an unexpected issue: a Flow performing the same update as a Workflow Rule fails because of a Validation Rule.This happens because Workflow Rules and Flows behave differently during Salesforce’s order of execution. Validation Rule Business Requirement An organization has implemented a Validation Rule that prevents users… Read More »

How to Bypass Validation Rules in Salesforce Flow Using Custom Permissions

Validation Rules are one of Salesforce’s most powerful declarative features for maintaining data quality. They ensure that users enter complete and accurate information by preventing records from being saved when business rules are violated. However, not every update originates from a user. Modern Salesforce implementations rely heavily on Record-Triggered Flows, Scheduled Flows, Platform Events, and… Read More »

GUMU™ Feature: Auto Update the Last Sync Date field in Entity Mapping/Import after the import routine successfully runs

In this blog post, we’ll walk through a solution that automatically updates the Last Sync Date field in Entity Mapping/Import after the import routine successfully runs. This update is based on the value in the “Update_Last_Sync_by_Days__c” field, which allows users to add a specified number of days to the current sync date and reflect as… Read More »