Sage 100

 View Only
  • 1.  Customer wants me to create a VI export for which

    Posted 11-13-2012 06:26
    Customer wants me to create a VI export for which I need the SO_InvoiceHeader, SO_InvoiceDetail and SO_InvoiceTracking. they need the tracking numbers on an item line field. I can't seem to get these 3 tables into the tables choices for VI export. Anybody know how to get this done other than using MS Access?


  • 2.  RE: Customer wants me to create a VI export for which

    Posted 11-13-2012 06:37
    I've done this in Crystal. Then use something like Saberlogic Logicity to schedule the export or create a Task to launch export manually.


  • 3.  RE: Customer wants me to create a VI export for which

    Posted 11-13-2012 06:39
    Thanks. Would have been so easy to do in VI if possible


  • 4.  RE: Customer wants me to create a VI export for which

    Posted 11-13-2012 06:48
    Excel query would probably work also. You can set date parameters that would drive the refresh.


  • 5.  RE: Customer wants me to create a VI export for which

    Posted 11-13-2012 06:50
    When shipping do they identify which package and item is in? in other words, is the PackageTrackingByItem table being populated? A query linking the sales orde to this table would provide the tracking by item.


  • 6.  RE: Customer wants me to create a VI export for which

    Posted 11-13-2012 07:20
    I had a similar request, but decided to use AR_InvoiceHistoryHeader and AR_InvoiceHistoryTracking instead. Using data entry files becomes problematic if user fails to generate export prior to updating, or generates file then cancels/edits shipment. Ended up creating a Crystal report with parameter to only export that days invoices ({AR_InvoiceHistoryHeader.DateUpdated} = CurrentDate), then scheduled it to run daily.


  • 7.  RE: Customer wants me to create a VI export for which

    Posted 11-13-2012 07:35
    I think I've done the same as Mark suggests for the reasons that he points out.