-
runa committed revision 9 to the Castor Library : Logic Paradigm for C++ SVN repository, changing 7 files.
2008-10-12 22:28:26 UTC in Castor Library : Logic Paradigm for C++
-
Dear All: right now, CRM-CTT has a lot of inline CSS (ie, "style='cursor: help'" and styles embeded in the <head> part).
If you just want to change the colors and images for the site, it's not a simple task to do.
We'll need to customize the look of our installation and I want to do it using an external stylesheet, so we're going to add lots of "class"es and...
2006-11-15 17:43:55 UTC in Interleave
-
sorry, it was my fault. I just forgot the customer had an email address, I was expecting the mail to go to the customer-coupled user's email address.
2006-11-15 17:33:39 UTC in Interleave
-
I would check the SMTP logs (if you have access to those) to see if there's anything intresting there (maybe a wrong return path)
2006-11-14 13:51:54 UTC in Interleave
-
Im trying to configure CRM CTT so everytime we or our customers modify an entity, the other part is informed.
I configured some triggers so, "on_entity_change" we get mailed. Then, edited and entity, changed the text and nothing happened.
I checked in the qlist.txt and the log and there's no mention of the triggers getting executed or anything like that.
How can I know what's...
2006-11-13 19:04:46 UTC in Interleave
-
Im also thinking in modifing email_in so if the customer name is not defined, it will search for a user matching the source email address and use the coupled customer id from there. what do you think?.
2006-11-13 13:51:08 UTC in Interleave
-
I applied the fix but it was still not working. I debugged it and I found that $GLOBALS[DefaultForm] was ""
I debugged it even more and found this query:
$res = db_GetRow("SELECT * FROM $GLOBALS[TBL_PREFIX]binfiles WHERE filename='Default form' AND filetype='TEMPLATE_HTML_FORM' AND username='Hidde Fennema' AND type='entity'");
$GLOBALS['DefaultForm'] = $res[0];
what's...
2006-11-10 14:55:18 UTC in Interleave
-
tnx. Is this fixed in CVS?.
2006-11-10 14:28:19 UTC in Interleave
-
I noticed that tickets created by a customer-coupled user didn't appeared in when he clicked on "tickets". I enabled the log and figured out the problem was the user didn't had access to that form (default).
Then, I edited the user, and added both forms (default and the sample one). It worked
Later, I found that tickets created from emails for this customer weren't displayed when...
2006-11-09 19:54:14 UTC in Interleave
-
Ok. I vote +1
I think it's a killer feature :))
2006-11-09 14:45:41 UTC in Interleave