Hello - I know how to retrieve data through js with oData. However, what would be the recommended way to *save* data in form onload through js?
My scenario is that I'm going to be passing a value through a qs to an entity form, and when the form opens, I want the form to automatically save the qs param val to a custom field on the entity.
What method does MS recommend in this scenario?