cancel
Showing results for 
Search instead for 
Did you mean: 

Incoming Payments

Former Member
0 Kudos

Exists an object that manage or show all the 'documents for payments' in the form incoming payments

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello.

Yes. It is the object oPayment:

Code in C++:


SAPbobsCOM::IPaymentsPtr Pay;
Pay=m_Cmp->GetBusinessObject(SAPbobsCOM::oIncomingPayments);

You can use method GetByKey or insert RecordSet object in Pay->Browser->RecordSet and then move to the records.

Hope it helps.

Sorry for my english.

Regards

Kamil Wydra

Former Member
0 Kudos

hi there...

im trying to create an Incoming Payment with DI API.

the object that im using is

dim opay as SAPbobsCOM.Payments

opay = ocompay.getbusinessObject(SAPbobsCOM.BoObjectTypes.oIncomingPayments)

when i choose a cardcode : 'XYZ'... in SAP Business One, the lines of the Payments Document shows DocEntries for pending Invoices to pay. i want to check one of them and make a cash payment.

please...im still waiting for Help.

sorry for the english

thanks

Edited by: Mauricio Calvi on Nov 9, 2011 9:58 PM

Answers (0)