karlenigma
11/07/2017, 3:42 PMfunction PostSourcing_Sales(type,name)
{
PostSourcing(type,name);
switch (name)
{
case "entity":
CheckCreditStatus(false);
CalcMargin();
CheckIfCustomerHasItemCodes();
break;
case "item":
if (!HandleSubstituteItems())
{
LookupCustomerItemCodeColumn();
FixPricingLookupBug();
}
break;
}
}