WMSStorageLoadUnit::updateStorageLoadUnitNameAndSite Method
Updates storage load unit name and site reference.
Syntax
server public static void updateStorageLoadUnitNameAndSite(
RecId _storageLoadUnitRecId,
Name _name,
InventSiteId _inventSiteId,
RefRecId _reportSetup,
[NoYes _isExistingUnit])
Run On
Server
Parameters
- _storageLoadUnitRecId
Type: RecId Extended Data Type
A reference to the storage load unit.
- _name
Type: Name Extended Data Type
A new specified value, which should be used the storage load unit.
- _inventSiteId
Type: InventSiteId Extended Data Type
A specified site value, which should be used the storage load unit.
- _reportSetup
Type: RefRecId Extended Data Type
The report setup to use.
- _isExistingUnit
Type: NoYes Enumeration
A Boolean value that indicates whether the existing unit should be updated or not.