I have several formulas and fields defined in the details section.
is there a document that describes the order in which formulas are executed, when placed in the details section ?
can i assume that if i want a specific formula to execute after all the others i have to add:
evaluateafter(formula #1);
evaluateafter(formula #2);
etc, etc for all other formulas
i have a formula that resets a few global variables used by the others(therefore has to execute last). all formuals are in the details section.
thanks in advance John