Árvore de páginas

Versões comparadas

Chave

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

...

Índice
outlinetrue
exclude.*ndice
stylenone

 


Speaking of Substitute Users...

...

It is possible to define for which processes the user will be responsible to carry out the tasks of the substituted user. It is also possible to consult the process requests in which the user participated as Manager or Substitute.

 

EstadosubtletruetitleLearn 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. In the main menu, click Control Panel.

...

04. Enter the requested information.

Learn more
Expandir
title
Painel

User who will be replaced
User from whom the tasks will be transferred to another for a defined period. The registration is completed automatically after user is selected.

User to replace
User who will be responsible for the substitute user tasks during the defined period. The registration is completed automatically after user is selected.

Start Date
The start date of the substitution period.

End Date
Date that determines the end period during which substitution occurs.

Replace user in
Process for which the substitution will be valid. The available options are:

  • All processes: when selected, determines that the substitution will be valid for all processes and documents.
  • Selected processes: when selected, determines that the substitution will be valid only for specific processes. The definition of processes that the substitute will assume, is done through the “Configure” button, located next to the field.

05. Click Configure.

Painel
Expandir
titleLearn more

This button will only be enabled when the selected option in the field “Replace the user” is “Selected Processes”.

06. On the chart Available Processes, select the processes that should be considered in the substitution and drive the arrow to the right side to send it to the Selected Processes chart.

Painel
Expandir
titleLearn more

To remove a process from “Selected Processes”, just select it and drive the arrow to the left side to return it to “Available Processes” and then do not consider it in the replacement.

07. Click Confirm.

Painel
Expandir
titleLearn more

This step is only necessary when making the selection of processes to be considered in the substitution.

08. Click Save. 


Alternative Path(s)

 


Edit Substitute User

 


01. Select the substitute user to be edited.

...

03. Change the desired information.

Learn more
Expandir
title
Painel

It is possible to change the dates that comprise the substitution period and the processes to be considered. The platfom does not allow you to modify the substituted user and the substitute user. If it is necessary to change that, a new substitute user record must be created. 

04. Click Save. 


Delete Substitute User

 


01. Select the substitute user to be deleted.

02. Click Delete.

03. Click Confirm.

 

 



Informações
titlePlease note!

This documentation is valid from the 1.5.10 update. If you use a previous update, it may contain information different from what you see on your platform.

 

...