Jump to content

FD_Developer

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi , I am using oInvoicePost.Update() to create new invoice, I would like to get the newly created invoice number like shown below. is there any way to get that? // Update the Invoice if (oInvoicePost.Update()) { // var Xyz = oInvoicePost.Items["INVOICE_NUMBER"]; returnValue ="Successfully created Sage Invoice"; }
×
×
  • Create New...