... | ... | @@ -15,4 +15,11 @@ The role of the Pipeline is to automate the manipulations made manually by the P |
|
|
To automate a tariff import, the existing VBS file must be used (if it exists) and the dialogues to the user must be deleted. The pipeline will only use the "-1" function which corresponds to a complete tariff import.
|
|
|
|
|
|
To do this, copy the import script (VBS) and rename it
|
|
|
- "CustomerName_Pipeline.vbs" |
|
|
\ No newline at end of file |
|
|
- "CustomerName_Pipeline.vbs"
|
|
|
|
|
|
Add constants to allow a silent mode for the execution
|
|
|
|
|
|
- Const SILENT_MODE_MENU_CHOICE = ""
|
|
|
- Const SILENT_MODE_PROVIDER_CHOICE = ""
|
|
|
- Dim SILENT_MODE
|
|
|
-  |