Insert Section Action
Event Function: InsertSection
The Insert Section action inserts auto copy text into sections in the document.
Using the Events tab
Under | Enter | Example |
---|---|---|
Run Skip Condition |
If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed. |
|
Copy Section |
Identifier for the auto copy text |
"Fixed Assets" |
Insert in |
The label of the section to insert the Auto Copy text in |
"Balance Sheet" |
Syntax (if entering it in the Equation bar)
ACTION("InsertSection", expr1<, expr2>)
Where
expr1 = entry under Copy Section
expr2 = entry under Insert in
How the example will appear in the Equation bar
ACTION("InsertSection", "Fixed Assets", "Balance Sheet")