Data integration with external system
- johnsontitus
- May 14, 2020
- 1 min read
use case - create a customer order in salesforce when an order is placed on an external system.
Solution:
In the order object in salesforce, create an external id field that is marked 'unique'.
This field will have the order id of the order created on the external system.


Comments