RetailTransactionServiceAX61::createInventoryJournal Method [AX 2012]
Creates an inventory journal.
server public static container createInventoryJournal(
InventLocationId _inventLocationId,
[JournalDescription _description,
InventJournalSource _source])
Run On
ServerParameters
- _inventLocationId
- Type: InventLocationId Extended Data Type
Identification of the warehouse.
- _description
- Type: JournalDescription Extended Data Type
Description of the journal.
- _source
- Type: InventJournalSource Extended Data Type
Inventory journal source.
Return Value
Type: containerContainer with the status as true if the creation of record is successful; else false and appropriate xml string.
Show: