I am using Transaction.Entries.Add to add items to a transaction. I know it allows me to change the price from default, but will it allow me to change the default description? Is there a list of the parameters you can feed into Transaction.Entries.Add ? I know the default example is Session.Transaction.Entries.Add(ItemID, ItemLookupCode, Quantity, 0 [what is this??], OverridePrice as Boolean, Price)
I know you can do it with QSBridge - PerformAddItem, but I need to do it with QSRules
Thanks!
Bill