Árvore de páginas

Versões comparadas

Chave

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

...

In this window, you can define a process as a favorite and copy its link, directing directly to the opening of the request.

 

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, click Processes.

...

03. In the listing of categories and subcategories of available processes, search and select the process whose request you want to start.

Painel
Expandir
titleLearn more

You can find a specific process via the Search field located in the upper left corner of the window. You can perform a search by process, category or subcategory to which the process belongs.

04. Fill out the form data, if any.

Expandirpanel
titleLearn more

The fields displayed on the form are previously defined through the Form feature, which allows you to standardize the format, availability and fields to be filled out in a certain activity.

05. Click the Details tab if you want to view more information on the process, its diagram and instructions.

Painel
Expandir
titleLearn more

A process flow diagram makes it easier to identify the current activity and check potential forward and backward flows.

06. Click the Add-ons tab if you want to add notes to the request.

Expandirpanel
titleLearn more

That tab allows recording comments on activity execution. These comments are stored in the request’s history.

...

08. Click the Attachments tab if you want to attach documents to the request.

Expandirpanel
titleLearn more

This tab allows you to attach any document type existing on fluig to the request, as well as upload new files. You can also delete existing attachments. The execution of these actions depends on the attachment security configured for the process.

...

10. Find the document and confirm.

11. Click Send.

Painel
Expandir
titleLearn more

When you click Send, the request will be created and moved to the next activity that was chosen in the Next activity field.

You can also start the process by clicking Save, which is displayed by clicking the arrow located next to Send. However, that way, the entered information is saved and the request remains in the start activity and is under the responsibility of the requester user. In order to move it to the next activity, it is necessary to go to Task Central.

12. Define the required information in the displayed window.

Painel
Expandir
titleLearn more

Next activity
Activity to which the request will be forwarded. The activities displayed in the selection box are the forward or backward activities that are configured for the respective activity.

Person in charge
User in charge of performing the activity to which the request will be forwarded. The chosen user will be the person responsible for the activity chosen in the Next activity field. In some situations, this option will not be displayed. That occurs when the activity chosen in the Next activity field has some assignment condition that does not require selection of a user, such as a pool assignment mechanism by group or role or a joint activity for all users.

Password
Password of the authenticated user that is starting the request. This field is only displayed if entering password is defined in the process as required to start a request.

Records
Time taken to start the request (expressed in hours). This field is only displayed if recording hours is defined in the process as required to start a request.

Repository
Repository that stores the digital certificate used for digitally signing the start activity of the request. This field is only displayed when the start activity of the request requires a digital signature.

Certificate
Certificate to be used for digitally signing the start activity of the request.

...

01. In the listing of categories and subcategories of available processes, search and select the process of your choosing to copy its link, directing to the opening of the request.

Painel
Expandir
titleLearn more

You can find a specific process via the Search field located in the upper left corner of the window. You can perform a search by process, category or subcategory to which the process belongs.

02. Click the Link icon for the request, located to the right of the process name.

Painel
Expandir
titleLearn more

When you click this icon, the link that directs to the process requests startup window is copied to the transfer area and can be pasted in the location of your choosing.

...

Define process as favorite

 

Painel
Expandir
titleLearn more

The purpose of defining a process as a favorite is to make it easier to locate it when you start requests later.

01. In the listing of categories and subcategories of available processes, search and select the process to be defined as favorite.

Painel
Expandir
titleLearn more

You can find a specific process via the Search field located in the upper left corner of the window. You can perform a search by process, category or subcategory to which the process belongs.

...

03. View the process in favorite processes area.

Painel
Expandir
titleLearn more

You can also view processes defined as favorites in Favorite processes.

...

02. Click the Favorite process icon, represented by a star and located to the right of the process name.

Learn more
Expandir
title
Painel

When you click this icon, the process is no longer displayed in the favorite processes area.

...