Á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

...

App...

The platform enables opening any application type, such as: Word, Excel, browsers, as well as ERPs, such as Protheus, EMS, Logix.

...

The first step to use applications within platform is to define the adapter information that will be required for running the application and its command line for execution. In the second step, the application parameters are defined. The definition of these parameters allows the platform to send information that allows access to the application, such as user and password, work directory definition, etc.

 

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. Select the Control Panel feature in the main menu.

02. Access the Documents tab.

03. Access the Application option.

04. Click Add.



Add and app

...

01. In the main menu, click Control Panel, then check Technical parameters container and click Applications.

02. Click Add.

0305. Enter the Application code you want to add.

Learn more
Expandir
title
Painel

All fields must be filled out. It is an application prerequisite to register an adapter for it.

0604. Enter the description of the Application you want to add.

0705. Select the adapter.

0806. Enter the command line.

Expandirpanel
titleLearn more

In this field, you should enter the commands required for the application execution. Enter the application command line to define the parameters that will be substituted by values entered in the parameters registration. The parameters should be defined in the {$PARAM_Parameter Name} format and they should be registered in the "Parameters" tab. Platform variable parameters can be used for the command line as well as for the value of a registered parameter. 

0907. In the Parameters table, click Add.

1008. Enter the parameter name that you want to add.

1109. Enter the value for the parameter that is being added.

Expandirpanel
titleLearn more

Enter the content to be assumed by the parameter. This content can be a directly fixed value or a platform environment variable.

1210. Check if there should be variable by user.

Painel
Expandir
titleLearn more

When checked, it determines that the parameter is variable by user, allowing the user the possibility of registering this parameter values. This configuration can be modified in the User Parameters feature in User Preferences. 

1311. Check if it should have password format.

Learn more
Expandir
title
Painel

When checked, it determines that the parameter will be requested in password format on the screen, without displaying its value on the screen. 

1412. Click OK.

1513. Click Save.

Learn more
Expandir
title
Painel

The applications are used in the application document addition in platform menu import, having a field to select it.  

Alternative Path(s)

 

Edit Application

 



Edit App

...

01. Select the Application you want to edit.

...

03. Modify the application registration information.

Painel
Expandir
titleLearn more

The system does not allow you to modify the code field. 

04. Click Save. 



Delete

...

App

 

...

01. Select the Application you want to delete.

02. Click Delete.

03. Click OK.

 

 



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.

 

...