Project LOV Customization in iProcurement page
Hi All,
I've got a requirement wherein I need to change the List of Vales for the filed 'Project' in iProcurement checkout summary page.
Right now LOV is being picked from base table\view (pa_projects_all) but I have to change it to our custom table.
I have downloaded all the resources from $JAVA_TOP and extended the view object (ProjectPALovVO) which has SQL query of LOV selection. The extended view object which picks data from my custom table pretends to work fine.
So I moved my changes to application. The changes reflected exactly. Instead of showing project from base table, LOV showed projects from our custom table.