Hi All,
I want to know if there is a way to save (force) a record server side on an update?
it cannot be JavaScript as that only runs client side - meaning when a user open the record - no one will ever open these records... so the auto save option will also not work as that is client side as well (i think)
i'm creating a record via a workflow and the record has calculated field which populates another field after the create. This causes the record to be in an unsaved state...
I need to somehow save the record... either with a workflow or a plugin or flow?
many thanks!