DC5.0.0 6.6 - Appendix

Datatypes in Digizuite

DatatypeidDescription
51Integer
62Datetime
60String
61Bit
70Note (used for description)
82Float
65Metagroup
59Combo (the metafield, not the value)
52MultiCombo (the metafield, not the value)
68ComboValue (value, not metafield)
67MultiComboValue (value, not metafield)
69EditComboValue 
169EditMultiComboValue 
300Tree

Datatypes in BatchUpdate

DatetypeIdDescription
1String
2Bool
3Int
4DateTime
5Float
6IntList
17StringList


Mapping between Datatypes in BatchUpdate

Digizute DatatypeBatchUpdate DataTypeBatchUpdate value example
601"test"
701"test"
691"test", name of the combo value
612"1"
624"mm/dd/yyyy hh.mm.sss"
67655, id of the combo value
68655, id of the combo value
16817"one", "two" - list of combo values
51317, integer

Other tips and tricks

The Digizuite has the following object heirachies:

Item
   Asset
   ComboValue
   TreeValue
   MetaField
   etc...

The means that everything in the Digizuite is an Item, and thus have an ItemId. In addition everything has a BaseId, which is separate from the ItemId. This is why assets can keep counting up in id, one after the other, while the ItemId is skipping ahead several steps.

This means there are 2 kinds of Ids in the Digizuite. The "ItemId" and the "BaseId". The "BaseId" is also sometimes called the "Id".