Hello,
i've got a problem by using a new module created by myself with the modulebuilder.
Retrieving record by id canidates:5d4cd369-bed1-0e75-b571-46f8f16c840e found Query Failed:SELECT canidates.* , canidates_cstm.* FROM canidates LEFT JOIN canidates_cstm ON canidates.id = canidates_cstm.id_c WHERE canidates.id = '5d4cd369-bed1-0e75-b571-46f8f16c840e' AND canidates.deleted=0 LIMIT 0,1::MySQL error 1146:
I found out that sugar is missing the _cstm table for this module, cause i created some custom fields with the modulebuilder. How can I make sure that the required table will be fully automatic generated using the module loader.
Are there any modifications i've to do in the <module>.php file?
I'm new in sugar and using the version 5.0
Thx alot


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks