Version Differences for Frequently Asked Questions

(Manual URL Access)
(Added in numerous URLs)
Line 66:
  There are some cases in anthillpro where you may need to manually access a URL to gain control of an object. Some examples of this could include trying to gain access to an inactive workflow, trying to view an inactive buildlife, trying to control an inactive project that cannot be located, etc. In order to do this, instead of trying to hunt & navigate through the UI it is entirely possible to ''directly access the object by customizing your anthillpro URL''. Listed below are some of the more common URL accesses.    There are some cases in anthillpro where you may need to manually access a URL to gain control of an object. Some examples of this could include trying to gain access to an inactive workflow, trying to view an inactive buildlife, trying to control an inactive project that cannot be located, etc. In order to do this, instead of trying to hunt & navigate through the UI it is entirely possible to ''directly access the object by customizing your anthillpro URL''. Listed below are some of the more common URL accesses. 
       
- <table border=2 align=center>   + <table border=2 align=center cellspacing=4 cellpadding=4>  
  <tr>    <tr> 
  <th bgcolor=black><font color=white>Object</font></th>    <th bgcolor=black><font color=white>Object</font></th> 
Line 72:
  </tr>    </tr> 
  <tr>    <tr> 
    + <td align=center>Build Life</td>  
    + <td align=left><font face=monospace>/tasks/project/BuildLifeTasks/viewBuildLife?buildLifeId=XXX</font></td>  
    + </tr>  
    + <tr>  
    + <td align=center>Build Request</td>  
    + <td align=left><font face=monospace>/tasks/project/BuildRequestTasks/viewBuildRequest?buildRequestId=XXX</font></td>  
    + </tr>  
    + <tr>  
    + <td align=center>Job Trace</td>  
    + <td align=left><font face=monospace>/tasks/jobs/JobTasks/viewBuildSummary?job_trace_id=XXX</font></td>  
    + </tr>  
    + <tr>  
    + <td align=center>Job Trace (Miscellaneous)</td>  
    + <td align=left><font face=monospace>/tasks/jobs/JobTasks/viewPlainJobTrace?job_trace_id=XXX</font></td>  
    + </tr>  
    + <tr>  
    + <td align=center>Job Trace (Operational)</td>  
    + <td align=left><font face=monospace>/tasks/jobs/JobTasks/viewOperationsSummary?job_trace_id=XXX</font></td>  
    + </tr>  
    + <tr>  
  <td align=center>Project</td>    <td align=center>Project</td> 
  <td align=left><font face=monospace>/tasks/admin/project/ProjectTasks/viewProject?projectId=XXX</font></td>    <td align=left><font face=monospace>/tasks/admin/project/ProjectTasks/viewProject?projectId=XXX</font></td> 
    +  
    +  
Line 78:
    + <td align=center>Project Dashboard</td>  
    + <td align=left><font face=monospace>/tasks/project/WorkflowTasks/viewDashboard?workflowId=XXX</font></td>  
    + </tr>  
    + <tr>  
  <td align=center>Workflow</td>    <td align=center>Workflow</td> 
  <td align=left><font face=monospace>/tasks/admin/project/workflow/WorkflowTasks/viewWorkflow?workflowId=XXX</font></td>    <td align=left><font face=monospace>/tasks/admin/project/workflow/WorkflowTasks/viewWorkflow?workflowId=XXX</font></td> 
    + </tr>  
    + <tr>  
    + <td align=center>Workflow Dashboard</td>  
    + <td align=left><font face=monospace>/tasks/project/WorkflowTasks/viewDashboard?workflowId=XXX</font></td>  
    + </tr>  
    + <tr>  
    + <td align=center>WorkflowCase (Operational)</td>  
    + <td align=left><font face=monospace>/tasks/project/WorkflowCaseTasks/viewWorkflowCase?workflow_case_id=XXX</font></td>  
  </tr>    </tr> 
  </table>    </table>