Hi guys,
in our SAPUI5 application we have a site with details for one process. We get the informations for this site from a odata getEntity method. In this site we can change an attribute and want to send an update to the backend.
But for the update we need to pass the complete key. One component of the key is not shown on the detail list (but is available in the odata model), so we can not write it into the update-string. So is there a chance to read the key straight from the odata model? Or how can I handle this?
Thank you in advance,
Bastian