• Generate a PDF from PDF Manager to the Documents Module.

    I have had a couple of clients ask about this so I thought I would check to see if anyone else has come across this. When generating a Quote PDF, the client wants to save the generated PDF as a Document record related to the Quote record. They want to…
  • Aaccess records through Many to Many relation.

    Hi, I use the default Many-to-Many relation between the Contacts module and the Documents module to store documents related with each contact records. I need to access documents related to a particular Contact record through REST api code. I use Ruby…
  • mime type in document module

    Where does Documents get the mime type to be related to file? I have files with extensions .m .nb .wl .cdf which are mapping to text/plain instead of their proper mime-types: .nb application/vnd.wolfram.mathematica .cdf application/vnd.wolfram.cdf.text…