Cannot add field to Document type (1 viewing) (1) Guest
 | | |
|
TOPIC: Cannot add field to Document type
|
|
Cannot add field to Document type 6 Months, 1 Week ago
|
Karma: 0
|
|
When I try to add a Document type it adds the type correctly but I cannot add any fields. Its give me a message that the "Field Label is required".
I created a Document type call Minutes that we want to assign to all of the Commission Meeting Minutes.
I create a Field Name called Date - we want to retrieve them by the date of the meeting.
I go to the English Field Label and put in Date.
I give it a field size of 10 and a field type of Text Field.
I click the add button and I get that error.
I've tried different field names/labels, field types but to no avail.
I'm running OWL 1.00 on a Windows 2003 server.
|
|
|
|
|
|
|
Re:Cannot add field to Document type 6 Months, 1 Week ago
|
Karma: 0
|
|
Yes that fixed the issue. I was able to add the field. Now when I try to add a document with Minute document type and enter the Date value is does not save the information.
|
|
|
|
|
|
|
Re:Cannot add field to Document type 6 Months, 1 Week ago
|
Karma: 28
|
|
Works for me.
So for starters, I think that you may have many copies of that document type because of the bug we just fixed.
So lets reset the 4 tables involved.
mysql> delete from doctype where doc_type_id > 1;
Query OK, 4 rows affected (0.00 sec)
mysql>
mysql> delete from docfields;
Empty set (0.00 sec)
mysql> delete from docfieldslabel;
Empty set (0.00 sec)
mysql> delete from docfieldvalues;
Empty set (0.00 sec)
And try adding a new Doctype with New fields and a New document using that doctype. Does that work?
Let me know,
B0zz
|
|
|
|
|
|
|
Re:Cannot add field to Document type 6 Months, 1 Week ago
|
Karma: 0
|
|
Thank you, that did fix the problem.
Should you be able to search for those fields?
|
|
|
|
|
|
|
Re:Cannot add field to Document type 6 Months, 1 Week ago
|
Karma: 28
|
|
If you have checked the column as searchable when you defined the column in your document type, then yes you should be able to search. As long as you don't use the Search within check box.
B0zz
|
|
|
|
|
|
|
 | | |
|
|
|