Sage 100

 View Only
  • 1.  OK...Here we go again. Anyone remember this? I po

    Posted 04-24-2012 12:31
    OK...Here we go again. Anyone remember this? I posted several months back about multiple user defined scripts in SO Detail not launching.(It was a JobOps thing.) Now I have a MAS 4.5.3 SQL client that has PO Receipt Detail scripts. They are currently set to run on post validate of a couple different fields(i've tried 3 at a time.) Only 1 of my 2 or 3 scripts are getting compiled into the PO_ReceiptOfGoodsDetail_bus.vbs. I'm thinking bug...any ideas?


  • 2.  RE: OK...Here we go again. Anyone remember this? I po

    Posted 04-24-2012 14:04
    Well...I really don't recommend this but I replace the CM_ScriptCompile_UI.pvc file in the \CM folder with an older one from a MAS 4.4 install and it's working. I'm trying to report it as a bug but Sage's systems are down and they can't log anyhing in their system right now. (They're writing everything down to enter it later...)


  • 3.  RE: OK...Here we go again. Anyone remember this? I po

    Posted 04-24-2012 14:27
    Excuse me while I chortle. Not at your issue, but at Sage.


  • 4.  RE: OK...Here we go again. Anyone remember this? I po

    Posted 04-26-2012 12:45
    Did they ever get back to you or was the scratch paper lost?


  • 5.  RE: OK...Here we go again. Anyone remember this? I po

    Posted 04-26-2012 13:33
    LOL! So far it appears to be lost. It better not end up costing us a case, it's clearly a bug.


  • 6.  RE: OK...Here we go again. Anyone remember this? I po

    Posted 04-27-2012 16:07
      |   view attached
    I have a situation where SO Invoice Header Post Deletes aren't being triggered. They are in SO_Invoice.vbs correctly and the Pre Delete works. I checked MAS90 4.40.8, MAS90 4.5.0 and MAS 200 SQL 4.5.3.


  • 7.  RE: OK...Here we go again. Anyone remember this? I po

    Posted 04-28-2012 10:41
    Any luck Dan? It's as if it's not recognizing that there is a post delete action to run. Is there a system file that it gets written to?


  • 8.  RE: OK...Here we go again. Anyone remember this? I po

    Posted 04-28-2012 11:00
      |   view attached
    I'm not sure what you are getting at @BrettLyder. Only the SO_InvoiceHeader and Detail are wrtten on the delete plus other miscellaneous system files. Nothing particularly suspicious. Attached is a list of files modified at the time the invoice was deleted.


  • 9.  RE: OK...Here we go again. Anyone remember this? I po

    Posted 04-28-2012 11:05
    All I mean is that it's like Mas doesn't know to run that subroutine on the post delete. Mas is compiling it which is what it's not doing for me.


  • 10.  RE: OK...Here we go again. Anyone remember this? I po

    Posted 04-28-2012 11:18
    Are you sure you don't have a syntax error in the script? Maybe one that the Check button isn't catching? A syntax error is the only time that I've seen the consolidated script omit a particular event script.


  • 11.  RE: OK...Here we go again. Anyone remember this? I po

    Posted 04-28-2012 12:04
    Oh I'm sure. I took the script down to almost nothing. And added another test script on another field and only one made it to the consolidated script. I pulled the script compile program from a 4.4 installation and it worked like a charm.