Book a Demo

Author Topic: Propagating updated Tagged Value name field  (Read 4312 times)

SparxUser19

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Propagating updated Tagged Value name field
« on: March 28, 2018, 12:13:14 pm »
Does anyone know of a way to propagate updates to custom tag values that are already in use with an element. I notice that if I change the name of the Tagged Value that I created under Reference Data, it does not update the existing elements with the new name. Is there a function in EA that will do this, or creating a custom script is the way to go?
TIA!

Nizam

  • Prolab Moderator
  • EA User
  • *
  • Posts: 320
  • Karma: +15/-2
  • Model Sharing - Simplified
    • View Profile
    • Professional Model Collaboration
Re: Propagating updated Tagged Value name field
« Reply #1 on: March 28, 2018, 12:57:25 pm »
AFAIK writing a Script is the only way if you are using definitions only in the 'UML Types' section.

however if you have it defined in a profile as associated to a stereotype, a 'Synchronize Stereotype' will do this for us.

SparxUser19

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Re: Propagating updated Tagged Value name field
« Reply #2 on: March 30, 2018, 02:32:11 am »
Thank you!