Sage 100

 View Only
  • 1.  Client on 4.4 has inquired if they can see the Cus

    Posted 10-20-2011 09:55
    Client on 4.4 has inquired if they can see the Customer PO on Item Inquiry/Orders Tab/Sales Order grid. Can't customize that grid, which allows you to pull SO Detail info, only, and can't create a SO Detail UDF to pull from the SO Header table. Any tricks to making this happen or is this the end of the line?


  • 2.  RE: Client on 4.4 has inquired if they can see the Cus

    Posted 10-20-2011 10:25
    Depends. You could create a SO detail line UDF for the customer PO. Not sure if you can link it to the PO field on the header. If you can't then data entry has to enter it every time or write a script to auto populate. Then modify the inquiry screen to display the detail UDF.


  • 3.  RE: Client on 4.4 has inquired if they can see the Cus

    Posted 10-20-2011 10:28
    Looks like your options are script or manual entry


  • 4.  RE: Client on 4.4 has inquired if they can see the Cus

    Posted 10-20-2011 12:43
    We have done this with UDF on the lines and a script on the lines pre write copies the PO from the header to the lines. Only catch with this is if you change the PO number in the header and don't go to the lines tab it won't get updated.


  • 5.  RE: Client on 4.4 has inquired if they can see the Cus

    Posted 10-20-2011 16:06
    Thanks!