Hi,
I have created a custom field and added that into an entity.
I also created a new entity/projection/page with some custom fields.
I tried to query into the custom views using PLSQL developer,
I used:
SELECT * FROM IFSAPP.PART_CATALOG_CFV
But it gives the error: “ORA-00942: Table or view does not exist”
For the custom page, I can see data in the client, and I used the View name shown in the debug console for the query, but still gives the same error.
I’m using IFSDBREADONLY as the user.
Any help to resolve this?
Thank you.
Kalindu