You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 12 Current »
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="CustomCustomerHeader" enterKeyBehaviour="AcceptOnCompleted"> <lines> <add id="5" name="PreviousPageValue" inputType="Text" label="Value from previous page" locked="True"/> <add id="10" name="CustomerId" inputType="Integer" label="Customer Id" defaultValue="" searchType="CustomerIdType"/> </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.