Assist_Design/docs/SALESFORCE-PORTAL-SIMPLE-GUIDE.md
T. Narantuya 0bf872e249 Refactor code formatting and improve documentation clarity
- Adjusted YAML and JSON files for consistent formatting, including healthcheck commands and package exports.
- Enhanced readability in various TypeScript files by standardizing string quotes and improving line breaks.
- Updated documentation across multiple files to improve clarity and consistency, including address system and logging levels.
- Removed unnecessary package-lock.json from shared package directory to streamline dependencies.
2025-09-09 18:19:54 +09:00

584 B

Simple Salesforce-to-Portal Communication Guide

This guide is deprecated for order provisioning. Use Platform Events (OrderProvisionRequested__e) as outlined in SALESFORCE-ORDER-COMMUNICATION.md.

Modern path (summary)

  • Create High-Volume Platform Event OrderProvisionRequested__e (fields: OrderId__c, optional IdemKey__c).
  • Record-Triggered Flow on Order approval publishes the event.
  • Portal BFF subscribes to the event, enqueues a job, provisions in WHMCS, and updates Salesforce.

No inbound Salesforce webhooks or HMAC headers are required in this architecture.