Forum Discussion
MichaelBarrow
9 years agoQrew Cadet
Is this custom code limited to being used only on a form where that formula text field is loaded? What if I wanted to use some additional, external functions in formula field formulas? Is this possible? How does the IOL technique with the formula text field work for that situation?
_anomDiebolt_
9 years agoQrew Elite
There is no mechanism for JavaScript to exchange values with the formula language. However, you can use JavaScript to place content in the same position a field would occupy giving the appearance that a server side formula calculate the value. Does that answer you question?