Share via


InventLedgerConflictLedgerTransVoucher::buildArgs Method [AX 2012]

Extracts a GeneralJournalEntry table buffer reference from the parameter property of the specified arguments and builds a new arguments buffer.

Syntax

client server private static Args buildArgs(Args _args)

Run On

Called

Parameters

  • _args
    Type: Args Class
    The argument buffer with which the class is called. It must contain a GeneralJournalEntry table buffer reference as a string.

Return Value

Type: Args Class
A new argument buffer that contains the GeneralJournalEntry table buffer.

Remarks

The parameter property of the argument buffer must contain a string with the TableId type and the FieldId type.

See Also

Reference

InventLedgerConflictLedgerTransVoucher Class