AxInventJournalTrans.setInventTableRecordFields Method [AX 2012]

Sets the ItemId field.

Syntax

public void setInventTableRecordFields()

Run On

Called

Examples

This example demonstrates the use of the setInventTableRecordFields method. However, this example will not compile in a job as it must be run in the context of a class, form, or other object.

...   
this.setInventTableRecordFields(); 
if (this.isInventTableRecordFieldsSet()) 
{ 
    costMarkup = this.inventPriceMapRecord().markup(); 
    this.parmCostMarkup(costMarkup); 
} 
  ... 

See Also

Reference

AxInventJournalTrans Class