Import Parameter List |
DEVELOPER |
Name |
Length |
Usage |
Type |
$QueueName |
12 |
Queue name. Primary key of @VBQU1. |
Input |
$ExportPath |
220 |
Full path where export file is to be created (not including the file name, but ending in the correct separator). |
Input |
$ExportFileName |
30 |
Export file name to be imported (including the ‘.vpx’ extension). |
Input |
$RunTimeOnly |
1 |
Set to ‘Y’ to import run-time specs only. Leave blank for source. |
Input |
$ReplaceFunctions |
1 |
Set to ‘Y’ to replace functions that exist in the target environment. |
Input |
$ReplaceFileDefs |
1 |
Set to ‘Y’ to replace file definitions that exist in the target environment. |
Input |
$ReplaceDictionary |
1 |
Set to ‘Y’ to replace variable dictionary definitions that exist in the target environment. |
Input |
$ReplaceGlobalLogics |
1 |
Set to ‘Y’ to replace Global Logics that exist in the target environment. |
Input |
$ReplaceTasks |
1 |
Set to ‘Y’ to replace tasks that exist in the target environment. |
Input |
$ReplaceValueVariables |
1 |
Set to ‘Y’ to replace value variables that exist in the target environment. |
Input |
$ReplaceGlobalMessages |
1 |
Set to ‘Y’ to replace global messages that exist in the target environment. |
Input |
$ReplaceActiveX |
1 |
Set to ‘Y’ to replace PROIV ActiveX control definitions that exist in the target environment. |
Input |
$ImportAll |
1 |
Set to ‘Y’ to import all objects in the export file, rather than driving the import from a list. |
Input |
$ProjectName |
32 |
Set to the PROIV Developer project name that you wish to use for this process. |
Input |
$EndOfProcessStatus |
250 |
This returns an error message if there is an error that aborts the whole process (e.g. missing project name). A ‘Y’ is returned if the process completes correctly. This does not necessarily mean that all objects have exported correctly. See the Import Errors topic |
Output |
$ReplaceActionControls |
1 |
Set to ‘Y’ to replace action control definitions that exist in the target environment. |
Input |
$ReplaceControlBars |
1 |
Set to ‘Y’ to replace control bar definitions that exist in the target environment. |
Input |
$ReplaceSSOs |
1 |
Set to ‘Y’ to replace SSOs that exist in the target environment. |
Input |
$ImportExportType |
4 |
Stores the value of vpx, par or JSON. However, if this is not set, default value is vpx. |
Input |
If you are using the Task TK_VIP_WRAPPER_IMPORT to drive the wrapper, the parameter names are the same, without the leading ‘$’. The meanings of the parameters are identical in both cases.
Topic ID: 500207