Sage 100

 View Only
  • 1.  Is there an object in Sage 100 for verifying if a ZipCode is set up?

    Posted 11-17-2022 08:27
    As part of an integration project, customer wants us to be able to verify that a zip code is set up in Sage 100, and to add a record if it is not.  Is there an object in Sage 100 for that?

    ------------------------------
    Phil McIntosh
    President
    Friendly Systems, Inc.
    ------------------------------


  • 2.  RE: Is there an object in Sage 100 for verifying if a ZipCode is set up?

    Posted 11-18-2022 09:17
    If you were just checking for a zip code being on file, you could use SY_ZipCode_Svc but if you need to create it if not on file, you might as well just use SY_ZipCode_Bus.  Its table is SY_ZipCode.

    ------------------------------
    David Speck II
    Tennessee Software Solutions
    ------------------------------



  • 3.  RE: Is there an object in Sage 100 for verifying if a ZipCode is set up?

    Posted 11-18-2022 13:19
    Thanks @David Speck II

    ------------------------------
    Phil McIntosh
    President
    Friendly Systems, Inc.
    ------------------------------