ParametersPermanent link for this heading

The following parameters are available:

Parameter Name

IN/OUT

Type

Optional

Explanation

venv_object

IN

OBJECT

Yes

This parameter can be used to specify an object with object list in the Fabasoft Folio Domain. This object combined with the parameter venv_view defines a set of values used to be displayed in the list of the application.

Example: Desk Object (COOSYSTEM@1.1:RootObject) of the user

venv_view

IN

OBJECT

Yes

This parameter can be used to specify an attribute definition. Combined with the parameter venv_object it defines a set of values used to be displayed in the list of the application.

venv_title

IN

STRING

This parameter is used to specify the title of the application. This text is displayed in the header of the web browser for example.

venv_description

IN

STRING

This parameter is used to specify a description for the application. This text is displayed above the fields, the user can modify.

venv_listtitle

IN

STRING

Yes

This parameter can be used to specify a title for the object list displayed in the area below the fields the user can modify.

venv_objectclasslist

IN

OBJECTLIST

This parameter is used to specify a list of object classes. Thus the type of objects that can be created during the upload can be restricted.

If a user uploads a file, the file extension is compared with the object classes passed in this parameter. The file extension has to match with the file extension of the specified object classes otherwise the file cannot be uploaded.

Note: If this parameter is undefined the settings of the object list passed in the parameter venv_view are taken.

Example: The parameter venv_objectclasslist is undefined and in the parameter venv_view the object objchildren (COOSYSTEM@1.1:objchildren) is specified. The user uploads a file with the extension TXT.
The file extension is compared with the extensions of object classes allowed to be created. If more object classes match the file extension the first object class in the list is taken. An object of this object class is created.

venv_createdobjects

OUT

OBJECTLIST

This parameter contains the list of objects that were created because of uploading files.

venv_singleupload

IN

STRING

Yes

Set this parameter to true, if only one file should be uploaded. In this case the object list and the “Upload” button are not displayed.

venv_nexttitle

IN

STRING

Yes

This parameter can be used to specify the title of the “Next” button.