Book a Demo

Author Topic: Tag Value in Association in Transformation  (Read 3107 times)

bajz

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Tag Value in Association in Transformation
« on: August 06, 2007, 03:29:09 am »
Hi,

I need transformation to create association link with tagged value. I put Tag into a template but it doesn't create any tag.

Association
{
 name=%qt%%className%12%qt%
 %TRANSFORM_REFERENCE("ServiceBinding12",classGUID)%
 Tag
 {
 name = "location"
 value = "%classTag:"Port"%"
 
 }
 Source
 {
   %TRANSFORM_REFERENCE("Service",packageGUID)%
 }
 Target
 {
   %TRANSFORM_REFERENCE("Binding12",classGUID)%
 }
}

Any idea?

Thanks

thomaskilian

  • Guest
Re: Tag Value in Association in Transformation
« Reply #1 on: August 06, 2007, 04:58:10 am »
As far as I remember from a Sparx post the transformation can't do that. An add-in could that, though.