Add/Modify Attribute dialog box

This dialog box allows you to add or modify an attribute.

Option Description
Name enter the attribute's name or click the button to open the Select Attribute dialog box that displays the list of attributes related to the Item type that is specified Document tab, and allows selection of an attribute from this list.
Value Enter the attribute's value. If the selected attribute is a compound one and has child attributes, the button becomes enabled. Click this button to open the dialog box that allows you to set values of the child attributes.

If the selected attribute has a default value and this text box is left blank, the default value will be assigned to this attribute. Otherwise, the component will try to convert the blank value into the format corresponding to the attribute type.

Supported Common Base Attribute Types:

  • DK_CM_CHAR
  • DK_CM_DATE
  • DK_CM_DECIMAL
  • DK_CM_DOUBLE
  • DK_CM_INTEGER
  • DK_CM_SHORT
  • DK_CM_TIME
  • DK_CM_TIMESTAMP
  • DK_CM_VARCHAR

Not supported Base Common Attribute Types:

  • DK_CM_BLOB
  • DK_CM_CLOB

The following attribute types will be converted into the formats below:

  • DATE: YYYY-MM-DD
  • DECIMAL: (-)XXX.XX (X stands for a digit. The number of digits and the position of the decimal point depend on the server settings.)
  • TIME: HH.MM.SS
  • TIMESTAMP: YYYY-MM-DD-HH.MM.SS.NNNNNN (Year-Month-Day-Hour.Minute.Second.Microseconds).

By Default, the values for the DATE, TIME and TIMESTAMP will take in current time.