Árvore de páginas

Versões comparadas

Chave

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

...

The platform follows all approval rules defined for the respective document in order to confirm document approval.

 

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

...

05. To view the properties of the posted document, select View Properties.

Expandirpanel
titleLearn more

The document properties screen displays document data, such as:

  • Properties such as description, author and creation date, among other information;
  • Version/Review Approval History;
  • Document Version Specification;
  • Document Access Specification;
  • Related Document List;
  • Document Relationships.

Click here for more information on viewing document properties.

06. To view social information for the posted document, select Social Information.

Expandirpanel
titleLearn more

The social information screen shows information such as comments in the document, users that support the document, and sharing status. Click here for more details on social information.

...

01. Click on Approve Document to approve the document.

Expandirpanel
titleLearn more

The approval screen is opened upon clicking the Approve Document button. If you do not want to approve the document at this moment, click the Close button instead of the Approve Document button.

02. Select Yes or No.

Learn more
Expandir
title
Painel

Select Yes to approve the document. Or No to reject document approval.

...