Book a Demo

Author Topic: RunReport on an Object GUID  (Read 3313 times)

alext

  • EA User
  • **
  • Posts: 28
  • Karma: +0/-0
    • View Profile
RunReport on an Object GUID
« on: February 07, 2009, 02:51:28 am »
I would need to run a RTF template on a specific object within a Repository and not on an entire package.

so for ex. If I have a the following structure MyProject\Use Case Model\My First UC Package\MyFirstUC.
If I want an RTF documentation of "MyFirstUC" I need to pass the package GUID... this will print out all objects under "My First UC Package".
But what if I have several UC in my package ... and I want an RTF document for only one UC... how can I do this from the API??

I know this should be possible since you can print ONE specific object if you run a SQL query that has an "Object_id" in.

Thanks for your help!


« Last Edit: February 09, 2009, 09:16:13 pm by alext »