VO Extension Issue with View Links
Hi ,
In the Oracle OAF not in ADF
I am trying extending VO with Oracle Standard VO (which is having view link).
In the Oracle WorkordersOperationsVO with view link ResourceTransactionsVO
WorkordersOperationsVO‘s Query executing from WorkordersOperationsVOimpl.java not from the SQL query in the WorkordersOperationsVO.xml
So, I written custom logic to get the values custom filed extend Voimpl.java.
In the extended VO, Newly added attributes not showing the values.
In the extended add new attribute Planned Hours. (Value populating from Voimpl.java)
Please suggest me, do I need to extend View Links ‘s VO (ResourceTransactionsVO).
Do we have any separate process to extend VO when the standard VO having View Links?