DAV Wizard
This section will include a tutorial on how to use the DAV Wizard to generate objects for dossier with a specific series and custom fields.
Starting The Wizard
This section will show you how to start the wizard.

The wizard can be launched by clicking the dropdown mark of the New Object button in the business connector. The business connector prompts for a profile when you click on the 'DAV Wizard' button.

Creating An Object
Once the profile has been specified, the wizard will pop up. On the first page of the wizard, you will be able to select a series to create a dossier object for. You can create multiple objects at once.

Once you've selected the series another section of the window becomes visible on the right. The wizard will show you all attributes (fields) that are fetched from the extensions of the series you've selected. The default required attributes of a dossier are shown as default and cannot be disabled.

Selecting The Fields

You can select a structure field if you want to use this field on the object you are going to create. Once you select a field, extra settings will become configurable. By default, these settings will use the configuration from DAV. The default 'Id' field will be unique and the default fields will be required for example.
The type of field is also retrieved from DAV and linked to a framework field type. DAV attributes with type ListField are currently not supported.
| Extra Setting | Description |
|---|---|
| Unique | Indicates if the object field is the primary key of the structure. |
| Required | Indicates that the object needs to be filled with data, in other words it cannot be null. |
| Default Value | Specify what the default value of that field should be. |
| Maximum Length | Specify what the maximum length of the data in the field should be. |
Once you configured the object with the object fields in the wizard, you can click the 'Next' button to go to the Actions part of the Wizard. You can also click the 'Finish' button to create a blank object with some fields. The existing objects will be reloaded and the new one will be selected automatically.
Note
It is still possible to change the object and its properties and fields after its creation in the Business Connector, like any other object.
Creating Actions
This part of the documentation will show you how to create actions for the dossier object of a specific series and fields that were selected in the previous part of the DAV Wizard.
The screenshot below represents the initial screen of the second page of the wizard. It's possible to configure one or more actions to be created on the object selected in the first page of the wizard.

| Action | Description |
|---|---|
| Create | The Create action will make an insert method to make a new dossier in DAV. |
| Update | The Update action will make an update method to update an existing dossier in DAV. |
| Single Get | The Single Get action will make a method to fetch one specific dossier from DAV. |
| Multi Get | The Multi Get action is very similar to the Single Get action. This action will create a method that fetches multiple dossiers from DAV. |
| Context Manager | A context manager to filter the dossiers. |
Delete actions are not supported to DAV.
Action Settings And Fields
After selecting an action to be created it's possible to configure the settings of that action.
The fields selected in the previous page of the wizard can now be configured as input or output fields for the action. Those fields will use the correct external name to map to the JSON object or URL parameter of the request to DAV.

The create and update actions will have the default required fields selected. A single get can only be executed with an ID and a multi record can only be filtered by a defined set of fields, those are automatically created on the method.
It is possible to finish the wizard after configuring the actions by clicking on the 'Finish' button, but it is also possible to add some views first by clicking on the 'Next' button.
Creating Views
This part of the documentation will show you how to create actions for the structure and structure fields that were selected in the previous parts of the ODBC Wizard.

View Settings And fields
When selecting a view to be created, the general settings and the settings for the layout of the view will become visible. The values found in those settings are automatically generated but can be modified.
The fields of the checked actions will be available to be configured as view fields on the view that corresponds with that checked action.

When the user configured the views on the object and clicks 'Finish' the object(s) will be created in the Business Connector.