• How to get Account Balance ?

    I try to get Account Balance, but the value is $0 . How to get correct value ,please ? AccountFactory m_Account = m_company.Factories.AccountFactory; EntityList<Account> m_AccountList = m_Account.List(); m_AccountList.Load(); decimal balance = m_AccountList…
  • Using the SortExpression class

    Does anyone know of any sample code that uses the sortexpression class. I need to read orders sorted by customer, and assume the sortexpression class is the way to do it, but can't get the syntax right as there are no samples available.
  • SAGE 50 2013 version and I want to get record "LastSavedAt" attribute from sdk.

    I am using SAGE 50 2013 version and I want to get record "LastSavedAt" attribute from sdk. I could not find any solution for SAGE 50 2013 version. However this is available for SAGE 50 2015 version. The client who I wrote the application is using SAGE…