Hi experts,
I use SalesSalesOrderService to create Charges transactions ax 2012
This is my code below:
In the method private static AxdEntity_MarkupTransLine createMarkupTransLine()
I coded:
markupTransLine.ModuleCategory = AxdExtType_MarkupModuleCategory.Linie;
markupTransLine.MarkupCategory = AxdExtType_MarkupCategoryType.Pcs;
markupTransLine.Value = 1000;
But, when I open Sales line > Financials > Maintain charges
I get MarkupCategory = Fixed, ModuleCategory = Main, and Value = 0;
Anyone help me?
Thank all.
*This post is locked for comments