save button won't appear after saving once On a custom save button that renders if the model has unsaved changes, if you make some changes, save them, then make more changes, the button doesn’t show up again like it should. Somehow it’s not detecting that there are unsaved changes after saving changes once.My save button does the following actions:block UI and show message
save model changes (Opportunity)
query model (Opportunity)
unblock the UI
Is there some reason that this would cause future changes to not show up as unsaved changes?a little background in case that helps point to where I went wrong:I built custom save and cancel buttons to run multiple actions, because I wanted to re-query my model after saving. Honestly I can’t remember why at the moment, I think there were some cases where changing a field changed other values that didn’t show up unless the model was queried again.If you have a Save button that is a Run Multiple Actions button then you can always click it, even if there are no changes to save. This is anno