Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip
titleAX

In AX the header is specified in the class Mob_GetReferenceData. The most commonly used method is addDefaultWarehouseElement(..) but there is multiple used..
Alternative use addHeaderConfigurationElement(..) with type #InputTypeList.

You must specify a datatable to use.
The valid values must either be specified by a list or as a reference to a datatable.
The datatable is also created in class Mob_GetReferenceData, look at addWarehouse2ReferenceData(..) - called from process(..), the method created a list with data - ready to be used in the controls in Mobile WMS.

Code Block
languagec#
titleMob_GetReferenceData.addDefaultOrderFilter(..)
linenumberstrue
collapsetrue
void addDefaultOrderFilter(XmlElement linesElement)
{
    // List with warehouses
    this.addDefaultWarehouseElement(linesElement, 1, #ReferenceDataTable_WarehouseFilterList);

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


 

 

...

Filter by label (Content by label)
showLabelsfalse
max5
spacesTU
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("header-controls","kb-how-to-article") and type = "page" and space = "TU"
labelskb-how-to-article header-controls

Page Properties
hiddentrue
Related issues