hi there
only in my leads module is this happening.
when i enter data just the norlmal leads info is written to the database and not the custom fields. have done all the repairs on the admin
hi there
only in my leads module is this happening.
when i enter data just the norlmal leads info is written to the database and not the custom fields. have done all the repairs on the admin
Hi,
Did you create the fields in that instance of sugar of did you install them from a dev instance.
Can you see the fields in the Database using phpmyadmin or some other program that will let you access the DB
Rgds
Chris
hi. yes i can see the fields and if i put in information on the back end it shouws in sugar
cheers
I can't see your problem in latest release build 520f, any more information for this?
Better Sugar, Better Life!
Hi Meyer
Edit the file modules/DynamicFields/DynamicField.php and add this piece of code
just after the linePHP Code:$fh = fopen('customfields.log.txt', 'w');
fwrite($fh, "query: $query\nqueryInsert: $queryInsert\n\n");
fclose($fh);
Try to save other records, the open the file customfields.log.txt at the root of your sugar installation.PHP Code:$queryInsert .= " ) VALUES $values )";
Try to execute the queries on phpMyAdmin. Let us know if you face any error message.
Regards
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
hi there
Does in need to be php admin or could it be done from sql yog as well
because from sql yog the query went through without a problem adding the data to the tables and showing in sugar.
new updated info
One the is a relationship there is no problem updating the custom fields etc. i can change them and go crazy and it writes all changes to the database and shows in sugar.
It is when you create a new lead that nothing happens. then you have to first at the back end enter data, after that the module works
regards
Paul
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks