Páginas filhas
  • Tables - Backoffice Dashboard

Versões comparadas

Chave

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

01. OVERVIEW

Aviso
titleNote:

This feature is available from release 12.1.33 onwards.

The Backoffice Dashboard uses a set of tables that define the basic organization of the data, such as the structure of tables, names, the characteristics of each field, etc. The data dictionary resource offers System customization flexibility.

In some of these tables, maintenance is carried out by the Configurator environment in the Data Dictionary menu. Some data are of system internal control; therefore, no intervention is possible.

02. EXAMPLE OF USE

Deck of Cards
idTabelas e Campos:
effectTypefade
Card
id1
labelTable A1N
effectTypefade

A1N - Card Type

Field

Description

A1N_FILIAL

System Branch  

A1N_ID

Panel Type ID

A1N_PANSER

Panel Service

A1N_FLDSER

Fields Service

A1N_ITSER

Items Service

A1N_CABSER

Header Service

A1N_TITULO

Title

A1N_CUSTOM

Customized?

Card
id2
labelTable A1O
effectTypefade

A1O - Dashboard Panels

Field

Description

A1O_TITLE

System Branch

A1O_TITLE

Title

A1O_DETALH

Details

A1O_INFO1

Information 01

A1O_INFO2

Information 02

A1O_INFO3

Information 03

A1O_INFO4

Information 04

A1O_CAMPOS

Fields

A1O_EXPFIL

Expression Filter

A1O_ENDFIL

EndPoint Filter

A1O_STATUS

Status

A1O_TPANID

Panel Type ID

A1O_LABEL1

Label 01

A1O_LABEL2

Label 02

A1O_LABEL3

Label 03

A1O_LABEL4

Label 04

A1O_ID

Identification ID

A1O_FILTRO

Display Filter

A1O_HELP

Card Help

Card
id3
labelTable A1P
effectTypefade

A1P - Chart Type

Field

Description

A1P_FILIAL

System Branch  

A1P_ID

Identification ID

A1P_SRVFOR

Form Service  

A1P_SRVDAT

Data Service

A1P_SRVFIL

Filter Service

A1P_TITULO

Title

A1P_MAXNIV

Maximum Level

A1P_ITSERV

Service Item

A1P_CUSTOM

Customized?

Card
id4
labelTable A1Q
effectTypefade

A1Q - Dashboard Charts

Field

Description

A1Q_FILIAL

System Branch  

A1Q_IDTIPO

Chart Type ID

A1Q_TITULO

Title

A1Q_JSON

JSON Form

A1Q_ID

Identification ID

A1Q_HELP

Chart Help

Card
id5
labelTable A1R
effectTypefade

A1R - Views

Field

Description

A1R_FILIAL

System Branch  

A1R_ID

Identification ID

A1R_TITULO

Title

A1R_DESCRI

View Description

A1R_CARDS

Cards of View

A1R_GRAPHI

Charts of View

A1R_USERS

Users

A1R_GRUPOS

Groups

A1R_STATUS

Status

03. OTHER INFORMATION

  • None available.

04. RELATED TOPICS

HTML
<!-- esconder o menu --> 


<style>
div.theme-default .ia-splitter #main {
    margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
    display: none;
}
#main {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}

.aui-header-primary .aui-nav,  .aui-page-panel {
    margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
    margin-left: 0px !important;
}
</style>