Árvore de páginas

Versões comparadas

Chave

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

...

Índice
outlinetrue
exclude.*ndice
stylenone

 

Speaking of Home ...

01. In the Log control window, select a user to download the respective action log.

02. In the Download column, click Download on the respective user’s line.

Expandir
titleLearn more

The downloaded user log shows all actions performed by such user in the platform.

 

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 Control panel.

...

04. View company users and each user’s log settings.

Learn more
Expandir
title
Painel

You can search for a specific user through the “Search” field located on the upper right corner of the window.

To view only users with active log, select “Only display users with active log”, located on the upper left corner of the window.

 

Alternative Paths

 

Download complete server log

...

01. In the Log control window, click Download complete server log, located on the upper left corner of the window.

Expandirpanel
titleLearn more

This option allows downloading the complete server log, containing consolidated data on every platform event, without any user distinction.

 

Enable / disable a user log

...

02. In the active Log column, enable or disable the generation of a separate user log.

Painel
Expandir
titleLearn more

ON is shown whenever this feature is enabled and OFF is shown when the feature is disabled.

After enabling this feature, if the respective user is authenticated in the platform, the log will only be generated after the next user authentication process. 

03. After enabling this feature, click Settings, located in the Settings column corresponding to the respective user, to define the user log expiration period.

04. Select the user log expiration period in the respective window.

05. Click Save.

 

Download user log

 

01. In the Log control window, select a user to download the respective action log.

02. In the Download column, click Download on the respective user’s line.

Painel

The downloaded user log shows all actions performed by such user in the platform.

 

 

 

Informações
titlePlease note!

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

...