Árvore de páginas

Versões comparadas

Chave

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

Index

Índice
outlinetrue
exclude.*ndex
stylenone

 


Speaking of Deleting Requests...

Only the requester, manager and administrators can delete a request. There are process requests that finished or have been canceled and, in many situations, those requests are used for querying their histories, attachments, among others. However, there are requests that will not be used after being canceled or finished. In that case, you can use this feature to delete them.

 

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

 



Deleting Requests

...

01. From the main menu, click Processes.

...

03. Define the required information to search for the request to be deleted.

Expandirpanel
titleLearn More

Required information:

Date
Start and end dates establishing a period within which process requests are queried and displayed for deletion.

Requests
Request start and end codes establishing a period within which process requests are considered for deletion.

Status
Requests status to be considered in the query for deletion. Available options are:

  • Finished: when it is checked, the finished requests are considered in the query
  • Canceled: when it is checked, the canceled requests are considered in the query.

Processes
Process whose requests should be considered in the query for deletion. You can only delete requests from one process at a time.

...

07. In the delete confirmation message, click Confirm.

 

 



Informações
titleAttention!

This documentation is valid as of the 1.5.11 update. Previous updates may contain different information than what you see on your platform.

 

...