Árvore de páginas

Versões comparadas

Chave

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

...

It is possible to customize the queries requests presentation and to decide in which columns or fields of the form, related to the selected process, must be submitted, as well as the order in which it will be presented, by which column the order requests should be made, and if sorting will be ascending or descending. This customization facilitates and expedites queries, the decision-making, and the task movements.

 

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, press Task Central.

...

04. Enter the requested information to define which filter to apply on viewing requests.

Learn more
Expandir
title
Painel

Filter form fields vary according to the respective task type.

Process Tasks

Request
If the fields related to the request number have been completed, the filter will display process requests covered within the entered range. Example: by entering 1000 to 2000, the filter results will display all process requests with numbers within such range, which could result in a request of process ‘X’ under number 1359.
Requester
If completed, the filter will display only the process requests opened by the selected user.
Process

If completed, the filter will display only the process requests for the selected process.
Start Date
If completed, the filter will display only process the requests created within the entered range. Such range is defined based on relative dates, such as ‘tomorrow’, ‘this week’, or ‘last month’. Example: upon entering ‘This Month’, the filter will display all process requests created between the first and last days of the current month.
Deadline
If completed, the filter will display only process requests with completion deadlines within the entered range. Such range is defined based on relative dates, such as ‘tomorrow’, ‘this week’, or ‘last month’. Example: upon entering ‘This Month’, the filter will display all process requests with deadlines between the first and last days of the current month.
Person Responsible For
If completed, the filter will only display process requests in which the selected user is the person responsible for executing current activities.
Location
If completed, the filter will display only process requests available at the entered location.
Identifier
If completed, the filter will display only process requests containing the entered identifier.

Document Tasks

Code
If the fields related to the document code have been completed, the filter will only display documents within the entered range. Example: by entering 1000 to 2000, the filter will display all documents with codes within such range, which could result in document ‘X’ under number 1359.
Description
If completed, the filter will only display documents containing the entered description.
Version/Review
If completed, the filter will only display documents with the entered version/review.
Author
If completed, the filter will only display documents from the entered author.
Update
If completed, the filter will only display documents with respective update dates within the entered range. Such range is defined based on relative dates, such as ‘tomorrow’, ‘this week’, or ‘last month’. Example: upon entering ‘This Month’, the filter will display all documents with update dates between the first and last days of the current month.

05. Click on Select Visible Columns.

Expandirpanel
titleLearn more

It is only possible to configure the filters visible columns which will be applied to processes, therefore it is not necessary to enter the process to be considered in the filter before you configure them.

...

02. Change the desired information on the applied filter.

Painel
Expandir
titleLearn more

Additional information about the fields can be found in Basic Path. 

03. Click Filter.

Expandirpanel
titleLearn more

Upon clicking Filter, it will be presented requests considering changes done in the filter. 

...

02. Enter the filter name to be saved.

03. Click Save.

Painel
Expandir
titleLearn more

Upon clicking Save, the filter applied will be presented within the framework of saved filters, located in the upper left corner of the window, and can be used again later. 

...

01. On the screen that shows the results for applied filter, click Clear filter.

Learn more
Expandir
title
Painel

Upon clicking Clear filter, the filter set will no longer be considered and all existing requests will be presented. 

...