Sage 100

 View Only
  • 1.  Sage 100 ERP v 2014 PU1 - moving client from an ol

    Posted 05-22-2014 20:25
    Sage 100 ERP v 2014 PU1 - moving client from an older version of AccPac. Exported open sales orders from AccPac. It seems the header and detail are in 2 separate files. Any ideas on how to VI import from 2 files into the SO data entry?


  • 2.  RE: Sage 100 ERP v 2014 PU1 - moving client from an ol

    Posted 05-22-2014 20:40
    Could you combine both files in Excel, then sort by SO number? Select the checkbox on the main VI job screen that the header is separate from the lines. Then in the Records section, indicate how to tell the header from the lines. You'll need to make sure the header sorts above the lines I think as the VI job logic validates that way. Good luck!


  • 3.  RE: Sage 100 ERP v 2014 PU1 - moving client from an ol

    Posted 05-23-2014 02:10
    Don't know if this would work, but... import header first with a single detail line assigned as comment. Before importing detail lines, reinit the SO_SalesOrderDetail file.


  • 4.  RE: Sage 100 ERP v 2014 PU1 - moving client from an ol

    Posted 05-23-2014 05:17
    @KathrynScofield How does one combine Excel files? @MarkKotyla Great idea... it is worth a try.


  • 5.  RE: Sage 100 ERP v 2014 PU1 - moving client from an ol

    Posted 05-23-2014 05:55
    If you attempt a merge of the Excel files, I'd use VLOOKUP or INDEX to copy the records.


  • 6.  RE: Sage 100 ERP v 2014 PU1 - moving client from an ol

    Posted 05-23-2014 07:20
    I have never figured out merging. Usually I copy an paste into a separate tab, then go from there.


  • 7.  RE: Sage 100 ERP v 2014 PU1 - moving client from an ol

    Posted 05-28-2014 14:58
    use access but before bringing in access - put a column for a 1 for header and then lines a 2 in a column and then create a view with access and import via odbc.


  • 8.  RE: Sage 100 ERP v 2014 PU1 - moving client from an ol

    Posted 05-28-2014 16:45
    @MarkKotyla Your suggestion ""sort of"" worked. the issue I have is with backorders. Here's what I did: Imported the header and assigned an item number, qty ordered, price extension. reinitialized so data entry detail, imported the line detail file. If there is a quantity shipped, the record imports with a warning but doesn't populate the quantity shipped field. This is because the order type needs to be ""backorder"". I can't figure out a way to import the header and assign the order type ""backorder"". I tried unsuccessfully to import the lines with a conditional statement to change the order type to ""B"" if there is a quantity shipped greater than 1. I am not entirely sure my conditional formula is set up correct. screen shots attached.


  • 9.  RE: Sage 100 ERP v 2014 PU1 - moving client from an ol

    Posted 06-02-2014 03:24
    I'd flag those orders as backorders in Excel, as you won't be able to change the order type once it's established in header file.


  • 10.  RE: Sage 100 ERP v 2014 PU1 - moving client from an ol

    Posted 06-02-2014 06:39
    I am trying a different approach. I have the file layouts for AccPac and am creating a Crystal report, linking the header and detail so I can export the data. I can then bring the header and detail into MAS from 1 record for each detail line, excluding backorders.