How to set form field values using Custom Functions?
Hi,
I have about 10 fields to be calculated in a form which uses several input fields.
I would like to refresh the calculations "on field input" of input fields.
As formula fields can't be used in another formula field, I had to go for workflow actions.
I would like to write the calculations once and reuse it for all the actions.
I tried, Functions with record ID as parameter. I was not able to set the form field values using Functions. ( Eg: input.Field = 100 is not supported)
Is there a way to place all my calculations in a common location which can be called from all the field actions?
Can I use Function to set the value of a form field before submit?
What is the best practice for this requirement?
Screenshot attached.