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
26 September 2008
Subscribe to:
Post Comments (Atom)


0 comments:
Post a Comment