Salesforce to Anthology - Student Creation

Publisher:

Description
This recipe will select new students from salesforce and created them into Anthology. Recipe Steps -Select records from salesforce WHERE Sync_Status_SIS__c = 'Ready For Export'. -Reject records whith Null or blank required fields. -Create json payload for Anthology SaveNew end point to create new student by HTTP writer. -Parse Anthology HTTP writer response. -Select Id and student number from response and update in respective record into Salesforce. -Log error records.