AxInventDim_PriceDiscAdmTrans::newAxPriceDiscAdmTrans Method [AX 2012]
Syntax
client server public static AxInventDim_PriceDiscAdmTrans newAxPriceDiscAdmTrans(AxPriceDiscAdmTrans _axPriceDiscAdmTrans)
Run On
Called
Parameters
- _axPriceDiscAdmTrans
Type: AxPriceDiscAdmTrans Class
Examples
public static AxInventDim_PriceDiscAdmTrans newAxPriceDiscAdmTrans(AxPriceDiscAdmTrans _axPriceDiscAdmTrans)
{
AxInventDim_PriceDiscAdmTrans axInventDim_PriceDiscAdmTrans;
axInventDim_PriceDiscAdmTrans = new AxInventDim_PriceDiscAdmTrans();
axInventDim_PriceDiscAdmTrans.axPriceDiscAdmTrans(_axPriceDiscAdmTrans);
//...
}