Book a Demo

Author Topic: Accessing a Linked Document of an Operation  (Read 3449 times)

njf

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Accessing a Linked Document of an Operation
« on: November 23, 2011, 11:00:47 am »
Hi,

Does anybody know how can you access the linked document of an operation via the Automation API? There does not seem to be a way via the Method class. With an Element class there is the LoadLinkedDocument, but there doesn't seem to be a similar option in the Method class. And looking at the record of the operation in the t_operation table, I don't see any link to the document there either.

Thanks,
njf

njf

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: Accessing a Linked Document of an Operation
« Reply #1 on: November 23, 2011, 11:09:33 am »
Ok - I've just realised that the linked document in the operation window is in fact the linked document of the parent element, not the operation itself. A little confusing and a bit annoying as I intended to use this for a number of operations that required a lot of text to go with them. I'll just have to paste it into the notes field....