Share via


RetailTransactionServiceInventory::updateInventoryJournal Method [AX 2012]

Updates an inventory journal document.

Syntax

server public static container updateInventoryJournal(str ijXmlStr)

Run On

Server

Parameters

  • ijXmlStr
    Type: str
    An XML string with inventory journal line information.

Return Value

Type: container
A container object that has true or false as the first element.

Remarks

This method is used to update the counting journal.

See Also

Reference

RetailTransactionServiceInventory Class