Árvore de páginas

Versões comparadas

Chave

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

Index 

Índice
outlinetrue
exclude.*ndice
stylenone

 


Speaking of volumes...

The platform allows posted documents to be stored in different volumes according to the system administrator’s settings, in order to optimize the distribution of physical documents.

...

The Default volume is used for document folders, private folders, data on learning, evaluations, contents and workflow processes not associated with specific volumes. Default volumes cannot be deleted because they are standard platform volumes. This volume contains all physical folders.

 

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

 



View volumes

...

01. Access the platform with the wcmadmin user name.

02. From  In the main menu, click on Control panel.

03. Click the General tab.

04. Click Control Panel, then check General container and click Volumes.

0503. View all volumes available for each company. 

Alternative paths

 



Add volume

...

...

01. In the Volumes window, select the company for which a new volume will be added.

...

03. Enter the requested information.

Expandirpanel
titleLearn more

The requested information is:
Code
New volume identification code.
Volume type
Type of volume created, based on its respective purpose. Available types:
 Document;
 My documents;
 Workflow attachment;
 Available.
Physical directory
Physical directory where the volume will be located.
Maximum size (Mb)
Maximum volume size.

04. Click on Save.

...

 


Edit volume

...

...

01. In the Volumes window, select the company volume to be edited.

...

04. Make the desired changes.

Learn more
Expandir
title
Painel

More information on displayed fields is available in the Add volume alternative path.

05. Click on Save.

...

 


Delete volume

 

...

01. In the Volumes window, select the company volume to be deleted.

...

04. Click Confirm in the pop-up window to delete the volume.

 

 



Informações
titlePlease note!

This documentation is valid from the 1.6.5 .10 update - Liquid. If you use a previous update, it may contain information different from what you see on your platform.

 

...