Share via


WMSLocationTreeServer::getLocationsForShelf Method [AX 2012]

Creates a container that contains information about locations in a rack to display.

Syntax

server public static container getLocationsForShelf(
    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 that is used to restrict queries.
  • _coordinates
    Type: container
    Coordinates of the shelf 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