on item no validate in courier table, im having this below code and works fine
IF item.GET("item No") THEN
DealerPrice:=item.DealerPrice;
VATIdent:=item."VAT Prod. Posting Group";
VATident value here is VAT14.5
how to map the VATident = VAT Posting Setup.VAT Prod. Posting Group
and get the value of the VAT % and store this value in courier.VAT% field..
any ideas.. thanks