Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Why can't i access a view accessor's transient attribute?

GadoFeb 21 2017 — edited Feb 28 2017

Hello Experts,

I'm using JDev 11.1.1.7.0

I have a master detail tables ... "Invoices" master and "InvoicePayments" detail.

Now i want to get the value of a transient attribute in Invoices "InvoiceTotal" to an attribute in InvoicePayments "ReqAmount".

The transient attribute in Invoices is created based on a transient attribute in Invoices_EO.

I generated an accessor for the source in the ViewLink to access the source from destination.

I added the Invoices as a view accessor to InvoicePayments ... then in the "ReqAmount" attribut default value in the VO i added Invoices.InvoiceTotal

When i create a new row in InvoicePayments it doesn't get the value.

But if i changed the value Expression to any other non-transient attribute in Invoices ... it returns it's value.

Is this how transients work or am i messing something here?

Thank you for your time

Gado

This post has been answered by Gado on Feb 28 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 28 2017
Added on Feb 21 2017
5 comments
488 views