Share via


RetailTransactionService::updateInventoryJournal Method [AX 2012]

Updates an inventory journal document in AX.

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 that contains a Boolean value as the first element.

Remarks

This method is used to update the counting journal on AX.

See Also

Reference

RetailTransactionService Class