Skip to main content
Grupo destacado

Salesforce Developer Group, Dubai, UAE

Connect, innovate, and get Agentforce-ready with Dubai’s premier Salesforce community.

📣 Session 3 of 8 - Registration Open - [RSVP Click Here] De-Fragging the Franken-Org: Legacy to Agentforce Ready Episode 3: The Data Architecture Lens 📅 Sunday 21 June 2026 ⏰ 11:00 AM Dubai · 8:00 A

 

📣 Session 3 of 8 - Registration Open - [RSVP Click Here

 

De-Fragging the Franken-Org: Legacy to Agentforce Ready 

Episode 3: The Data Architecture Lens 

 

📅 Sunday 21 June 2026 

⏰ 11:00 AM Dubai · 8:00 AM London · 12:30 PM Mumbai 

 

Your Agentforce agent reads your data as truth. 

 

It doesn't have tribal knowledge. 

It doesn't know that "Acme Corp," "ACME Corp," and "acme corp" 

are the same company. 

It doesn't know that the email address on that Contact 

is from 2019 and nobody's used it since. 

 

It reads what's there. And presents it confidently. This Sunday — we fix the data layer. 

 

✅ Data Cloud connection + Identity Resolution 

✅ Golden Record strategy — eliminate duplicates at source 

✅ Einstein Trust Layer — classify and protect PII 

✅ 5 Data Quality Dimensions for AI Readiness 

 

Live. On the Salesforce Trailblazer Community. 

https://trailblazercommunitygroups.com/events/details/salesforce-salesforce-developer-group-dubai-uae-presents-de-fragging-the-franken-org-session-3-your-data-is-a-mess-and-the-ai-knows-it/

 

@Salesforce Developer Group, Dubai, UAE @Agentblazer Community Group @* Salesforce Developers * @WFD Partner Cohort: TDX2630DaysChallenge @Architect Trailblazers #NoClicksJustVibes #DeFraggingTheFrankenOrg

0/9000

⚡ IT’S ALIVE! IT’S ALIVE! ⚡ 

 

The second ritual of #DeFraggingTheFrankenOrg is complete. We dared to ascend the creaking stairs and enter... The Attic. 

 

A monstrous thank you to the brave devs and architects who brandished their torches and joined us in the flesh. For those who stayed locked in their quarters, the terrifying footage has been archived for posterity. 

 

🎙️ Footage of Episode 2 is on YouTube https://youtu.be/HHOGGxgreyI 

 

📜 "The Attic Nobody Wanted to Open" - The Metadata Lens 

 

Here is the dark knowledge we unearthed from the dust and cobwebs: 

 

  1. The 6 Metadata Categories: The vital organs that matter most if you ever want to breathe life into Agentforce.
  2. Salesforce Scanner: We strapped the demo org to the operating table and ran live electricity through it. The results were shocking.
  3. Safe Deletion Protocol: Step-by-step, no shortcuts. Because if you sever the wrong wire, the monster wakes up angry.
  4. Unlocked Packages: The modern, 2026 alchemy for keeping your metadata from stitching itself into a horrifying blob.

🧪 Free Alchemical Ingredients 

No need to pillage the local graveyard. We’ve left our Scanner commands, the Deletion Protocol, and an Unlocked Package starter template.  

 

SF Scanner Commands

# See installed pluginssf plugins# Install / update Code Analyzer pluginsf plugins install code-analyzer# List available recommended rulessf code-analyzer rules# Run recommended analysis on the DX projectsf code-analyzer run   --workspace force-app   --output-file reports/code-analyzer-report.html# Focus on security and performance style issuessf code-analyzer run   --workspace force-app   --rule-selector "(pmd,eslint,flow):Security:Recommended"   --output-file reports/security-results.sarif# Fail CI if a severity 1, 2, or 3 issue is foundsf code-analyzer run   --workspace force-app   --severity-threshold 3   --output-file reports/quality-gate.html# Include actionable guidance where availablesf code-analyzer run   --workspace force-app   --include-fixes   --include-suggestions   --output-file reports/actionable-results.sarif

 

Safe Deletion Protocol 

 

Step 1 — Confirm functional non-use

Step 2 — Confirm metadata references

Step 3 — Detach before delete

Step 4 — Wait with intent

Step 5 — Delete and log

 

Unlocked Packages 

 

# Create packagesf package create   --name "MetadataHealthCore"   --package-type Unlocked   --path force-app   --no-namespace# Create versionsf package version create   --package "MetadataHealthCore"   --installation-key-bypass   --wait 20# Install in target orgsf package install   --package 04tXXXXXXXXXXXX   --target-org UAT   --wait 20   --publish-wait 10

 

Resources 

 

- Salesforce Developers: Aura introduction / use LWC instead of Aura    https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/intro_framework.htm- Salesforce Developers: Migrate Aura components to Lightning Web Components    https://developer.salesforce.com/docs/platform/lwc/guide/migrate-introduction.html- Salesforce Developers: Code Analyzer ESLint engine    https://developer.salesforce.com/docs/platform/salesforce-code-analyzer/guide/engine-eslint.html- Salesforce Developers: Code Analyzer release notes    https://developer.salesforce.com/docs/platform/salesforce-code-analyzer/guide/release-notes.html- Salesforce Developers: Security for Lightning Components    https://developer.salesforce.com/docs/platform/lightning-components-security/guide/get-started-intro.html- Salesforce Developers: Lightning Web Security introduction    https://developer.salesforce.com/docs/platform/lightning-components-security/guide/lws-intro.html- Salesforce Developers: LWS sanitization    https://developer.salesforce.com/docs/platform/lightning-components-security/guide/lws-sanitize.html- Salesforce Developers: Enable LWS in an org    https://developer.salesforce.com/docs/platform/lightning-components-security/guide/lws-enable.html- Salesforce Developers: Aura validation using ESLint    https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/validation_with_sfdx.htm- Salesforce Developers: Supported JavaScript for Aura    https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/js_supported_es.htm

 

@Salesforce Developer Group, Dubai, UAE @WFD Partner Cohort: TDX2630DaysChallenge @Agentblazer Community Group @* Salesforce Developers * @Architect Trailblazers #NoClicksJustVibes #DeFraggingTheFrankenOrg

0/9000

Something I want you to do before Sunday. 

 

  • Go to your Salesforce org.
  • Pick any major object — Account, Contact, Opportunity.
  • Open a record.

Count the custom fields on the page layout and ask yourself: how many of those fields have actual data in them? 

 

Not "could have data." Actually, have data. Populated. Used. 

 

This Sunday we clean that up. Systematically. 

Salesforce Code Analyzer. Safe Deletion Protocol. Unlocked Packages. 

 

Session 2 — Sunday 14 June — 11 AM Dubai.

Speaking at the @Salesforce Developer Group, Dubai, UAE

 

 [Click Here to RSVP]

 

@Agentblazer Community Group @* Salesforce Developers * #NoClicksJustVibes #DeFraggingTheFrankenOrg

0/9000

Episode 1 Challenge

 

If someone ran Org Check on your Salesforce org right now without warning. 

what's the one thing you'd be quietly hoping they don't find? 

 

The field nobody knows the purpose of. 

The Apex class with no test coverage. 

The permission set that grants way too much. 

The Flow that runs daily and whose logs you've never checked. 

 

Mine: a Workflow Rule that's been active since 2011 on an object that nobody uses anymore. Still firing. Every save. For no reason. 

 

What's yours? 

 

#NoClicksJustVibes #DeFraggingTheFrankenOrg@Salesforce Developer Group, Dubai, UAE @WFD Partner Cohort: TDX2630DaysChallenge @Agentblazer Community Group @* Salesforce Developers *

4 comentarios
0/9000

RSVP : https://trailblazercommunitygroups.

 

RSVP :

https://trailblazercommunitygroups.com/events/details/salesforce-salesforce-developer-group-dubai-uae-presents-de-fragging-the-franken-org-session-2-the-attic-nobody-wanted-to-open/

 

 

Your Salesforce metadata is the DNA of your org. Custom fields, Apex classes, Flows, Validation Rules, Profiles — every piece of configuration tells a story. After 10 years? Some of those stories are concerning. 

 

In this session we go through the Metadata Lens — identifying what's deployed, what's dead weight, what's dangerous for Agentforce agent actions, and what needs to be cleaned or restructured before you build on top of it. 

 

What you will learn: 

 

  • The 6 metadata categories that matter most for Agentforce readiness
  • How to run Salesforce Code Analyzer for static code analysis — find severity-1 violations before they break your agent actions
  • The Safe Deletion Protocol — how to remove unused metadata without causing a 3am production incident
  • Why Unlocked Packages are the 2026 standard for metadata organization and how to create your first one
  • Apex code quality standards specific to Agent Actions — what must be fixed before your code becomes agent-callable
  • How to prioritize technical debt: fix now vs. fix before Agentforce vs. backlog
  • Tools Covered: Salesforce Code Analyzer (CLI plugin), OrgCheck , Salesforce CLI metadata commands, Unlocked Package creation

Who Should Attend: Salesforce Architects, Developers, Senior Admins managing legacy org technical debt 

Prerequisites: Session 1 recommended but not required. Basic understanding of Salesforce metadata helpful. 

 

@Salesforce Developer Group, Dubai, UAE @WFD Partner Cohort: TDX2630DaysChallenge @Agentblazer Community Group @* Salesforce Developers * @Architect Trailblazers #NoClicksJustVibes #DeFraggingTheFrankenOrg

0/9000

🎙️ Episode 1 is on YouTube — De-Fragging the Franken Org 

 

"Your Legacy Org Has Feelings - And We're About to Find Out Why" 

 

Missed the live session? check it here : 

https://www.youtube.com/watch?v=OwmZhPJ1V9Q

 

→ What Agentforce-Ready means in 2026 (no buzzwords) 

→ The 8-Lens modernization framework explained 

→ Org Check + Salesforce Inspector Reloaded + Salesforce CLI — live run 

→ Org Complexity Scorecard built in real time 

→ Final score: 17/40 — and what it means 

 

What's your org's score? Drop it below. 👇 

 

#NoClicksJustVibes #NoClicksJustVibes#NoClicksJustVibes #DeFraggingTheFrankenOrg@Salesforce Developer Group, Dubai, UAE @WFD Partner Cohort: TDX2630DaysChallenge @Agentblazer Community Group @* Salesforce Developers * @Architect Trailblazers

0/9000

Three days until Session 1. (RSVP Here if You haven't)

 

 

Before Sunday — three free tools worth installing right now: 

 

1️⃣

Org CheckAppExchange

(free) 

Interactive org health dashboard. Install in 5 minutes. 

Run it this weekend. Screenshot your score. 

 

2️⃣

Salesforce Inspector Reloaded

— Chrome/Firefox extension (free) 

SOQL runner + field inspection + API usage. 

The x-ray vision tool every Salesforce professional should have. 

 

3️⃣

Salesforce CLIhttps://developer.salesforce.com/tools/salesforcecli

(free) 

Pull your metadata. Count your objects. 

Find the hardcoded IDs in your Apex before I find mine on camera. 

 

Come with these installed on Sunday. We're using all three in the live demo. 

 

@Salesforce Developer Group, Dubai, UAE @WFD Partner Cohort: TDX2630DaysChallenge @Agentblazer Community Group @* Salesforce Developers * @Architect Trailblazers

0/9000

If you loved the and want to put the Well-Architected Framework into actual practice, this is something you’ve been waiting for.If you loved the #TDX26AgentblazerChallenge and want to put the Well-Architected Framework into actual practice, this is something you’ve been waiting for. 

 

Salesforce Developer Group, Dubai, UAE  is bringing a brand-new series for the Trailblazer Community: De-Fragging the Franken-Org!

 

Helping you Make your Legacy Salesforce Org Agentforce Ready. 

 

Register now to secure your seat and enter to win exclusive Well Architected Prizes.  

 

Registration Link : https://forms.gle/P1Sip2URYGSdaGK27

 

@Salesforce Developer Group, Dubai, UAE @WFD Partner Cohort: TDX2630DaysChallenge @Agentblazer Community Group @* Salesforce Developers * @Architect Trailblazers 

4 comentarios
0/9000

📣 Session 1 of 8 - Registration Now Open 

 

De-Fragging the Franken Org: Legacy to Agentforce Ready 

Episode 1: The Discovery Lens 

 

📅 Sunday 7 June 2026 

⏰ 11:00 AM Dubai · 8:00 AM London · 12:30 PM Mumbai 

 

You can't fix what you don't understand. Before migrating, a single automation or building a single agent, you need to know exactly what's in your org. 

 

In Session 1, we run a complete live discovery audit on a legacy Salesforce org using the tools that matter in 2026: 

 

✅ OrgCheck - live health scan 

✅ Salesforce Inspector Reloaded - field and API analysis 

✅ Salesforce CLI - metadata inventory 

✅ Org Complexity Scorecard - your series baseline 

 

Live. On the Trailblazer Community. 

 

Click Here to RSVP

 

@Salesforce Developer Group, Dubai, UAE @Agentblazer Community Group @WFD Partner Cohort: TDX2630DaysChallenge @* Salesforce Developers * @Architect Trailblazers

2 comentarios
  1. 1 jun, 16:09
    Technical Debt is not bad unless we keep running away from it.
0/9000

I live in the space between vision and code,  

On the path where the most complex logic is stowed.  

I don’t just build walls; I design the whole hall,  

Ensuring the system won’t stumble or fall. 

 

You know me in Apex, you’ve met me in Flow,  

But I’m looking for seeds that the strategy sowed.  

Beyond the syntax and the SOQL line,  

I’m the balance of scale and the grander design. 

 

I see the Multi-Cloud horizon so clear,  

Turning "can we?" to "should we?" and calming the fear.  

I’m the bridge 'twixt the business and technical art,  

With a map in my head and

@Salesforce Trailhead

in my heart. 

 

Ten weeks of climbing to reach a new height,  

To turn every builder to a beacon of light.  

I am the structure that stands through the test 

Do you have the vision to join with the best? 

 

The journey begins soon. A new path is being paved for those ready to trade their keyboard for a compass.  

 

@* Salesforce Developers *

0/9000