Please enable JavaScript to view this site.

Process Designer

Navigation: Modules > JobOrder Match > Configuration

Map subtable to invoice table

Scroll Prev Top Next More

The fields of the process subtable and the according fields in the table of the order data have to be mapped in fields.xml that JobOrder Match can map the invoice data to the order data.

<columns>

    <column 

        id="or_order_no"
        header="LANG_ORDER_NO" 
        type="text"

        dbfield="OR_ORDER_NO" 

        subtableField="ORDER_NO" 
        width="80"

    />

</columns>

The id field is internally used as the label of the field. Do not modify it. In the header field is optionally the displayed text or a default language variable.

type specifies the field type. Possible values are text, decimal or boolean.

dbfield labels the field in the invoice data table, and the subtableField contains the matching field in the process subtable.

width specifies the width of the column displayed in the order match dialog.

Please note: If it is a new installation, the module for the collaboration with order data is pre-configured by SmartFix. In this case the customization of the fields is not necessary.