Skip to main content

Window: Attribute

[Created: 06/05/2003 - Updated: 02/01/2000 ]
Description: Product Attribute
Help: Product Attribute like Color, Size, etc.

Tab: Attribute

[Created: 05/05/2003 - Updated: 02/01/2000 ]
Description: Product Attribute
Help: Product Attribute like Color, Size, etc. If it is an Instance Attribute, all products have the same value.
Tab Level: 0

Table 10: Attribute - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.m_attribute.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.m_attribute.AD_Org_ID numeric(10)
Table Direct
NameAlphanumeric identifier of the entityThe 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.m_attribute.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.m_attribute.Description character varying(255)
String
ActiveThe record is active in the systemThere 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.m_attribute.IsActive character(1)
Yes-No
MandatoryData entry is required in this columnThe field must have a value for the record to be saved to the database.m_attribute.IsMandatory character(1)
Yes-No
Attribute Value TypeType of Attribute ValueThe Attribute Value type determines the data/validation typem_attribute.AttributeValueType character(1)
List
Instance AttributeThe product attribute is specific to the instance (like Serial No, Lot or Guarantee Date)If selected, the individual instance of the product has this attribute - like the individual Serial or Lot Numbers or Guarantee Date of a product instance. If not selected, all instances of the product share the attribute (e.g. color=green).m_attribute.IsInstanceAttribute character(1)
Yes-No
ReferenceSystem Reference and ValidationThe Reference could be a display type, list or table validation.m_attribute.AD_Reference_ID numeric(10)
Table
Reference KeyRequired to specify, if data type is Table or ListThe Reference Value indicates where the reference values are stored. It must be specified if the data type is Table or List.m_attribute.AD_Reference_Value_ID numeric(10)
Table
Date FormatDate format used in the input formatThe date format is usually detected, but sometimes need to be defined.m_attribute.DateFormat character varying(20)
String
Dynamic ValidationDynamic Validation RuleThese rules define how an entry is determined to valid. You can use variables for dynamic (context sensitive) validation.m_attribute.AD_Val_Rule_ID numeric(10)
Table Direct

Tab: Attribute Value

[Created: 05/05/2003 - Updated: 27/02/2024 ]
Description: Product Attribute Value
Help: Individual value of a product attribute (e.g. green, large, ..)
Tab Level: 1

Table 20: Attribute Value - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.m_attributevalue.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.m_attributevalue.AD_Org_ID numeric(10)
Table Direct
AttributeProduct AttributeProduct Attribute like Color, Sizem_attributevalue.M_Attribute_ID numeric(10)
Table Direct
Search KeySearch key for the record in the format required - must be uniqueA search key allows you a fast method of finding a particular record.If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_", where TableName is the actual name of the table (e.g. C_Order).m_attributevalue.Value character varying(40)
String
NameAlphanumeric identifier of the entityThe 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.m_attributevalue.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.m_attributevalue.Description character varying(255)
String
ActiveThe record is active in the systemThere 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.m_attributevalue.IsActive character(1)
Yes-No