26 September 2008

Maximum Upload File Size in CRM Titan

Previously in CRM 3, the maximum file size for attachment can be configure/found in the registry. In CRM Titan, Microsoft decided to store in Database because of Multitenancy Installation.

For some reason, I need to build a custom template page which can allow user to upload attachment, for the ease of configuration, i decided to share the attribute use by CRM to handle Max file size upload.


After some research, finally found that it is store under organizationbase table. It store as bytes data type. Remmember to multiply 1024 for actual bytes value.

select MaxUploadFileSize from organizationbase

2 comments :

  1. You can change it in System Settings under the email tab.

    ReplyDelete
  2. yup,I used CRM setting for my custom application in CRM too, so user change once will do ..:)

    ReplyDelete