Árvore de páginas

Versões comparadas

Chave

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

...

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. Select the Delete Requests feature in the main menu From the main menu, click Processes.

02. Click Delete requests.

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

Expandir
titleLearn more

The shortcut for the Delete Requests feature is available in the main menu through the Processes icon.

...

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

...

Expandir
titleLearn more

The available query for deletion. Available options are:

  • Finished - When : when it is checked, it determines that the finished requests should be are considered for in the query.
  • Canceled - When : when it is checked, it determines that the canceled requests should be are considered for in the query. 

05. Among the available processes, select which should be considered for querying process requests that will be displayed for deletion.

Processes
Process whose requests should be considered in the query for deletion.

Expandir
titleLearn more

You can only delete requests of a single from one process at a time. 

0604. Click Search.

0705. In  In the displayed listing displayed, check the requests that you want to deletebe deleted

0806. Click  Click Confirm.

0907. In the delete confirmation message, click Confirm.

 

 

Informações
titleAttention!

This documentation is valid from update as of the 1.5.10 on. If you use an earlier version, it 11 update. Previous updates may contain different information different from than what you see in on your platform.