In the onLoad of an Order entity, I need to update an Enquiry entity with today's date. The relevant Enquiry is a lookup on the Order form, so I can easily get the Guid for the Enquiry that needs to be updated. However, I have no idea whatsoever how to update another record using javascript! Is it possible?
Thanks.