Árvore de páginas

Versões comparadas

Chave

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

Index 

Índice
outlinetrue
exclude.*ndice
stylenone

 

Speaking of Substitute Users...

This substitute user feature enables, for a certain period, a (substitute) user to perform the tasks of another user (substituted). The registration of various substitutes for a given original user is permitted, even if it is for the same period. However, a user can only be a substitute of the same source user once.

...

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.

...

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.

...

Expandir
titleLearn more

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.

...