cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I created an new extension. On profile, I created under de Table Metaclass a new boolean attribute.

When I use this new attribute (%D:myExtensionAttribute%) on DBMS Properties\ORA11GR1::Script\Objects\Table\BeforeCreate, I can access the value expected correctly.

When I use this new attribute on DBMS Properties\ORA11GR1::Script\Objects\Reference\BeforeCreate, I can't access the expected value and I got an error: [translation error] unresolved member:

I tried without success:

%D:myExtensionAttribute%

%Table.myExtensionAttribute%

Is there a way to access this value?

Thanks in advance! Best regards!

0 Likes
View Entire Topic
ChrisBaker
Product and Topic Expert
Product and Topic Expert

Which end of the reference do you want?

I think you need %ParentTable.myExtensionAttribute% or %ChildTable.myExtensionAttribute%

Chris

thiago_farias
Explorer
0 Likes

Hi Chris!

I got this message:

1 error(s), 0 warning(s)

(2) (Reference "TableA_X_TableB"):
  [translation error] unresolved member: myExtensionAttribute

I tried %ParentTable.myExtensionAttribute% also and got the same error as using %Table.myExtensionAttribute% or %PARENT.myExtensionAttribute%.

Tks!

(I'm using PowerDesigner 16.5.0.3982)