Browse By Tags

  • Sage50 Newbie - Quote - Record

    Hi everyone, New & I have an error, "The estimate must have a quantity ordered. Be sure the Contract column contains an amount.", when I click "RECORD" button after writing up my quote for services. The "QUANTITIES" column is highlighted blue and am…
  • To display a 'Paid' column in Sales Order or Invoice list.

    Most of our customers pay with order and the payment details are added to the sales order when it is processed. In the list of Sales Orders, or Invoices, t would be very useful to have a column available that displays whether or not payment has been received…
  • How to change record by code

    Hi, Anyone knows if it's possible to change a record by code without leaving and entering the object? For instance, a button on a window that forces the current record to other than the one currently loaded. Is there any standard call…
  • Using the .NET API to Clone a Record

    One of the Sage 200 development partners had read Jeff Richard's blog post about 'cloning' records in the COM API, ( Using the COM API to Clone a Record ) and asked if there was a .NET API version. As far as I could tell there wasn't so I wrote the method…
  • Creating a Compound Page that displays an EntryGroup and List using the Web Class

    Below is some example code that shows how to create a compound page that displays an EntryGroup and List using the Web Class. using Sage.CRM.Controls; using Sage.CRM.Data; using Sage.CRM.UI; using Sage.CRM.Utils; using Sage.CRM.WebObject; namespace…
  • Creating a Basic View Record Screen with the Web Class

    Below is some example code that shows how to create a simple view screen with the Web class. using Sage.CRM.Controls; using Sage.CRM.Data; using Sage.CRM.WebObject; namespace SA_Basic_1 { class CompanyView : Web { public override void BuildContents…
  • Multiple suppliers for stock items

    We purchase the same items from different suppliers. It would be great if we could add more than one supplier against these stock items so that when the item is O/S with one supplier, we can choose the next cheapest supplier on the list to maintain inventory…
  • Sales ledger / Purchase ledger Contact information - Telephone number Ext field

    Would be a nice addition to be able to store an extension number for a contacts phone number. I have a CRM system that will not sync because the client has resorted to putting EXT1235 in the telephone number field (not a problem for sage200 but causes…
  • Adding A New field

    I am looking to a add new field at the product Level. The field should have the option to hold options the user can pick from. Does anyone have steps on how I can do that.
  • Report Writing - Record shows multiple times

    I have pretty limited knowledge/experience with Sage or report writing but I'm currently working on recreating non-modifiable System Report 4-1-3-21 so I can add "account" as a selection criteria. I was able to recreate the calculated fields and I am…