<< Click to Display Table of Contents >> Manual > Scripting Guide |
overview
In FA-Server, you can use scripts in various situations. This guide explains the syntax of scripts.
Script syntax can be broadly classified into three types.
•Script Ver1 (SC1 syntax)
•Script Ver2 (SC2 syntax)
•Calculation Expression Syntax
This guide explains the syntax specifications for each.
This is the simplest script, and is called SC1 syntax for short.
Used in:
•FA-Server "Script Ver1 Action" •FA-Server Script execution on the detailed settings tab of each action
|
|
This is a full-fledged script, called SC2 syntax for short.
Used in:
•FA-Server "Script Ver2 Action"
|
|
This is a syntax for expressing calculation expressions. It is used in various situations, such as defining calculated field masters in summary actions.
|