Line 513:
Line 513:
Note: You can set single characters as well as multiple characters for the svsdelimiter. Eg: $svsdelimiter='__'; will allow you to make a constrained field myfield__firstname__name on llx_users and linked to both the firstname and name columns from the llx_users table.
Note: You can set single characters as well as multiple characters for the svsdelimiter. Eg: $svsdelimiter='__'; will allow you to make a constrained field myfield__firstname__name on llx_users and linked to both the firstname and name columns from the llx_users table.
−
'''CAUTION''': you can only set as a delimiter a character that is accepted by your DBMS, or else this will produce errors! eg:
+
'''CAUTION''': you can only set as a delimiter a character that is accepted by your DBMS, or else this will produce errors!
== Overloading functions: Adding your own management code for custom fields ==
== Overloading functions: Adding your own management code for custom fields ==