• Not Answered

Bulk Edit / FHX Load: Classless Module / Linked Composite Parameter

Hi All,

I'm trying to link a parameter back to the composite default parameter. I'm using the following FHX file.

not working....

MODULE_VALUES TAG="CM_NAME" merge=T

{

ATTRIBUTE_INSTANCE NAME="Composite/Parameter"

{
EXPLICIT_OVERRIDE=F
}

}

On Level deeper works:

MODULE_VALUES TAG="CM_NAME" merge=T

{

ATTRIBUTE_INSTANCE NAME="Composite/Composite/Parameter"

{
EXPLICIT_OVERRIDE=F
}

}

Why? How to link first level?

Thanks a lot!

Manuel