Sage 100

 View Only
  • 1.  Default Country Code in the Vendor Master

    Posted 02-09-2023 14:57

    Canadian company purchased Sage 100 at the advice of their CPA,

    Is there a way to get the country code in Vendor Maintenance (and elsewhere) to default to CAN instead of USA.  I thought perhaps Advanced settings in custom office but the BOI is forcing USA.

    Is there a secret setting?  Or simply a script?

    TIA



    ------------------------------
    Jeff Schwenk
    Bottomline Software, Inc.
    (540) 221-4444
    ------------------------------


  • 2.  RE: Default Country Code in the Vendor Master

    Posted 02-10-2023 01:41
    Edited by Dan Burleson 02-10-2023 15:31

    You could put a one line script on the VendorName (can't put a script on Vendor No.) Column Post Validate event to force the default to "CAN" once the vendor name is filled.

    r = oBusObj.SetValue("CountryCode$", "CAN")
    



    ------------------------------
    Dan Burleson
    Software Consultant
    Connex Software
    ------------------------------



  • 3.  RE: Default Country Code in the Vendor Master

    Posted 02-10-2023 08:31

    Company Maint - Preferences:



    ------------------------------
    Brett Zimmerman
    Net at Work
    Greater Boston Area
    ------------------------------



  • 4.  RE: Default Country Code in the Vendor Master

    Posted 02-10-2023 11:40

    @Brett Zimmerman - Damn, you are good!!!!

    I need to listen to my wife and go see the eye doctor!!!



    ------------------------------
    Jeff Schwenk
    Bottomline Software, Inc.
    (540) 221-4444
    ------------------------------