Sage 100

 View Only
  • 1.  Need a user to be able to go into SO entry and jus

    Posted 07-12-2018 07:23
    Need a user to be able to go into SO entry and just edit the UDF note tab. When I give her security for SO to view only, she can write on the UDF note but it does not save. When I put it to modify and disable all the fields but the udf note that works but the lines tab is still active. I can't find how to disable the lines tab. Any thoughts or ideas?


  • 2.  RE: Need a user to be able to go into SO entry and jus

    Posted 07-12-2018 08:00
    Panel load script to check for the user (or a specific Role), and bump her somewhere else when she clicks the Lines tab.


  • 3.  RE: Need a user to be able to go into SO entry and jus

    Posted 07-12-2018 08:22
    Thanks @KevinMoyes !


  • 4.  RE: Need a user to be able to go into SO entry and jus

    Posted 07-12-2018 10:30
    If the users don't need to see the info/data on the Lines screen, you can use CO to just put a big blank box over it.


  • 5.  RE: Need a user to be able to go into SO entry and jus

    Posted 07-12-2018 10:49
    @BrettZimmerman I think they do but need to check on that. Thanks !


  • 6.  RE: Need a user to be able to go into SO entry and jus

    Posted 07-12-2018 10:53
    I'd filter the UI script to the data entry program. If using SO Inquiry, you don't need to push them off the Lines panel, so they can always use Inquiry to look at line data.


  • 7.  RE: Need a user to be able to go into SO entry and jus

    Posted 07-12-2018 14:47
    In addition to what Kevin said, the script can disable the ""Lines"" tab using the following; ```oScript.SetUIControl ""fldr.pLines"", ""Disable""``` or ```oUIObj.SetFolderState ""pLines"", ""Disable""```


  • 8.  RE: Need a user to be able to go into SO entry and jus

    Posted 07-13-2018 06:30
    Thanks @DavidSpeckII Waiting on client to tell me how they want to proceed.