Zoho CRM Workflow Custom Function Reload
Hi All,
I've created a Workflow Custom Function for our CRM that is working properly. The custom function is designed to update field values on the
current record. Example:
Record 1234 has 3 fields, a lookup and 2 text fields (that get populated by the custom function based on what the lookup value is)
Fruit (Lookup): APPLE
Color (text): RED
Type (text): FRUIT
My Question: The custom function works properly, but after saving the record, I have to
reload the record in order to see the committed values. Essentially I need the Custom Function to fire
onSave or
duringSave when right now it appears to fire
afterSave.
Any thoughts or suggestions on how I can preserve the functionality (that's working properly) without awkwardly instructing the user to "hit save, wait for the page to load, then reload the page again and the desired values will be there!"
Thanks in advance,
Darryl