You are here: Features > Action Events > Insert Knowledge Library link from list

Insert Knowledge Library Link From List Action

Event Function: InsKLLFromList

The Insert Knowledge Link from List action inserts links to one or more labeled sections in a knowledge library at the selected point. When activated, a Knowledge Library dialog appears, displaying the labeled sections from which to select.

Using the Events tab

Under Enter/Select 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.

 

File Name

Full name of the knowledge library

"c:\Program Files\CaseWare\data\simple\simplefs.cvw"

Included Sections

Option for how to include sections -- "Show included with option", "Show included without option", "Hide included with option", "Hide included without option"

"Show included with option"

Insertion Point

A paragraph tag

"inc&retain"

Insert After

A decision to insert the link before the insertion point (yes) or after it (no)

"No"

List only from the Section

Section label in Knowledge Library

"Cash Notes"

Discard Link

If this is selected, after the content is inserted in the document, the Knowledge Library Link is removed from the section.  

Further Knowledge library updates will not then affect this section.

"Yes"

Syntax (if entering it in the Equation bar)

ACTION("InsKLLFromList", expr1, expr2, expr3, expr4, expr5,expr6)

Where

expr1 = entry under File Name

expr2 = entry under Included Sections

expr3 = entry under Insertion Point

expr4 = entry under Insert After

expr5 = entry under List only From

expr6 = selection for Discard Link

How the example will appear in the Equation bar

ACTION("InsKLLFromList", "c:\Program Files\CaseWare\data\simple\simplefs.cvw", "Show included with option", "inc&retain", "No", "Cash Notes","Yes")

Related Topics