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!

Updatable Transient Attribute in Updatable view object

AmittApr 4 2018 — edited Apr 5 2018

Jdev 11.1.1.7

I have an updatable view object where i an updatable transient attribute whose value depends on one of the the columns of entity.

In SQL query it should be

DECODE(OrgId, NULL, 'false', 'true') IsExistingMapping

I created a transient attribute as:

pastedImage_0.png

But this filed is always populated as null.

What is the correct way to populate this field?

This post has been answered by Timo Hahn on Apr 4 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2018
Added on Apr 4 2018
1 comment
66 views