Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A date field is an input field for a date value.
The field gives the possiblillity to do a drop-down - to pick the date.

 

 

The initial value of the control can be set by using the defaultValue attribute. The format of the value is

  • Date: "dd-MM-yyyy"

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.

 

AX

In AX the header is specified in the class Mob_GetReferenceData. Use addDefaultExpirationDateElement(..), addDefaultAnyDateElement(..), addDefaultDeliveryDateElement(..)  etc.
Alternative use addHeaderConfigurationElement(..) with type #InputTypeDate.

Mob_GetReferenceData.addDefaultOrderFilter(..)
void addDefaultOrderFilter(XmlElement linesElement)
{
    // List with warehouses
    this.addDefaultWarehouseElement(linesElement, 1, #ReferenceDataTable_WarehouseFilterList);

    // Delivery date control
    this.addDefaultDeliveryDateElement(linesElement, 2);
}

Filter by label

There are no items with the selected labels at this time.

  • No labels