Árvore de páginas

Versões comparadas

Chave

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

...

Índice
outlinetrue
exclude.*ndex
stylenone

 


Speaking of database converters ...

This feature allows you to perform the process of converting data from an ECM 3.0 database to the platform. The process is responsible for updating the existing data in a database to meet the needs of the platform structure

 

Estado
subtletrue
titleLearn more

...

...

<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. Access the platform with the wcmadmin user.

...

03. Click the ECM tab.

04. Click Base converter. 


Alternative paths

...


Convert database

 


01. Click Convert.

02. Once the conversion process is complete, it displays the sentence ”Conversion completed successfully”.

Learn more
Expandir
title
Painel

The converted database contains all users and passwords from the previous company.

For more details on the database conversion process, click here.

 

...




Informações
titlePlease note!

This documentation is valid as of the 1.5.11 update. Previous updates may contain different information than what you see on your platform.