• Add file to Notes via REST API using NodeJS

    I can successfully create the note. I now need to upload the file and then link to the note. Which I think I can do with this endpoint: "/rest/v11_20/Notes/5f95bbe8-cd49-11ee-b015-fa163ec72422/file/filename" I'm POSTing a file using FormData…
  • We do have one basic type module and we need to create new field by this user can browse and upload multiple flles. and in studio there is no file type field available. Anyone can help me out on this?

    Hello Everyone, We do have one basic type module and we need to create new field by this user can browse and upload multiple flles. and in studio there is no file type field available. Anyone can help me out on this?
  • Need Confirmation regarding upload_maxsize settings

    Hi All, I have a question regarding upload_maxsize property, If we decrease the "Maximum Upload size" in sugar via Admin->System Settings and then import a CSV file then it will show the error message that "upload_max_filesize property in your php.ini…
  • Make File Upload Required - Custom Module

    I created a custom module with module builder that is based on the documents module. However, I cannot figure out how to make the FILE field required for creation of the record. When I go to the Vardefs folder for the module, I do not see a php file that…