Skip to Content
0
Aug 18, 2022 at 12:38 PM

How to add outgoing payment on SAP B1 10 at the DI

254 Views Last edit Aug 18, 2022 at 12:59 PM 3 rev

I'm trying do add outgoing payment \ outgoing payment draft, and update the AccountCode and add Invoice on SAP B1 10 at the DI.

 di.Documdents diOutPayment= SapConnector.DiCompany.GetBusinessObject(di.BoObjectTypes.oVendorPayments) as di.Documents;

There is this method on but there is no possibility to do set

Payments Object
public class PaymentsClass : IPayments, Payments
...

public virtual Payments_Invoices Invoices
    { 
      get;
    }