function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Angela Mullen-Smith 20Angela Mullen-Smith 20 

Has anyone any experience of integrating data from Salesforce into IFS

 - we can easily integrate from IFS to Salesforce, but our IFS Manager says that IFS will not allow data to be integrated from Salesforce into IFS which I find abit strange
NagendraNagendra (Salesforce Developers) 
Hi Angela,

IFS is based on SOA architecture so you can easily use APEX SOAP API/Callouts for integration. If you want to raise a quote/order in IFS from salesforce then you can just call the relevant API to do so and pass it the parameters. We often find that customers do integrations themselves and find the information from the interface browser and/or the debug console as to which API should be called.

As it claims to be an SOA-based application you should have no issues integrating it with Salesforce via the Web Services API provided as a part of the platform:  SOAP API Developer's Guide
Please mark this post as solved if it helps.

Best Regards,
Nagendra.P