ConcourseSuite Support

Support
Corporate
PUBLIC PROFILE

Back to topics

Discuss Account Management

Custom Folder Creation Issue

You need to be logged in to post messages

Custom Folder Creation Issue

8/22/2007 11:57 AM EDT

Hi everybody!!

I just installed CentricCRM 4.1 from Subversion, and i deploy it in one server, but when i create a Custom Folder in Accounts Module and choice the option to enable it, it doesn't enabled, because the Active Date Field is empty, i am researching about this and didn't find any reason for this. Analyzing the source, i saw the start_date field is null when the "Add a Folder" option is execute. For that only the fields with "start_date" different to null are viewed lik enabled folders.

We have one solution to resolve this issue:

1.- Change in the table: centric_crm.custom_field_category.
Change the default value for "entered" field of CURRENT_TIMESTAMP to NULL
Change the default value for "start_date" to CURRENT_TIMESTAMP

 
Field Type Collation Null Key Default



start_date timestamp (NULL) YES CURRENT_TIMESTAMP
entered timestamp (NULL) YES (NULL)

Is this the correct way to resolve this?? Please answer me.

Thanks!!