Get account balance?

I'm trying to obtain a balance for an account via the SDK and am unable to figure out how to do this. Can anyone shed any light on it? It appears that the SDK is very limited, and poorly documented.

Parents
  • 0

    bsp01 said:

    I'm trying to obtain a balance for an account via the SDK and am unable to figure out how to do this. Can anyone shed any light on it? It appears that the SDK is very limited, and poorly documented.

    The balance of a G/L account,

     - at some point in time,

     - as of a fiscal year end, or

     - as of the very last transaction?

    Or did you mean the balance of a Vendor or Customer account?

    Most of the SDK methods look to be for the purpose of loading data into Sage 50.   There is support for accessing the 'raw' data to get values, or to run SQL queries.  This may have to be done by accessing the values stored in the database tables, or calculating from a fixed point, plus a series of transactions.

    I hope that helps, please post back.

    Randy

Reply
  • 0

    bsp01 said:

    I'm trying to obtain a balance for an account via the SDK and am unable to figure out how to do this. Can anyone shed any light on it? It appears that the SDK is very limited, and poorly documented.

    The balance of a G/L account,

     - at some point in time,

     - as of a fiscal year end, or

     - as of the very last transaction?

    Or did you mean the balance of a Vendor or Customer account?

    Most of the SDK methods look to be for the purpose of loading data into Sage 50.   There is support for accessing the 'raw' data to get values, or to run SQL queries.  This may have to be done by accessing the values stored in the database tables, or calculating from a fixed point, plus a series of transactions.

    I hope that helps, please post back.

    Randy

Children