By running providence 2.0 i have a problem with multipart_id_numbering for objects. My code is
formats = {
ca_objects = {
default = {
separator = .,
elements = {
collection_number = {
type = NUMERIC,
width = 2,
editable = 1,
description = _(Collection number)
},
accession_number = {
type = NUMERIC,
maximum_length = 5,
zeropad_to_length = 5,
width = 5,
description = _(Object number),
editable = 1,
table = ca_objects,
field = idno,
sort_field = idno_sort
}
}
}
},
On the objectEditor screen i get an error.
Object identificatiecode
22(icon triangle).11111(icon triangle)
That gives a message Objectnumber must have a numeric value.
How can i fix this.