Sage 100 Con. Object Reference Guide - AddNext?

SOLVED

Hi everyone,

I'm in the process of creating an application that interfaces with the "Client" table in Sage 100 Contractor, and as I was reading the API Documentation I saw that there was an XML Request mentioned for "AddNext"? This function is supposed to add the next "Client" into the table without having to directly query the database before insertion. It states to check the Object Reference Guide for more information, but I couldn't find any mention of it. 

Does anyone have any experience with it? Or can point me in the right direction to documentation.

Thanks,

Nick

  • +1
    verified answer

    So I actually figured this out just now, but wanted to answer in case anyone else having trouble.

    In the ClientAdd XML file, instead of using the <ClientAddRq></ClientAddRq> tags, use the <ClientAddNextRq></ClientAddNextRq> tags. This will insert the "Client" into the next available position without querying the database. Super trivial, but pretty helpful.