Share via


WMSLocationTreeServer::getWarehouses Method [AX 2012]

Creates a container that contains information about warehouses to display.

Syntax

server public static container getWarehouses(
    container _displayValues, 
    WMSLocationFormCaller _wmsLocationFormCaller, 
    container _callerId)

Run On

Server

Parameters

  • _displayValues
    Type: container
    Packed information about the information that is needed for display.
  • _callerId
    Type: container
    Information about the caller that is used to restrict queries.

Return Value

Type: container
A container that contains information that is needed for the tree.

See Also

Reference

WMSLocationTreeServer Class