hiii Denis;
i already got error while compiling this code below
PostObject = (AxaptaObject)DynAx.CreateAxaptaObject("SMAServiceFunctionLine_Transfer"
);
PostObject.Call("createJournals", 1);
PostObject.Call("parmServiceOrderLine", DynRec_TransTable_Post);
PostObject.Call("createProjJournalLine_Hour"); ///(this line shows error)
your help will be highly appreciated