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
Paul BerglundPaul Berglund 

How do you upload a PDF attachment to a custom object using RESTful API in C#

I would like to create a custom object and then upload PDF attachments to it.  Any one done this?  Is it possible to do that?  I know there isn't a data type for PDF attachments, but I thought I saw an Attachment section on the page created for the custom object.
Wade WegnerWade Wegner
If you want to define a custom object you'll need to use the metadata API: http://www.salesforce.com/us/developer/docs/api_meta/