Sage 100

 View Only
  • 1.  Disable Drop Ship Sage 100 2022.4

    Posted 12-08-2022 16:23
    Is there a place to not allow drop ships that I am missing as I do not see one.  I know there is Default Special Items to Drop Ship in SO set up.  I know I can disable Drop Ship thru custom office, just want to make sure that is my only option.  This is for version 2020.4 Premium.

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


  • 2.  RE: Disable Drop Ship Sage 100 2022.4

    Posted 12-08-2022 17:19
    This should do it:

    'column pre-validate script on the DropShip field
    retVal = 0
    if value = "Y" then
    retVal = oScript.SetError("Drop Ship is not allowed")
    end if


    ------------------------------
    Kevin Moyes
    Technical Systems Analyst
    Munjal White Consulting Co.
    ------------------------------



  • 3.  RE: Disable Drop Ship Sage 100 2022.4

    Posted 12-09-2022 00:56
    Thank you @Kevin Moyes!​

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