Skip to Content
0
Former Member
Nov 17, 2005 at 07:21 AM

Create the Reserve Invoice using SDK

148 Views

Hi All!

How can I create the Reserve Invoice using SDK? Code C#:

SAPbobsCOM.Documents dSale =

(SAPbobsCOM.Documents)Sbo.Instance.Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices);

dSale.DocObjectCode = SAPbobsCOM.BoObjectTypes.oInvoices;

In this code I want create the Reserve Invoice.

What item must I select in SAPbobsCOM.BoObjectTypes list instead of SAPbobsCOM.BoObjectTypes.oInvoices?

Thanks

Message was edited by: Gennadiy Posevin