I have a table with 2 fields as primary key
When i query the xdata server with http://localhost:2001/tms/xdata/ProductSpecs I am able to see the records but when I query it with details based on the first key with http://localhost:2001/tms/xdata/ProductSpecs(C001) it throws up
"error": {
"code": "EntityNotFound",
"message": "Requested entity does not exist."
}
"code": "EntityNotFound",
"message": "Requested entity does not exist."
}
How do I query Xdata in this case ?
How do I query Xdata in this case I need to retrieve based on both the keys >