1
Automation Interface, Add-Ins and Tools / 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
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