runAt Specifies what application can execute the script. This setting is enforced even if the script is called by another script. Syntax Reference_Syntax.runAt = “client | server | both” Values Type Values String • client (default) The script runs only on the client. • server The script runs only on the server. • both The script runs on both client and server. Applies to Model Object Form Model execute script Version XFA 2.1 Examples JavaScript NumericField1.calculate.script.runAt = “both”; FormCalc NumericField1.calculate.script.runAt = “both”