Sage 100

 View Only
  • 1.  Customer on v2013 has unchecked allowing new items

    Posted 08-10-2015 22:17
    Customer on v2013 has unchecked allowing new items to be created in Role Maintenance. Yea but now they get prompted with ""Is this a new Alias Item Code?"" instead in S/O Entry when keying in an invalid item. They don't want that either. If I take off Create rights for Item Maintenance, Vendor Maintenance, and Customer Maintenance under Role Maintenance it suppresses the new alias prompt. Gee that's all it took. Is there any other functional way to deal with this without mods or scripts?


  • 2.  RE: Customer on v2013 has unchecked allowing new items

    Posted 08-11-2015 04:45
    Initially it sounded like maybe a corrupt custom Lookup so I was gonna suggest trying to delete and re-create the Lookup. But sounds like you're all set.


  • 3.  RE: Customer on v2013 has unchecked allowing new items

    Posted 08-11-2015 09:34
    But they don't want me to prevent them from creating new vendors and customers as a way of suppressing the ""Is this a new Alias Item Code"" prompt. I was being sarcastic when I said ""Gee"". I'll have to start using the new emoji in SocialCast :anguished:


  • 4.  RE: Customer on v2013 has unchecked allowing new items

    Posted 08-11-2015 20:00
    Why not put a column pre-validate script on the item code? This should prevent that message in S/O without having to mess with security too much. sItem = """" retVal = oBusObj.GetValue(""ItemCode$"", sItem) set oItem = oSession.AsObject(oSession.GetObject(""CI_ItemCode_svc"")) retVal = oItem.Find(sItem) if retval <> 1 then retVal = oScript.SetError(""Item Not Found."") end if


  • 5.  RE: Customer on v2013 has unchecked allowing new items

    Posted 08-11-2015 20:14
    I thought of that too but no scripts allowed in this case and they don't want the ""Item Not Found"" prompt either. :no_good:


  • 6.  RE: Customer on v2013 has unchecked allowing new items

    Posted 08-12-2015 14:01
    No scripts allowed..... Hardcore!!


  • 7.  RE: Customer on v2013 has unchecked allowing new items

    Posted 08-12-2015 14:14
    With all the restrictions, I would tell them them to set up two user IDs - one with the ability to create Customers and Vendors and another with it all switched off. They will just need to switch user ID as needed. Crazy, but so are the restrictions on customizations.


  • 8.  RE: Customer on v2013 has unchecked allowing new items

    Posted 08-12-2015 16:52
    Thanks everyone! The core issue on the restriction of customizations is about money. This client is on an annual support plan but didn't budget for anything else. They are a hospice and I'm guessing their Medicare reimbursements are low.