Hi.
Is it possible to get the @odata.etag, when retriving records form the context.parameters.dataset ?
I can see in the FetchXML called by PCF, that the data is there, but i am not sure how to fetch it.
Solved! Go to Solution.
A real good question @Kristoffer88 .
I didn't found a way nether. Maybe it's worth to post an idea for this, and post the link here.
As a workaround for now, I can only think of making an extra fetch for the ids you have in the dataset, in order to get the etag.
A real good question @Kristoffer88 .
I didn't found a way nether. Maybe it's worth to post an idea for this, and post the link here.
As a workaround for now, I can only think of making an extra fetch for the ids you have in the dataset, in order to get the etag.
Thanks for the reply Diana.
I was hoping to find another solution, as I am often loading 3-4000 records into the control. Was hoping not to double load or load the records only from the rest api