If you wish to make a partial import, firstly load the list file, @VBQU1 with the objects that you wish to import. If you wish to import all objects in the export file, loading the list is unnecessary.

Secondly, call the wrapper function, @VIPWP02. This is a run-time function, but the parameter list has been exposed, so that you can map the interface.

$QueueName, $ExportFileName and $ProjectName are mandatory. All the other parameters are optional.

If you wish to call the import wrapper from a Task, use TK_VIP_WRAPPER_IMPORT. Its parameters are exactly the same as the parameters in @VIPWP02, without the leading ‘$’. The same rules for mandatory parameters exist. @VBQU1 is used in the same way.

Comment on this topic

Topic ID: 500198