Hello all,
I have a web form with an edit form that has Record Source Type Query String. The URL contains the GUID of the CDS record that a user should edit, like so:
website.com/webform/?id=5b99bde5-99fe-ea11-b5d9-281878975931
Is there a way to use an alternate key instead of the GUID of the record? In the entity I want to edit I have a custom, unique ID per record. I would like to use this ID instead of the automatically generated GUID. But setting my own ID up as an alternate key and using it insetad of the GUID in the URL returns the error "The record you are looking for couldn't be found."
Thanks for any hints!