Sage 100

 View Only
  • 1.  Disable Tax Schedule on SO Entry for Specific Users

    Posted 10-12-2023 16:06

    Does anyone know how to disable the tax schedule on Sales Order Entry to keep specific users from changing?  It looks like setting up a customizer group for this field will not work.  This is for Sage 100 Advanced, version 2022.



    ------------------------------
    [Michele] [Herzog] [CPA,CITP, CGMA]
    [Overland Park] [KS]
    [816-520-1365]
    ------------------------------


  • 2.  RE: Disable Tax Schedule on SO Entry for Specific Users

    Posted 10-12-2023 18:16

    You might HIDE it with a script, but you have to condition that on the users:

    retVal = oScript.SetUIControl("TAXSCHEDULE", "HIDE")




    ------------------------------
    Lee Graham
    Friendly Systems, Inc.
    ------------------------------



  • 3.  RE: Disable Tax Schedule on SO Entry for Specific Users

    Posted 10-12-2023 18:39

    The Hidden option on the Options tab for TAXSCHEDULE in customizer worked for me. 



    ------------------------------
    Lee Graham
    Friendly Systems, Inc.
    ------------------------------



  • 4.  RE: Disable Tax Schedule on SO Entry for Specific Users

    Posted 10-12-2023 20:33

    Yes it does!  I set up a customizer group on a  test user, hid the field for the user and then tested.  It was still showing up, I just realized I still had the user logged in as me.  Thanks for making me take a second look!  



    ------------------------------
    [Michele] [Herzog] [CPA,CITP, CGMA]
    [Overland Park] [KS]
    [816-520-1365]
    ------------------------------