Author Topic: Absolute link on element in HTML report  (Read 3541 times)

survex

  • EA User
  • **
  • Posts: 76
  • Karma: +1/-1
    • View Profile
Absolute link on element in HTML report
« on: March 20, 2015, 08:22:15 pm »
Say I'm documenting my architecture.

I have chapterX in my model. I want to give a link to my team to this item, link looks like this testsite.com/EARoot/EA3/EA1/EA1/EA80.htm. But if I change structure of the my model, then after another generation of documentation this link testsite.com/EARoot/EA3/EA1/EA1/EA80.htm would point to another chapter. If link would have format something like testsite.com/EARoot/{GUID}, then it would propably solve the problem.

Is there any ideas how achieve that?

OpenIT Solutions

  • EA User
  • **
  • Posts: 555
  • Karma: +9/-1
    • View Profile
Re: Absolute link on element in HTML report
« Reply #1 on: March 21, 2015, 01:03:00 am »
http://yoururl?guid={element guid}

survex

  • EA User
  • **
  • Posts: 76
  • Karma: +1/-1
    • View Profile
Re: Absolute link on element in HTML report
« Reply #2 on: March 21, 2015, 02:12:13 am »
Thanks, can't realize how I missed it in documentation.