Book a Demo

Author Topic: Incorporating contents external document in RFT report  (Read 3101 times)

mrblack12

  • EA User
  • **
  • Posts: 67
  • Karma: +0/-0
    • View Profile
Incorporating contents external document in RFT report
« on: January 28, 2016, 03:19:22 am »
Hi,

I was wondering if there's a way to incorporate the contents of an external document - which I've related to an element, say a use case, using Properties - Related - Files - Local File - in an generated RTF document?

Rick

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Incorporating contents external document in RFT report
« Reply #1 on: January 28, 2016, 03:29:39 am »
Hi Rick,

Look into a document script fragment.
That fragments expects the script to return an RTF string.
So you should be able to write a script that gets the content of the external document, and return it as RTF.

Geert