Role: Sr.salesforce Admin/Consultant & Architect | Stack: Advanced Flow, Custom Metadata, Tableau, External Services
This series demonstrates 5 real-world solutions to complex enterprise problems, utilizing 100% declarative tools (No-Code). Each episode focuses on scalable architecture, separating business logic (Custom Metadata) from automation (Flow) to ensure maintainability.

Sales teams were pushing high discounts to close deals without justification, eroding margins. Leadership needed a clear “approval story,” but the logic lived in people’s heads, leading to inconsistent enforcement.
I built a lightweight guardrail on the Quote object using a Before-Save Flow (Fast Field Updates).
Quote_Discount_Policy__mdt), allowing Admins to update the % without editing the Flow.Additional Disc % > Threshold AND Discount Reason is blank.Custom Metadata stores the policy (Rule Separation), while the Quote object holds the validation field.

The “Fast Field Update” Flow fetches the policy and validates input before the database commit.

The result: A clean, inline error message that guides the user to fix the data.


High-priority cases were missing SLAs because escalation relied on manual tracking. There was no consistent way to route overdue cases to the right queue at the right time.
Escalation_Queue and stamps an escalation reason without human intervention.The Flow manages both immediate updates and scheduled escalation checks.


Customer health data (usage, billing, NPS) lived in external systems. Sales reps were “blind” to churn risks until it was too late.
I architected an Event-Driven architecture using Platform Events:
Account_Health_Signal__e (High Volume Platform Event).Health_Status__c.Handling high-volume events and automating the response.

Sales reps see real-time history and get immediate tasks for risks.


Support cases and urgent tasks were piling up on the same few high-performers, leading to burnout. Managers lacked data to prove overload.
User_Workload_Snapshot__c record.Calculating the score and visualizing the risk.


Sales reps were negotiating deals with clients who had poor credit, leading to rejected contracts. The credit check process was manual and slow (email-based).
I built a No-Code Integration using External Services:
Connecting Salesforce to the Banking API securely.

Handling the API call asynchronously to prevent timeouts.

Real-time credit data appears instantly on the Opportunity.
