834 1 Main Flow Route
This route validates and splits an incoming 834 transaction, identifies an account the incoming enrollments are associated with, and deletes the objects related to it. Then the route submits an Account object with the new enrollments to the Salesforce system.
Route Structure
Route Components
Inbound 834 EDI
|
File System Inbound |
Picks up an inbound 834 transaction from the file system. |
Split to Enrollments |
Native Processing |
Validates and splits the incoming 834 data. |
Deletion of SF resources
|
Subroute |
Deletes all current Salesforce objects related to the incoming data. |
Enrollment to Account
|
Translator |
Translates the data into Selaseforce format. |
Create Account
|
Salesforce |
Creates an Account object in the Salesforce system. |