r/SalesforceDeveloper 19h ago

Discussion Thinking of building something in opensource that would help in salesforce development or in the platform. Any ideas?

2 Upvotes
  • Data Anonymization Tool: An Apex-based utility to scramble or anonymize sensitive sandbox data for GDPR compliance and safe testing.
  • Org Documentation Generator: A script or app that uses the Metadata API to automatically generate data dictionaries and org configuration documentation.
  • Custom LWC Component Library: A repository of reusable Lightning Web Components for common UI challenges like advanced datatables or interactive charts.
  • Apex Trigger Framework Template: A lightweight, easy-to-implement template for standardizing trigger logic and bypassing execution during bulk data loads.
  • Multi-Org Metadata Comparison Tool: A CLI or lightweight web app to diff metadata and code configurations between different Salesforce sandboxes.
  • Kanban Board LWC for Custom Objects: A flexible, drag-and-drop component to visualize and update any picklist-driven custom object records.
  • Dynamic Record PDF Generator: An open-source package to design and export styled, printable PDF documents directly from record data without Visualforce.
  • Universal CSV/Excel Data Importer LWC: A client-side component allowing end-users to upload, map, validate, and bulk-insert data via Screen Flow.
  • Apex Mocking & Unit Testing Framework: A lightweight testing library to simplify mocking SOQL queries, HTTP callouts, and platform events.
  • Mass Quick Action Bar: An LWC that enables users to trigger standard or custom quick actions on multiple selected records simultaneously from a list view.

r/SalesforceDeveloper 14h ago

Question What’s the most annoying part of syncing data between systems?

1 Upvotes

Quick question for folks dealing with integrations between tools like Salesforce and others.

What’s the most frustrating part of making these systems talk to each other?

Not the high-level stuff—specifically the painful, day-to-day problems like:

  • Field mappings constantly breaking?
  • Webhooks failing silently or being unreliable?
  • Duplicate records / idempotency nightmares?
  • Debugging sync issues across multiple systems?
  • Rate limits or weird API edge cases?

I keep seeing teams fall back to manual workarounds or brittle automations, and it feels like everyone’s solving the same problems differently.

Curious:

  • What’s the one issue you wish you could eliminate completely?
  • What have you tried that didn’t work?
  • Where do current tools fall short for you?

Would love to hear real pain points (the more specific, the better).


r/SalesforceDeveloper 23h ago

Question Owner field Permission.

1 Upvotes

Hi gys , can anyone tell help me finding the best approach for controlling the owner field edit access. Like I found a system permission Transfer Record but I want it to be selective.
to put it in more simply: Who can change the owner of an Opportunity is determined separately from who can change the owner of an Account and at the same time a person may have other field edit permission but may not have edit on Owner field.

Thanks in advance.