...
...
Image Removed
Image Removed
The initial value of the control can be set by using the defaultValue attribute. The format of the value is
...
...
The same format is used for minDate and maximumDate fields.
If the eanAi attribute is specified, the field accepts GS1 barcodes with the specified application identifiers.
Tip |
---|
|
In AX the header is specified in the class Mob_GetReferenceData. Use addDefaultExpirationDateElement(..), addDefaultAnyDateElement(..), addDefaultDeliveryDateElement(..) etc. Alternative use addHeaderConfigurationElement(..) with type #InputTypeDate. Code Block |
---|
language | c# |
---|
title | Mob_GetReferenceData.addDefaultOrderFilter(..) |
---|
linenumbers | true |
---|
collapse | true |
---|
| void addDefaultOrderFilter(XmlElement linesElement)
{
// List with warehouses
this.addDefaultWarehouseElement(linesElement, 1, #ReferenceDataTable_WarehouseFilterList);
// Delivery date control
this.addDefaultDeliveryDateElement(linesElement, 2);
} |
|
...
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | TU |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label in ("header-controls","kb-how-to-article") and type = "page" and space = "TU" |
---|
labels | kb-how-to-article header-controls |
---|
|
...
...