Please enable JavaScript to view this site.

The manual for the JobRouter developer

The general settings are used to configure the settings concerning the entire system activity. These can only to a certain extend be influenced through the XML configuration, since only form elements can be displayed or hidden, but cannot be completely self-defined.

DEVELO~1_img8

For the CSV export if should be possible to choose a fixed subtable as a data source from the list of available subtables. This selection can be activated using the user-defined parameter fixSubtable in the general settings.

User-defined parameter – fixed subtable

<function id='exportCsv' name='CONST_SA_CSV_CSVEXPORT_NAME' description='CONST_SA_CSV_CSVEXPORT_DESCRIPTION'>

    <userdefined>

        <udfield name='CONST_SA_CSV_FIX_SUBTABLE' id='fixSubtable' desc='CONST_SA_CSV_FIX_SUBTABLE_DESC' type='list' />

    </userdefined>

    <inputParameters>

        ...

    </inputParameters>

    <outputParameters>

        ...

    </outputParameters>

</function>

More information on parameters can be found in the chapter Parameters.