Changing SO Payment Terms bug

Attain vUS3.10.B: Changing the Payment Terms Code on Form 42 doesn’t change the Payment Discount %. Code is: Payment Terms Code - OnValidate() IF (“Payment Discount %” = PaymentTerms.“Discount %”) OR (“Payment Discount %” =0) THEN VALIDATE(“Payment Discount %”,PaymentTerms.“Discount %”) ELSE VALIDATE(“Payment Discount %”); Should be: IF (“Payment Discount %” <> PaymentTerms.“Discount %”) OR (“Payment Discount %” =0) THEN VALIDATE(“Payment Discount %”,PaymentTerms.“Discount %”) ELSE VALIDATE(“Payment Discount %”); Please fix in next Navision improvement. Thanks, Paul Berberich

Paul, This site is not afilliated with Navision. We don’t have access to the developers, and cannot decide what goes into the differen versions of the Navision products. This forum is for professionals and users who are working with the Navision products as consultants, developers, users etc.