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!
Request clarification before answering.
Which end of the reference do you want?
I think you need %ParentTable.myExtensionAttribute% or %ChildTable.myExtensionAttribute%
Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Chris!
I got this message:
1 error(s), 0 warning(s)
(2) (Reference "TableA_X_TableB"):
[translation error] unresolved member: myExtensionAttributeI 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)
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.