Tuesday, July 9, 2013

Accela Add New Event


  1. Enable event in AA Admin --- Events --- Events and associate it with the appropriate script
  2. Add EMSE activation code to AA Admin --- Standard Choices --- Event Name EMSE to EMSE 
    1. ContactAddAfter
    2. true ^ branch("CAA:" + appTypeArray[0] + "/*/*/*")
    3. true ^ branch("CAA:" + appTypeArray[0] + "/" + appTypeArray[1] + "/*/*")
    4. true ^ branch("CAA:" + appTypeArray[0] + "/" + appTypeArray[1] + "/" + appTypeArray[2] + "/*")
  3. Add standard Choice catch --- CAA:Enforcement/Vacant Property/NA/NA
    1. true ^ showDebug = false, showMessage = false;
    2. isTaskActive("Property Remediation") && contactType =="Property Remediation Vendor" ^ updateTask("Property Remediation","Vendor Contacted","Closed by CAA Script","Closed by CAA Script");  updateAppStatus("Remediation","Updated by CAA Script");

No comments:

Post a Comment