Community Support for OpenDocMan (Deprecated)
Cant add any user defined fields - Printable Version

+- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com)
+-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html)
+--- Forum: OpenDocMan Bug Reports (https://forum.opendocman.com/forum-8.html)
+--- Thread: Cant add any user defined fields (/thread-190.html)

Pages: 1 2


Re: Cant add any user defined fields - spbitticks - 03-29-2010

Thanks umbraimago, I downloaded the code from SVN and re-installed OpenDocman. That solved my immediate problem.

I encountered a problem adding fields to UDFs though. I consulted a programmer at my company and he made it work, and he wanted to tell you what the problem was:

Quote:The table odm_udf has a table_name varchar(16) field. The value for the UDF spbitticks had added was "odm_udftbl_odm_d" but the table storing the possible UDF fields is, in my database, called odm_udftbl_odm_data. So it appears that the table name was truncated when entered into odm_udf. I increased the size of the table_name column in odm_udf and corrected the table name, and now adding new fields to UDFs works.

I suspect something went wrong earlier. Is odm_udftbl_odm_data the intended table name?



Re: Cant add any user defined fields - Stephen - 04-28-2010

Fixed in latest SVN on 1.2 branch