• 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…
  • .NET SDK Vendor Contact Field

    I tried getting the data of the vendor factory, there is no contact field on the maintain vendor window. I checked MailToContact, PaymentsContact, PurchaseOrdersContact, ShipmentsContact, and Contacts array also. Does anyone have a solution? Th…
  • How can I develop an add-on for sage 50?

    Hi Expert, Currently, I need to customize my sage 50 software, something like add user defined field to sales order and sales invoice, create a customize form that I can define this page display and fields and logic. Could anyone show me some lights…
  • Sage 50 2015 Multiple Shipping Addresses

    FormerMember
    FormerMember
    Hello, I would like to add multiple shipping addresses under the same Vendor ID. Is there any way to accomplish this? I am using the Sage 50 Accounting 2015 version. Thanks!
  • Sage 50 Scripting Support?

    Is there a way to have Sage50 run a script internally or does it have to be an actual independent app? Meaning is there a way to put a call in one of the .ini files that will run a script/macro whenever an action occurs such as an item is added to a sales…
  • SDK Getting Started

    I am a senior developer who is VERY new to Sage. I haven't ever used it or even seen it. A client wants me to use the SDK to get some very basic invoice and payment information out of Sage 50, but even the "Getting Started" info around here seems a little…
  • Error Importing Employee List -- EmpEE Fld2-Calc Name

    I have a program that uses the COM SDK to import (Update) the Employee list with Hours and Payrate. We converted from 2012 to 2015. I updated the program to use the 2015.2 SDK. But I get an error when trying to Import: EmpEE Fld2-Calc Name I don't…
  • How to use .Net SDK to get access to the "Contact" field on Maintain Vendors window

    Hi, I have a problem about getting the data of the "Contact" filed on Maintain Vendors window of the software through the .Net SDK. I have searched the attribute values under the vendor object, and cannot find the right value for this attribute shown…