Book a Demo

Author Topic: Documentation: UUID  (Read 2916 times)

BarrettoK

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Documentation: UUID
« on: April 06, 2004, 05:00:42 am »
What is UUID number generated on the HTML document for packages. Is there an option to remove this ID or is it a forced generation by EA.

I see that every package report has a unique UUID. I need to remove this as my end users seeing the document gets annoyed with that ID while reading the notes

GMFMAS

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Documentation: UUID
« Reply #1 on: April 06, 2004, 07:21:52 am »
Hi;

Maybe,  I can help you. You can customize the profiles for HTML generation. If you select the resource view fo your project you can go to the Templates sections and then select web style templates.

then, you will be able to find several sections on the editable HTML in order to delete the code referring the uuid. With a little of intuition you would be able to have your own template.

If you save your template with any mytemplate name, then when you create the html report, you will select on the style box the name of the template you have just to create (now you will see on this box not only the by default template but also any new template you create for this project).

I hope you find helpful this explanation.

Regards and good modelling

GMFMAS

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Documentation: UUID
« Reply #2 on: April 06, 2004, 07:26:43 am »
Sorry, one missed issue:

When you select Web Style template you will have to right click to find the create html template option and then EA will show all the html used by default to generate the reports stuctured in several sections.

the object detail, the object medium and the object short sections contains references the uuid of EA objects. I recommend to delete these references of all sections to avoid problems.

This post and the previous one try to detail the complete procedure.

Regards

BarrettoK

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Documentation: UUID
« Reply #3 on: April 07, 2004, 04:19:48 am »
 :)

Thanks. That helped