View source | Discuss this page | Page history | Printable version   

ERP/3.0/Developers Guide/Database Model/org.openbravo.client.myob/OBKMO Widget Class

This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
Back button.png   Back to ERP/3.0/Developers Guide/Database Model/org.openbravo.client.myob


Contents

OBKMO_Widget_Class

This table contains the following columns:

Name Nullable Data Type Description


Isactive No CHAR (1) 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 reporting. There are two reasons for de-activating and not deleting records:

(1) The system requires the record for auditing purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are existing invoices for it. By de-activating the Business Partner you prevent it from being used in future transactions.

Allow_Anonymous_Access No CHAR (1) Determines that the widget class will be available to all users regardless of the roles with access to this class.
Author_Msg Yes VARCHAR (255) It is a message the widget author can define. It will be shown in the widget about information.
Author_Url Yes VARCHAR (2000) It is the widget author URL which will be shown in the widget about information box.
Available_In_Workspace No CHAR (1) When this field is checked, the widget will be available in the "Add Widget" drop down menu to include it in the workspace.
CAN_Maximize Yes CHAR (1) When is true, the maximize button appears in the widget's header toolbar, next to the menu options
AD_Client_ID No VARCHAR (32) A Client is a company or a legal entity. You cannot share data between Clients.
Createdby No VARCHAR (32) The Created By field indicates the user who created this record.
Created No TIMESTAMP (7) The Created field indicates the date that this record was created.
Accesslevel No VARCHAR (60) Indicates what type of data (in terms of AD_CLIENT and AD_ORG data columns) can be entered or viewed. We can classify data in 4 major categories:

- System (AD_CLIENT_ID=0, AD_ORG_ID=0) - system data (such as metadata for window, tab and field definition) - Organization (AD_CLIENT<>0, AD_ORG_ID<>0) - data particular to an organization (such as sales orders) - Client/Organization (AD_CLIENT<>0, AD_ORG_ID=anything) - data particular to an organization or shared among all organizations within one client - Client (AD_CLIENT<>0, AD_ORG_ID=0) - data that is specific to a client but can be used by all organizations within that client

or All (AD_CLIENT=anything, AD_ORG_ID=anything)

Description Yes NVARCHAR (255) A description is limited to 255 characters.
Height No DECIMAL Height in pixels the widget will be represented with.
Javaclass Yes VARCHAR (255) Java Class implementing the widget
AD_Module_ID No VARCHAR (32) Indicates the module the element forms part of.
OBKMO_Widget_Class_ID No VARCHAR (32) Identifies a widget class definition
AD_Org_ID No VARCHAR (32) An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations.
IsSuperclass No CHAR (1) A Superclass widget is an implementation that can be used by other widget classes so it is not necessary to develop the java class.
Updated No TIMESTAMP (7) The Updated field indicates the date that this record was updated.
Updatedby No VARCHAR (32) The Updated By field indicates the user who updated this record.
Widget_Superclass_ID Yes VARCHAR (32) Identifies the Superclass widget used by this widget class.
Title No NVARCHAR (60) Widget Title is the text that is shown in the widget bar at Workspace tab.

Columns

Active



top


Allow_Anonymous_Access



top


Author_Msg



top


Author_Url



top


Available_In_Workspace



top


Can Maximize



top


Client


Foreign key column to AD_Client table, (column: AD_Client_ID) It has a validation "AD_Client Security validation", with the following code

AD_Client.AD_Client_ID in (@#User_Client@)

top


Created By


Foreign key column to AD_User table, (column: AD_User_ID)

top


Creation Date



top


Data Access Level


List values: AD_Table Access Levels

The allowed values for this list are:

top


Description



top


Height



top


Java Class



top


Module


Foreign key column to AD_Module table, (column: AD_Module_ID) It has a validation "Ad_Module_ID IsInDevelopment", with the following code

IsInDevelopment = 'Y' and type != 'T'

top


OBKMO_Widget_Class_ID



top


Organization


Foreign key column to AD_Org table, (column: AD_Org_ID) It has a validation "AD_Org Security validation", with the following code

(@AD_Client_ID@='0' AND AD_Org.AD_Org_ID='0') OR (@AD_Client_ID@!='0' AND ((AD_Org.AD_Client_ID IN (@#User_Client@) AND AD_Org.AD_Org_ID IN (@#User_Org@)) OR AD_Org.AD_Org_ID='0' AND AD_Org.IsSummary='N'))

top


Superclass



top


Updated



top


Updated By


Foreign key column to AD_User table, (column: AD_User_ID)

top


Widget Superclass


Foreign key column to OBKMO_Widget_Class table, (column: OBKMO_Widget_Class_ID)

top


Widget Title


top


Other Info

Check Constraints

These are the check constraints for this table:

top

Back button.png   Back to org.openbravo.client.myob

Retrieved from "http://wiki.openbravo.com/wiki/ERP/3.0/Developers_Guide/Database_Model/org.openbravo.client.myob/OBKMO_Widget_Class"

This page has been accessed 3,353 times. This page was last modified on 22 August 2023, at 09:32. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.