Type any additional command information ("arguments") that you want to provide to the external software program upon starting. For example, you can add the file path for a target file such as c:\data\account.xls.
You can specify more than one argument for a command. However, each argument must be separated by a space. If a single argument includes a space, enclose it in quotation marks (" ").
If desired, click the arrow key to the right of the Arguments box to select from a list of existing variables that you can use with your argument. The following variables are available:
Estimate database instance name |
$(EstimateDBInstanceName) |
The SQL connection string for the current estimate database. For example: Data Source=COMPUTER01\SAGE_ESTIMATING;Initial Catalog=MyEstimates. |
Estimate database name |
$(EstimateDBName) |
Name of the estimate database. |
Estimate name |
$(EstimateName) |
Name of the currently active estimate. |
Estimate ID |
$(EstimateId) |
Identifier of the currently active estimate. Use this variable to query all estimate database rows belonging to the estimate. |
Estimate global data source ID |
(EstimateGlobalId) |
The unique global identifier of the currently active estimate. |
|