We have a table in WRD in which we keep track of form submissions. Inside this table we also have a field with the resultguid aswell as a field containing the fileid of the form.
We have a dashboard in which we display these form submissions. We want to add a delete function to this dashboard so we can delete an individual result.
My question is whether it is possible to delete a formresult from a form using the resultguid from. Inside the WHFSForm objecttype i saw a function named DeleteResultsById which takes an integer array as parameter, but i wasn't able to find a function in which i can pass a resultguid to delete a result form the formobject.