• How to check if SalesInvoice is printed and get the Invoice No.

    Hello. Is there a way using the SDK/API in .NET, to determine if a SalesInvoice has been printed and assigned an Invoice No.? And where in the API can I find the Invoice No.? These seem like common questions, so I feel sure I must be overlooking something…
  • Limiting the number of sales orders returned in the SalesOrderFactory

    Is there a way to limit the number of sales orders that are returned when using the SalesOrderFactory by specifying some type of parameter? I'd like to just return a set of orders for a date range instead of every Sales Order on the system. I'm having…
  • Validation Exception during Save() operation on SalesInvoice - Cash Account ID cannot be an empty string - With my fix

    Greetings all, I was getting the above error seemingly randomly with 1 specific customer that we have our product integrated with. I racked my brain and the keyboard for hours trying to figure out why this error was being generated. Long story short…
  • .NET SDK - Add Ship Date to a Sales Invoice

    Greetings all, We're using the .NET SDK to create Sales Invoices programmatically. I see that within Sage 50, the Sales Invoice itself has a Ship Date, but it's not a field I can appear to set via the .NET SDK. (It's not a parameter within the Sage…