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
James East 5James East 5 

Apex / code for attaching file to Salesforce record from external web page

Hi All

Hope you can offer some help -

We have an internally hosted web page that the user opens and selects a number of options - that page then connects to a data warehouse with Salesforce data in ( updated every 5 minutes ) and the web page builds a text file with the salesforce data and the selections ( its a router config file ).

I need to then have an option for the user to click a button which essentially opens salesforce with the specific record ( easy enough ) and then sends the newly built text file to salesforce and attaches it to a record in a custom object?

thanks
ajmes