Share via


AxInventDim_PriceDiscAdmTrans::newAxPriceDiscAdmTrans Method [AX 2012]

Syntax

client server public static AxInventDim_PriceDiscAdmTrans newAxPriceDiscAdmTrans(AxPriceDiscAdmTrans _axPriceDiscAdmTrans)

Run On

Called

Parameters

Examples

public static AxInventDim_PriceDiscAdmTrans newAxPriceDiscAdmTrans(AxPriceDiscAdmTrans _axPriceDiscAdmTrans) 
{ 
    AxInventDim_PriceDiscAdmTrans  axInventDim_PriceDiscAdmTrans; 
    axInventDim_PriceDiscAdmTrans = new AxInventDim_PriceDiscAdmTrans(); 
    axInventDim_PriceDiscAdmTrans.axPriceDiscAdmTrans(_axPriceDiscAdmTrans); 
    //... 
}

See Also

AxInventDim_PriceDiscAdmTrans Class

AxInternalBase.new Method