Share via


InventLocationLogisticsLocation::addLocation Method

Creates a InventLocationLogisticsLocation record and associated role for the specified warehouse.

Syntax

server public static boolean addLocation(
    RecId _inventLocation, 
    LogisticsLocationRecId _location, 
    LogisticsLocationRoleRecId _role, 
   [ValidFromDateTime _validFrom, 
    ValidToDateTime _validTo])

Run On

Server

Parameters

  • _inventLocation
    Type: RecId Extended Data Type
    The RecId value of the InventLocation record for which the records are created

Return Value

Type: boolean
true if the data is created; otherwise, false.

See Also

Reference

InventLocationLogisticsLocation Table