I am applying a -ve Trade Discount amount in the SopHdrInsert object through econnect program as follows:
Dim objtaSopHdrIvcInsert As New taSopHdrIvcInsert
' define information for the transaction header
'create as an invoice so soptype = 3 objtaSopHdrIvcInsert.SOPTYPE = 3
objtaSopHdrIvcInsert.DOCID = "SPECIAL"
objtaSopHdrIvcInsert.TRDISAMT = decTotal
However when I open this invoice inside GP, I do not see the Trade Discount field populated.
Any thoughts why this field is not populated. Can the trade discount amount not be -ve?
*This post is locked for comments