Author Topic: Is there a scripting method?  (Read 1792 times)

TobyHarrison

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Is there a scripting method?
« on: October 14, 2023, 12:48:53 pm »
I'm transitioning from PowerDesigner and have a comprehensive dictionary of terms linked to Tables and Columns. Is there a scripting method that allows me to iterate through tables and attributes to modify the notes or descriptions of these table and column elements?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +564/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Is there a scripting method?
« Reply #1 on: October 14, 2023, 04:49:56 pm »
Sure there is. A Table is an EA.Element, and columns are EA.Attributes.

If you look in the "local scripts", you'll find some examples on how to use those.

Geert