I'm working on the Items table (27) on the Configuration package.
I want to access those data from the OData service , so I went to add new WebService for that 'Item' (27) table.
But I'm unable to find the objectID 27,
Instead, I found the tables name called 'Items' (31) and 'Items(32).
both tables has the same datas but lesser fields.
Ex.,
Item(27) has 137 fields,
Items(31) has 38 fields,
Items(32) has 51 fields,
I need all access 137 fields in any of the OData Service.
How do list all the fields for Item table(27) on Web Service?
Anyone can help me please?