• How to call logic hook on document revision module?

    Hi, I am trying to call logic hook when creating document revision for particular document record. when I create document record, the logic hook works properly but when I add another document by document revision, then no logic hook calls. For other any…
  • 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…