well... if that is a concern to yo then you can try doing something like this:
void initValue()
{
dimension origDim; // mohammed : NL : date : To store salesline Dims, before they are updated from the header
;
origDim = salesLine.dimension; // MO : NL
salesLine.initFromSalesTable(salesTable);
salesline.dimension = origDim; // mo: NL
super();
}
hope that helps.
let me know if you have any more questions.
regards,
Mohammed
www.dynamic-ax.co.uk