Sage 100

 View Only
  • 1.  Sage 100 v. 4.5 Standard - Importing Purchase orde

    Posted 08-11-2014 15:46
    Sage 100 v. 4.5 Standard - Importing Purchase orders from csv. Each csv file contains one order for one vendor with each line listing vendor, item, whse, qty, cost, etc., but no predefined PO number. If using next to assign purchase order, then each line becomes a separate PO instead of a grouped PO for the vendor. The data is coming from another program. Is there away to grab the next purchase order number from PO setups hold it in a variable and assign it to all the lines that are imported? I've looked and looked and can't seem to see anything in VI that would work like that.


  • 2.  RE: Sage 100 v. 4.5 Standard - Importing Purchase orde

    Posted 08-11-2014 16:35
    Are they in vendor number order?


  • 3.  RE: Sage 100 v. 4.5 Standard - Importing Purchase orde

    Posted 08-11-2014 16:37
    Well it's only one vendor per file @BethBowers so yes it's in order so to speak.


  • 4.  RE: Sage 100 v. 4.5 Standard - Importing Purchase orde

    Posted 08-11-2014 16:40
    If you point the Next to the vendor field and nothing else that is in the Header being imported changes, it should use the same PO number for the whole import.


  • 5.  RE: Sage 100 v. 4.5 Standard - Importing Purchase orde

    Posted 08-11-2014 16:49
    @bethbowers is right. Check which header fields you are importing and make sure they aren't changing from one record to the next.


  • 6.  RE: Sage 100 v. 4.5 Standard - Importing Purchase orde

    Posted 08-11-2014 16:54
    Got it, I'll give it a try, thanks!


  • 7.  RE: Sage 100 v. 4.5 Standard - Importing Purchase orde

    Posted 08-11-2014 17:13
      |   view attached
    Okay it's pointing to column one which contains the vendor div and number (00-#######). It's still not working it's importing as separate POs.


  • 8.  RE: Sage 100 v. 4.5 Standard - Importing Purchase orde

    Posted 08-11-2014 17:16
    Are the 2 date fields the same on each line? If not it'll make a new po.


  • 9.  RE: Sage 100 v. 4.5 Standard - Importing Purchase orde

    Posted 08-11-2014 17:19
    One date is the PO header date the other is the line required date and no they aren't the same. So If I follow you not only does the vendor number need to be identical for each line but all dates too? That does seem like a limitation since rarely would the PO date and the date the item is needed be the same.


  • 10.  RE: Sage 100 v. 4.5 Standard - Importing Purchase orde

    Posted 08-11-2014 17:22
    Since the Header Req date is bogus anyway if all of the line dates are different, just make it equal to the PO Date


  • 11.  RE: Sage 100 v. 4.5 Standard - Importing Purchase orde

    Posted 08-11-2014 17:37
    That was it @BethBowers and now I follow what you were saying @BrettLyder sorry been staring at this too long!


  • 12.  RE: Sage 100 v. 4.5 Standard - Importing Purchase orde

    Posted 08-11-2014 17:55
    That's ok., I know the feeling!!