Window: Dashboard Content
[Created: 09/07/2007 - Updated: 12/09/2013 ]
Description:
Help:

Tab: Dashboard Content
[Created: 09/07/2007 - Updated: 10/05/2021 ]
Description:
Help:
Tab Level: 0
Table 10: Dashboard Content - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | pa_dashboardcontent.AD_Client_ID numeric(10) Table Direct |
| Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | pa_dashboardcontent.AD_Org_ID numeric(10) Table Direct |
| Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | pa_dashboardcontent.Name character varying(120) String |
| Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. | pa_dashboardcontent.IsActive character(1) Yes-No |
| Column No | Dashboard content column number | Dashboard content column number, not used by the swing tenant at the moment. | pa_dashboardcontent.ColumnNo numeric(10) Integer |
| Line No | Unique line for this document | Indicates the unique line for a document. It will also control the display order of the lines within a document. | pa_dashboardcontent.Line numeric Number |
| Description | Optional short description of the record | A description is limited to 255 characters. | pa_dashboardcontent.Description character varying(255) String |
| Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | pa_dashboardcontent.Help character varying(2000) Text |
| HTML | pa_dashboardcontent.HTML text Text | ||
| Gadget URI | URI for Dashboard Gadget | URI for Dashboard Gadget. This can be absolute path to a zul file or an unique gadget id which is instantiated through OSGi factory services. | pa_dashboardcontent.ZulFilePath character varying(255) String |
| Goal | Performance Goal | The Performance Goal indicates what this users performance will be measured against. | pa_dashboardcontent.PA_Goal_ID numeric(10) Table Direct |
| Goal Display | Type of goal display on dashboard | Display goal on dashboard as html table or graph. | pa_dashboardcontent.GoalDisplay character(1) List |
| Window | Data entry or display window | The Window field identifies a unique Window in the system. | pa_dashboardcontent.AD_Window_ID numeric(10) Table Direct |
| Process | Process or Report | The Process field identifies a unique Process or Report in the system. | pa_dashboardcontent.AD_Process_ID numeric(10) Table Direct |
| Embed Report Content | Embed report content into dashboard | pa_dashboardcontent.IsEmbedReportContent character(1) Yes-No | |
| Process Parameters | Comma separated process parameter list | A list of name value pair process parameter separated by comma | pa_dashboardcontent.ProcessParameters character varying(2000) String |
| Chart | pa_dashboardcontent.AD_Chart_ID numeric(10) Table Direct | ||
| Print Format | Data Print Format | The print format determines how data is rendered for print. | pa_dashboardcontent.AD_PrintFormat_ID numeric(10) Table Direct |
| Status Line | pa_dashboardcontent.AD_StatusLine_ID numeric(10) Table Direct | ||
| Maximizable | pa_dashboardcontent.IsMaximizable character(1) Yes-No | ||
| Show Title | pa_dashboardcontent.IsShowTitle character(1) Yes-No | ||
| Collapsible | Flag to indicate the state of the dashboard panel | Flag to indicate the state of the dashboard panel (i.e. collapsible or static) | pa_dashboardcontent.IsCollapsible character(1) Yes-No |
| Collapsed By Default | Flag to set the initial state of collapsible field group. | pa_dashboardcontent.IsCollapsedByDefault character(1) Yes-No | |
| Show in Dashboard | Show the dashlet in the dashboard | pa_dashboardcontent.IsShowInDashboard character(1) Yes-No | |
| Show on Login | pa_dashboardcontent.IsShowinLogin character(1) Yes-No |
Tab: Dashboard Content Access
[Created: 02/09/2013 - Updated: 16/09/2021 ]
Description:
Help:
Tab Level: 1
Table 20: Dashboard Content Access - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | pa_dashboardcontent_access.AD_Client_ID numeric(10) Table Direct |
| Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | pa_dashboardcontent_access.AD_Org_ID numeric(10) Table Direct |
| Dashboard Content | pa_dashboardcontent_access.PA_DashboardContent_ID numeric(10) Table Direct | ||
| User/Contact | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | pa_dashboardcontent_access.AD_User_ID numeric(10) Search |
| Role | Responsibility Role | The Role determines security and access a user who has this Role will have in the System. | pa_dashboardcontent_access.AD_Role_ID numeric(10) Table Direct |
| Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. | pa_dashboardcontent_access.IsActive character(1) Yes-No |
Tab: Translation
[Created: 05/12/2010 - Updated: 27/10/2024 ]
Description:
Help:
Tab Level: 1
Table 30: Translation - Fields
Table: Report Parameters
| Name | Description | Help | Technical Info |
|---|---|---|---|
| Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | pa_dashboardcontent_trl.AD_Client_ID numeric(10) Table Direct |
| Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | pa_dashboardcontent_trl.AD_Org_ID numeric(10) Table Direct |
| Dashboard Content | pa_dashboardcontent_trl.PA_DashboardContent_ID numeric(10) Table Direct | ||
| Language | Language for this entity | The Language identifies the language to use for display and formatting | pa_dashboardcontent_trl.AD_Language character varying(6) Table |
| Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. | pa_dashboardcontent_trl.IsActive character(1) Yes-No |
| Translated | This column is translated | The Translated checkbox indicates if this column is translated. | pa_dashboardcontent_trl.IsTranslated character(1) Yes-No |
| Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | pa_dashboardcontent_trl.Name character varying(120) String |
| Description | Optional short description of the record | A description is limited to 255 characters. | pa_dashboardcontent_trl.Description character varying(255) String |
| Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | pa_dashboardcontent_trl.Help character varying(2000) Text |
| HTML | pa_dashboardcontent_trl.HTML text Text |