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
Patrick Earl DCPatrick Earl DC 

Integrate on-premise system with Salesforce

Hi All,

Our team has a requirement regarding integrating an on-premise system with Salesforce. The user in Salesforce should be able to upload attachment/file on a record without storing it in Salesforce - then the attachment/file will be uploaded in the on-premise system with the details regarding the related record.

Is this possible? If possible, what are the steps that we need to do? Thanks!
Newbie__SalesforceNewbie__Salesforce
Hi Patrick Earl DC,

You can create a rest web service for your on-premise system and do a rest callout in your salesforce side. Send document in body when you call your on-premise system 
Patrick Earl DCPatrick Earl DC
Hi Sharma, Thanks for your response. Do you have links that contains code that we can use as a basis for each step? 1) Rest web service for on-premise system 2) Rest callout in salesforce side 3) Send doc in body when calling on-premise system Thanks!