Share via


WMSLocationTreeServer::getRacksForAisle Method [AX 2012]

Creates a container that contains information about racks in an aisle to display.

Syntax

server public static container getRacksForAisle(
    container _displayValues, 
    WMSLocationFormCaller _wmsLocationFormCaller, 
    container _callerId, 
    container _coordinates)

Run On

Server

Parameters

  • _displayValues
    Type: container
    Packed information about what information is needed for the display.
  • _callerId
    Type: container
    Information about the caller used to restrict queries.
  • _coordinates
    Type: container
    Coordinates of the aisle for which information is retrieved.

Return Value

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

See Also

Reference

WMSLocationTreeServer Class