Book a Demo

Author Topic: read attribut's constraint code template editor  (Read 3349 times)

mrks

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
read attribut's constraint code template editor
« on: November 10, 2011, 06:26:15 am »
Hi  ;)

I am trying to read the value of an attribut's constraint from the code template editor to create an annotation (Rules->Contraints menu).

I want to use a custom constraint type like 'columnType' that has the value e.g. 'text' to specify a database column type that is used by a following process to create a db access layer.  

... how can I read the value?  'attConst' doesnt work.

anyone?