Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

The Tasks in Consensus option shows all tasks originated in process requests, but which do not depend solely on a single user. They are tasks that depend on the consensus of multiple employees, whereas one of the individuals responsible for the task is the respective user.

 

Estado
subtletrue
titleLearn more

HTML
<a id="toggleAll" href="#" >Expand/hide additional information. </a>
 <script type="text/javascript">
 
 var abertos = 0;
 var fechados = 0;
 function contador() {
    abertos = 0;
    fechados = 0;
    jQuery(".expand-control").each( function() {
		if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
           	fechados++;
        } else {
        	abertos++;
        }
    });
 }
 AJS.toInit(function() {
 
    contador();
	var soma = abertos + fechados;
	$("#toggleAll").html('Expand/hide ' + soma  + ' additional information.');

    AJS.$('#toggleAll').click(function() {
        contador();
        if (abertos >= fechados) {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className == "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        } else {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        }
    });
});
 </script>

Basic Path

 

01. From the main menu, click Task Central.

02. Click on the Tasks in Consensus tab.

Expandirpanel
titleLearn more

This option shows all tasks originated from process requests that depend on consensus, in which one of the individuals in charge is the respective user, who has already submitted his/her decision.

...

01. To view request details, select the Process Details tab.

Expandirpanel
titleLearn more

This tab shows general information and details such as location, person responsible and deadline of task, in addition to allowing changes to be made to the consensus decisions, if necessary. 

02. Select the Annotations tab to view the annotations.

Learn more
Expandir
title
Painel

The Annotations tab shows a history of annotations with time spent on this request. This tab will only be available if the process has some activity that requires annotations. 

03. Select the History tab to view the history.

Expandirpanel
titleLearn more

The History tab shows a history divided by the request movement sequences, with information such as activity, person responsible, date and observations of movements, is displayed. By standard, only the last movement displays its details. To display the details of another movement, just click it. It is also possible to display the details of all movements by clicking the Display All option. 

04. Select the Attachments tab to view the attachments.

Painel
Expandir
titleLearn more

The Attachments tab shows all attachments included in the request. When clicking on one of the attachments, it will be opened if the user has due permission. 

05. Select the Form tab to view the main form.

Expandirpanel
titleLearn more

The Form tab shows the request form, which displays all data completed upon request. This tab will only be available if the process has any linked form configured. 

06. Select the Process tab to view the process flow. 

Painel
Expandir
titleLearn more

The Processes tab shows the process flow chart, facilitating identification of current activity and verification of potential progress and regress flows. 

...

02. Click on Make or Change Decision to change the respective request.

Learn more
Expandir
title
Painel

Upon clicking on Make or Change Decision, the task must be finished again after all desired changes are applied. If you do not want to change it, click Close. 

...