Scripting

  • 1.  I'm toying with a script to run rebuild key files

    Posted 10-23-2017 08:34
    I'm toying with a script to run rebuild key files in mass (so we can walk away), but when I try the lines bellow it says ""the module code is required"". I took this to mean I need to add the module code to the param section though I cant seem to get any success at all with that, does anyone have an idea (also if I remove the task entirely it works though I need to enter the parameters). sUI = ""SY_rebuild_UI"" 'window code Task = ""0000000006"" 'company key r = oss.NinvokeProgram(sUI,Task)


  • 2.  RE: I'm toying with a script to run rebuild key files

    Posted 10-24-2017 05:53
    Is it just looking for the Accounting Date? Something like this: retVal = oSS.nSetDate(""S/O"",""20171024"") retVal = oSS.nSetModule(""S/O"")


  • 3.  RE: I'm toying with a script to run rebuild key files

    Posted 10-24-2017 05:59
    Sadly no luck there, I'm thinking there is a way to assign the value of the module (in utility) but I haven't had any luck doing so.