If you are ever working with any code that needs to upload attachments to Dynamics CRM, you may run into an issue where your attachment is larger than the default of 5MB. To prevent errors from occurring, you can check the Organizational Setting for the maximum upload file size, using code like this: public int […]
↧