Announcement

Collapse
No announcement yet.

attach Document

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • attach Document

    i create a document with ext\pdf\generate from a entity A

    Now I want to assign it to a contact and an account.

    How can I create a Multi Link Join? The Id's for Contact and account exist.

  • #2
    Answerd by self

    record\relate('Document',$DocID , 'contacts', $ContactID);

    Comment

    Working...
    X