I have customised an entity and added new column. I have then overriden the entity in the projection and added the entity as well as below
When I check the URL I get below error https://url/projection main/ifsapplications/projection/v1/SalesQuotationHandling.svc/OrderQuotationSet
{"error": {"code": "DATABASE_ERROR","message": "Database error occurred. Contact administrator.","details": i{"code": 904,"message": "ORA-00904: \"C_WORK_ORDER_NO\": invalid identifier"}]}}
The view order_quotation has C_WORK_ORDER_NO field. I am not understanding what is the root cause of this error. I do not get the same error for CHoldExpirationDate field.