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