InventPickingListService.read Method [AX 2012]
Reads the entities for the given entity keys (IDs).
Syntax
public InventPickingList read(AifEntityKeyList _entityKeyList)
Run On
Server
Parameters
- _entityKeyList
Type: AifEntityKeyList Class
The entity key list of the entities to read.
Return Value
Type: InventPickingList Class
An InventPickingList class (which extends AifDocument) that contain the data that have been read.