Á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 Post Attachments in the Process...

It is common to have to attach documents, such as receipts, certificates and reports, to the processes and platform enables to add these attachments to the requests.

...

After performing some maintenance in the request attachments so that these actions are performed, you need to Run the Task or click the Save button.

 

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



...

Access attachments tab

...

01. Access the process request to which you want to add an attachment.

Learn more
Expandir
title
Painel

To add an attachment in a request, the user should be the person responsible for the request current activity or be the process manager.
You can access the process request through the Task Central. For more details about the task central, check the Task Central feature.
You can also add an attachment during the start of a new request. For more details about how to start a request, check the Start Requests feature.

02. Access the Attachments tab.

 



Add Attachment through Upload

...

...

01. Click Load files.

Learn more
Expandir
title
Painel

This button allows the user to upload the file the user wishes to attach to the request. Upload is the transfer of the file from the user's computer to the platform's server. It is required because, for an attachment to be posted, it must first be written in a file posting area.

02. Select the file(s) to be attached through Explorer.

Painel
Expandir
titleLearn more

You can drag the file when transferring it directly to the screen for posting new attachments.

03. Click Open in Explorer to start the transfer.

Learn more
Expandir
title
Painel

In order for a new attachment to take effect after being added, you need to Run the Task or click on the Save button.

Nota
titleAttention

Uploaded attachments are not automatically posted in ECM. To do so, to follow the procedure described in item Post Uploaded Attachment.

...

Alternative Path(s)

 



Add ECM Attachment

 

...

01. Click Search in ECM. 



Attachment Download

...

01. Select the Attachments tab.

02. Select the file to be downloaded.

03. Click the attachment options, on the right side of each file

04. Click on Download.

Painel

A new way to download one or more files at the same time is through the Download button, on the bar above the attachments. When you select a file, it is downloaded automatically. If you select two or more files, they are downloaded immediately, generating a zip file containing all the files that were selected to be downloaded



Post Uploaded Attachment

...

...

01. Find the uploaded attachment that you wish to post.

02. Click on More Options, located to the right of the attachment name.

03. Click Post.

Expandirpanel
titleLearn more

Documents attached to the process via upload can only be posted in ECM after they are written. In addition, users must have at least write permission for the folder in which they wish to post the attachment.

...

06. Enter a description that identifies the attachment.

07. Click on Confirm.