ERP/3.0/Developers Guide/Database Model/org.openbravo.model.externalbpartner/C ExtBP Config Filter
C_ExtBP_Config_Filter
- Name:C_ExtBP_Config_Filter
- Classname:C_ExtBP_Config_Filter
This table contains the following columns:
Name | Nullable | Data Type | Description
|
AD_Reference | No | VARCHAR (60) | The Reference indicates the type of reference field |
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. |
AdvancedFilterSeqno | Yes | DECIMAL (10,0) | |
Allowsorting | No | CHAR (1) | If checked, the column will be sortable. By default every column is sortable. If it is unchecked, the column will not be sortable. |
C_Extbp_Config_Filter_ID | No | VARCHAR (32) | Filters for CRM Connector. The filter has a defined type and it's linked to one or many properties |
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. |
Isdefault | No | CHAR (1) | The Default Checkbox indicates if this record will be used as a default value. |
C_Extbp_Config_ID | No | VARCHAR (32) | Configuration to connect to the CRM system API, and which also defines the properties and filters used by Openbravo to map with the external system information. |
Filtericon | Yes | VARCHAR (32) | |
IsAdvancedFilter | No | CHAR (1) | |
IsMainFilter | No | CHAR (1) | This field indicates if an external business partner filter is shown in the main window |
IsScanIdentifier | No | CHAR (1) | When an scanning is executed this filter will be used by CRM connector |
Isselectorfilter | No | CHAR (1) | |
AD_Message_ID | Yes | VARCHAR (32) | Information and Error messages |
Mincharacters | Yes | DECIMAL | |
Name | No | NVARCHAR (60) | A more descriptive identifier (that does need to be unique) of a record/document that is used as a default search option along with the search key (that is unique and mostly shorter). It is up to 60 characters in length. |
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. |
Seqno | Yes | DECIMAL (10,0) | The grid configuration which has the highest sequence number will be the one which applies. |
Text | Yes | NVARCHAR (2000) | The Text field stores the user entered information. |
Istranslatable | No | CHAR (1) | |
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. |
Columns
AD_Reference
- Physical column name: AD_Reference
- Property Name: reference
- Reference: List
List values: CRM Filters
The allowed values for this list are:
- CH (CheckBox)
- C (Combo)
- I (Input)
- D (Date)
Active
- Physical column name: Isactive
- Property Name: active
- Reference: YesNo
- Default value: Y
AdvancedFilterSeqno
- Physical column name: AdvancedFilterSeqno
- Property Name: advancedFilterSeqno
- Reference: Integer
Allow Sorting
- Physical column name: Allowsorting
- Property Name: allowSorting
- Reference: YesNo
- Default value: N
C_Extbp_Config_Filter_ID
- Physical column name: C_Extbp_Config_Filter_ID
- Property Name: id
- Reference: ID
Client
- Physical column name: AD_Client_ID
- Property Name: client
- Reference: TableDir
Foreign key column to AD_Client table, (column: AD_Client_ID)
Created By
- Physical column name: Createdby
- Property Name: createdBy
- Reference: Search
Foreign key column to AD_User table, (column: AD_User_ID)
Creation Date
- Physical column name: Created
- Property Name: creationDate
- Reference: DateTime
- Default value: SYSDATE
Default
- Physical column name: Isdefault
- Property Name: default
- Reference: YesNo
- Default value: N
Callout: SL_IsDefault
This column has a callout associated.
It is implemented by [1] Java Class.
External Business Partner Integration Configuration
- Physical column name: C_Extbp_Config_ID
- Property Name: externalBusinessPartnerIntegrationConfiguration
- Reference: TableDir
- This column is a child for a business object (is Parent)
Foreign key column to C_ExtBP_Config table, (column: C_Extbp_Config_ID)
Filtericon
- Physical column name: Filtericon
- Property Name: filtericon
- Reference: String
IsAdvancedFilter
- Physical column name: IsAdvancedFilter
- Property Name: isAdvancedFilter
- Reference: YesNo
- Default value: N
IsMainFilter
- Physical column name: IsMainFilter
- Property Name: isMainFilter
- Reference: YesNo
- Default value: N
IsScanIdentifier
- Physical column name: IsScanIdentifier
- Property Name: isScanIdentifier
- Reference: YesNo
- Default value: N
Isselectorfilter
- Physical column name: Isselectorfilter
- Property Name: isselectorfilter
- Reference: YesNo
- Default value: N
Message
- Physical column name: AD_Message_ID
- Property Name: message
- Reference: OBUISEL_Selector Reference
Foreign key column to AD_Message table, (column: AD_Message_ID)
Mincharacters
- Physical column name: Mincharacters
- Property Name: mincharacters
- Reference: Integer
Name
- Physical column name: Name
- Property Name: name
- Reference: String
- This column is part of the table's identifier
Organization
- Physical column name: AD_Org_ID
- Property Name: organization
- Reference: TableDir
Foreign key column to AD_Org table, (column: AD_Org_ID)
Sequence Number
- Physical column name: Seqno
- Property Name: sequenceNumber
- Reference: Integer
Text
- Physical column name: Text
- Property Name: text
- Reference: String
Translatable
- Physical column name: Istranslatable
- Property Name: translatable
- Reference: YesNo
- Default value: Y
Updated
- Physical column name: Updated
- Property Name: updated
- Reference: DateTime
- Default value: SYSDATE
Updated By
- Physical column name: Updatedby
- Property Name: updatedBy
- Reference: Search
Foreign key column to AD_User table, (column: AD_User_ID)
Other Info
Check Constraints
These are the check constraints for this table:
- C_EXTBPCONFFIL_ACTIVE_CH: ISACTIVE IN ('Y', 'N')
- C_EXTBPCONFFIL_ADVFILT_CH: ISADVANCEDFILTER IN ('Y', 'N')
- C_EXTBPCONFFIL_DEFAULT_CH: ISDEFAULT IN ('Y', 'N')
- C_EXTBPCONFFIL_ISTR_CH: ISTRANSLATABLE IN ('Y', 'N')
- C_EXTBPCONFFIL_MAINFILT_CH: ISMAINFILTER IN ('Y', 'N')
- C_EXTBPCONFFIL_SORT_CH: ALLOWSORTING IN ('Y', 'N')
- C_EXTBPCONFFIL_TRMSG_CH: ISTRANSLATABLE = 'N' OR AD_MESSAGE_ID IS NOT NULL AND ISTRANSLATABLE = 'Y'
- C_EXTBPCONFFIL_TXTMSG_CH: TEXT IS NOT NULL OR ISTRANSLATABLE = 'Y'