RetailTransactionServiceAX61::updateInventoryJournal Method [AX 2012]

Update an inventory journal document in AX

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 with true or false as the first element

This method is used to update the counting journal on AX

Show: