2021 Oct 20 4:02 PM
When i am trying to select fields in odata in the service layer,
localhost/b1s/v2/Items?$select=ItemCode,ItemWarehouseInfoCollection/ExpensesAccount&$skip=0&$top=60
This error follows:
Invalid navigation property:ItemWarehouseInfoCollection
How can i select a field from the sub-fields: ItemWarehouseInfoCollection ?
When i am trying to select fields in odata in the service layer,
localhost/b1s/v2/Items?$select=ItemCode,ItemWarehouseInfoCollection/ExpensesAccount&$skip=0&$top=60
This error follows:
Invalid navigation property:ItemWarehouseInfoCollection
How can i select a field from the sub-fields: ItemWarehouseInfoCollection ?