You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 10 Next »
Generally headers and their fields are generated during Reference Data. But they can also be added directly in application.cfg. The latter giving less flexibility.
<headerConfiguration id="CustomHeader" enterKeyBehaviour="NextEmptyLine"> <lines> <add id="0" name="Action" inputType="Text" label="Action" defaultValue="CreatePurchaseOrders" locked="" searchType=""/> <add id="10" name="Parameter01" inputType="Integer" label="Num. orders" defaultValue="2" /> <add id="20" name="Parameter02" inputType="Integer" label="Num. lines" defaultValue="40" /> <add id="30" name="Parameter03" inputType="Text" label="Location" defaultValue="WHITE" /> </lines> </headerConfiguration>
There are a few attributes which can tweak header configurations.
Fields have more configuration possibilities, which are listed below. Some are mandatory, and some are optional.