Sage 100

 View Only
Expand all | Collapse all

Another Visual Integrator question...in this case,

Jeff Schwenk

Jeff Schwenk11-04-2012 10:37

Phil McIntosh

Phil McIntosh11-04-2012 13:42

Phil McIntosh

Phil McIntosh11-04-2012 16:43

John Shaver

John Shaver11-05-2012 04:53

  • 1.  Another Visual Integrator question...in this case,

    Posted 11-04-2012 10:29
    Another Visual Integrator question...in this case, the customer is running 4.50.4.0 of Sage 100 Standard. I'm trying to import into SO_SalesHistory. All of the fields are importing except for the numerical ones (DollarsSold, CostOfGoodsSold, and QuantityShipped). I've attached the VI job and some sample data. Could it be that the only way to import this data is to bring it into SO Invoice Data Entry and update?

    Attachment(s)

    csv
    SA012011.csv   26 KB 1 version
    EXP
    so_saleshistory.EXP   90 KB 1 version


  • 2.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 10:37
    Any error messages?


  • 3.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 10:41
    None at all. Both the test import and the actual import logs show everything importing perfectly, including the numeric fields. However, when I DFDM SO_SalesHistory, there are no numerics.


  • 4.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 10:54
    Only thought before I go rake leaves, should you specify a record type? I wouldn't since you are file assigning it, but might be worth a shot......


  • 5.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 11:06
    What? You're not watching the Redskins? I figured you would have converted by now. I tried the record type idea earlier. It returns a message of ""Invalid job definition. Record type is defined without a corresponding data element"". The KB says that the workaround is to delete the record type.


  • 6.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 11:10
    Sorry to say that I am not a huge footbal fan. Took me a month to figure out who RGIII was.... Is Alnoor out of bed yet?


  • 7.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 12:49
    @JohnShaver - I ran your import and got the numeric data imported...


  • 8.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 12:56
    Phil, that's even more mysterious. In a test company, I manually reinitialized the SO_SalesHistory table just to see if that would do the trick. No luck.


  • 9.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 13:14
    @PhilMcIntosh did you verify it through DFDM? I tested his as well and it LOOKED like it imported but it was not in the file when I looked in DFDM.


  • 10.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 13:42
    @ThereseLogeais - yes I did


  • 11.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 13:44
    Hmm, did you change anything? What version is it?


  • 12.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 15:53
    The only thing I changed was assigned the item number rather than create more items in ABX


  • 13.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 15:59
    How did you assign the item number @PhilMcIntosh? From what??


  • 14.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 16:30
    I did assign instead of replace. Not all the lines imported (the item is part of the key) but the ones that did had the quantity and dollar fields.


  • 15.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 16:34
    I tried to do the same and it didn't work for me. Can you export your VI job and post it @PhilMcIntosh ?


  • 16.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 16:43
      |   view attached
    Here it is

    Attachment(s)

    EXP
    so_saleshistory-Phil.EXP   90 KB 1 version


  • 17.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 16:50
    Wow, that's weird @PhilMcIntosh. I changed it to assign the item number to an existing one and it worked. Very odd....


  • 18.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 16:56
    Looks like we have another VI program that doesn't actually use the objects...


  • 19.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 17:02
    But back to @JohnShaver's question, why are you importing sales history? I don't typically import directly into a history file.


  • 20.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 17:15
    Must be part of the KTA in setting up the new sysem. I've imported into AR History before but never to this file.


  • 21.  RE: Another Visual Integrator question...in this case,

    Posted 11-04-2012 17:22
    When is this file referenced? I don't see it in the customer sales history or the item's sales history (for what I imported)... Am I missing something???


  • 22.  RE: Another Visual Integrator question...in this case,

    Posted 11-05-2012 04:24
    Jeff is exactly right. It's a new implementation and the customer wants 24 months of customer sales history imported into 100 from their old system. Since they like the format of the reports in SO customer sales history, my thought was to import into SO_SalesHistory. I'll try Phil and Therese's suggestions. If no luck, I'll go with Jeff's idea of importing into AR history.


  • 23.  RE: Another Visual Integrator question...in this case,

    Posted 11-05-2012 04:28
    @JohnShaver - My assigning the itemcode may have helped point out where the bug is but it won't actually help you import the records, because the itemcode is part of the key - you will only get one record for each customer/item/date combo.


  • 24.  RE: Another Visual Integrator question...in this case,

    Posted 11-05-2012 04:30
    Thanks for the clarification. It's looking like AR history is the path to follow.


  • 25.  RE: Another Visual Integrator question...in this case,

    Posted 11-05-2012 04:34
    Try replacing or assigning the item type instead of reading it from the CI_Item file.


  • 26.  RE: Another Visual Integrator question...in this case,

    Posted 11-05-2012 04:53
    Jeff, still no luck.


  • 27.  RE: Another Visual Integrator question...in this case,

    Posted 11-05-2012 05:52
      |   view attached
    @JohnShaver if you import this into SO invoice header and post it, it appears on the Customer Sales History report just fine. Attached is the import job I used.

    Attachment(s)

    EXP
    SOInvoiceShaver.EXP   90 KB 1 version


  • 28.  RE: Another Visual Integrator question...in this case,

    Posted 11-05-2012 15:04
    Thanks @ThereseLogeais! I'll give it a try. Being able to import it straight into the history table would be so damned convenient since it ensures that no other tables are updated. Alas, that would just be too easy!


  • 29.  RE: Another Visual Integrator question...in this case,

    Posted 11-05-2012 15:18
    You'd have to remember to turn off the GL integration before posting it. I'd do this BEFORE you get the beginning balances in for IM as well otherwise you could do a physical to clear it out. You're right, importing directly to history would be sooo much easier!


  • 30.  RE: Another Visual Integrator question...in this case,

    Posted 11-05-2012 15:26
    Who do you think we are - QuickBooks Resellers?????


  • 31.  RE: Another Visual Integrator question...in this case,

    Posted 11-05-2012 15:36
    BTW, this is a good reason that, unless the customer needs a non-framework module, all new sales should be 100 Premium. With SQL, if VI won't behave you can import directly into the database.


  • 32.  RE: Another Visual Integrator question...in this case,

    Posted 11-06-2012 10:31
    Here's the path I decided to take: Since they are already using Sage 100 in a production environment, I'm going to copy the live company to a test company (once they are out of the system for the day), import the sales history files into invoice entry in the test company, update invoice entry, and copy just the SO_SalesHistory table back to their live company.


  • 33.  RE: Another Visual Integrator question...in this case,

    Posted 11-06-2012 10:32
    I thought about that option as well @JohnShaver since I wasn't sure where they were at.


  • 34.  RE: Another Visual Integrator question...in this case,

    Posted 11-06-2012 10:38
    And thanks to everyone for the ideas! All of the pieces finally clicked in my head. And that process in my head looks something like this: http://25.media.tumblr.com/tumblr_m8o6noM5Gs1ro8ysbo1_r1_400.gif