Create a 'Script' type Application Shortcut to run a Script.

Syntax

ISfinSupport.CreateApplicationShortcutScript(id, [autoRun], [showUi], [parameters])

Parameters

NameTypeOptionalByRefDescription
id String The Script Id.
autoRun Boolean Optional Indicates whether to automatically run the Script (if being run from the Script Execute wizard). If omitted, a value of False is assumed.
showUi Boolean Optional Indicates whether to show the User Interface (where application), e.g., the Execute Script wizard for 'General' type Scripts. If omitted, a value of True is assumed.
parameters ISKeyValueList Optional Any additional Parameters to to update the Script's Parameters with. If omitted, a value of Nothing is assumed.

Return Value

ISApplicationShortcut

An ISApplicationShortcut object.

Member of:
ISfinSupport
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0