Sage 100

 View Only
  • 1.  Ok, i've got an interesting one.(At least to me.)

    Posted 03-08-2013 12:09
    Ok, i've got an interesting one.(At least to me.) I have a script that tells the user that the item they just entered on on a Sales Order(Sage 100 ERP Advanced) has been superceded. It tell them the superceded number and the new number. And it was replacing the superceded number on the line with the new number. It stopped doing that in their live company. It still works in a test company. Script is running fine in both cases. It's just not overriding the item # in the live company. It will write the new item code to the comment text field. Any ideas? Oh btw the superceded number comes from a UDF on the item record.


  • 2.  RE: Ok, i've got an interesting one.(At least to me.)

    Posted 03-08-2013 12:11
    Oops... version 2013 no service release.


  • 3.  RE: Ok, i've got an interesting one.(At least to me.)

    Posted 03-08-2013 13:43
    FYI, if anyone comes across this don't spend any time on it. Problem was that the new item # was invalid(not in CI_Item). Who knew that the business logic catches the bad ItemCode and just won't set it. I would've guess an error of some sort would've been generated.