Want to get rid of Google Ads, click here.
  • Section Widget

  • Recent Article Comments Widget

    drjf4

    I have picked up a copy of the new book. (Also own a copy of the 6.2 version.) I have started... Go to last post

    New book by Mike Sanders: Service Manager 9 Tailoring Techniques

    drjf4 on 2012-02-03
  • How to start a background process from JavaScript

    Following JavaScript will start a background process.

    Code:
     
    function startProcess(processName)
    { 
    var rteReturnValue = new SCDatum(); var rteNames = new SCDatum(); rteNames.push("name"); var rteValues = new SCDatum(); rteValues.setType(8); rteValues=system.functions.insert(rteValues, 0, 1, processName); system.functions.rtecall("callrad",
    rteReturnValue, "scheduler.start", //RAD app name rteNames, rteValues, false); //false to run in same thread, true to run in new thread
    return true;
    }
  • Google search

    Google
     
  • Support ServiceCenter Resources - Make a donation

    Acceptance Mark