Sage 100

 View Only
Expand all | Collapse all

v2015 Advanced - Created a new company and copied

  • 1.  v2015 Advanced - Created a new company and copied

    Posted 05-24-2016 15:48
      |   view attached
    v2015 Advanced - Created a new company and copied over ar_customer, ci_item, ap_vendor. In item maintenance I am unable to delete items. I know I can use the utility but I am wondering why items can;t be deleted in item maintenance. Verified the following tables are empty: CI_ItemHistoryByPeriod.m4t , CI_ItemTransactionHistory.m4t, IM_ItemCustomerHistoryByPeriod.m4t, IM_ItemTransactionHistory.m4t, IM_ItemTransactionRecalc.m4t, IM_ItemVendorHistoryByPeriod.m4t, IM_ItemWhseHistoryByPeriod.m4t, IM_LotSerialTransactionHistory.m4t, IM_PeriodPostingHistory.m4t. Any ideas?


  • 2.  RE: v2015 Advanced - Created a new company and copied

    Posted 05-24-2016 15:55
    First, do a *INFO and make sure you're dealing with the data you think you are


  • 3.  RE: v2015 Advanced - Created a new company and copied

    Posted 05-24-2016 16:10
    Yes, seems I am in the right folder structure. Perplexing. Not a serious issue but very curious.


  • 4.  RE: v2015 Advanced - Created a new company and copied

    Posted 05-24-2016 16:41
    Figured it out. I changed the totalquantiyonhand, averageunitcost, totalinventoryvalue fields to 0 in ci_item.


  • 5.  RE: v2015 Advanced - Created a new company and copied

    Posted 05-24-2016 17:01
    I need to use VI to set the totalquantiyonhand, averageunitcost, totalinventoryvalue fields to 0 in ci_item. These fields are not available. Can someone give me the instructions on changing the field(s) to allow access to these fields in VI? Thank you!


  • 6.  RE: v2015 Advanced - Created a new company and copied

    Posted 05-24-2016 17:11
    Never mind. Found an old post from Alnoor.


  • 7.  RE: v2015 Advanced - Created a new company and copied

    Posted 05-24-2016 17:11
    How to modify VI Data Dictionaries for 4.x framework to enable import to fields otherwise defined as read only. USE CAUTION - MAKE A BACKUP DFDM MAS90\providex.ddf Lookup by name to find the VI entity to modify - get the key ID. DFDM MAS90\providex.dde Search by Key. Find the field record you want to modify Edit field 20 (15,1) a zero is importable. a 1 is read only.


  • 8.  RE: v2015 Advanced - Created a new company and copied

    Posted 05-24-2016 17:12
    Thanks Wayne.


  • 9.  RE: v2015 Advanced - Created a new company and copied

    Posted 05-25-2016 08:17
    @DougHiggs, you could also have used the File, Run, SVTRNA option to copy the IM masterfile. This still works in 2016 and would have eliminated the details you mentioned.


  • 10.  RE: v2015 Advanced - Created a new company and copied

    Posted 05-25-2016 08:49
    Thanks Diana. Would have saved me some hassle. Got it squared away now.


  • 11.  RE: v2015 Advanced - Created a new company and copied

    Posted 05-26-2016 06:57
    Just curious ... why does averageunitcost need to be zeroed in order to delete items?


  • 12.  RE: v2015 Advanced - Created a new company and copied

    Posted 05-26-2016 07:34
    One might assume that if there is an average unit cost, then there would be some units on hand as well??


  • 13.  RE: v2015 Advanced - Created a new company and copied

    Posted 05-26-2016 07:49
    I was just experimenting to determine what fields the program was looking at when the message was displayed and the delete aborted. I set the three fields to 0 ( totalquantiyonhand, averageunitcost, totalinventoryvalue), and it worked... so not certain the ave unit cost needs to be set to 0, but it makes sense that it should. If there is an ave unit cost then there must have been some activity for the item.. ditto what Jeff said.