related to odata

-1
i added some entities to the existing odata but i able to see only existing odata service cant able see newly added entities.
asked
2 answers
0

Your question is a bit vague, but let me try to help you.

 

To see the newly added table (entity) in your Published Odata Service, you first need to add it to the Entities which the Odata Services publishes.

Furthermore, you need to verify if the right access rules are set on the entity, so that the user role which is allowed in the Odata service has also read rights on the Entity itself.

 

Hope this helps.

answered
0

After you add new entities to existing OData-publish you should first deploy your application to env, and then in application where you wanna use it you need to update your OData-consume service

answered