
Originally Posted by
thalia
Hello,
Thank you for your response. We are using Sugar Professional. I have attached a screen shot to show you what it looks like. I tried dragging the product subpanel to the top, but it didn't make a difference. As you can see, there is not a list of products (even though I have added two products)
Cheers,
Thalia
Edit the file modules/DynamicFields/DynamicField.php and add this piece of code
PHP Code:
$fh = fopen('log.txt', 'w');
fwrite($fh, $query);
fclose($fh);
just before the line
PHP Code:
$queryInsert .= " ) VALUES $values )";
Save the file, edit an existing product and set another Name of Product, save the record and open the file log.txt
Let us know the sql query saved into the file.
Try to run this query on your database manager.
Cheers
Bookmarks