Jump to content

McHarg, Alisdair

Moderators
  • Posts

    1
  • Joined

  • Last visited

Everything posted by McHarg, Alisdair

  1. Hi, Thanks for the question. It is possible to read the INVOICE_NUMBER field at the point of update using the following code : if (oInvoicePost.Update()) { // Line below shows that the Invoice number can be read post update int i = SDOHelper.Read(oInvoicePost.Header, "INVOICE_NUMBER"); MessageBox.Show("Invoice number " + i + " created successfully"); } Regards Alisdair
×
×
  • Create New...