Search found 26 matches

by bhcuong2008
Wed May 14, 2014 5:49 pm
Forum: Using OpenEMM
Topic: how to get all customers binding to a given mailing list?
Replies: 1
Views: 3583

Re: how to get all customers binding to a given mailing list

I've also looked at web service 2.0. It doesn't have any method for getting all customers binding to a given mailing list. I really need this method for automatic list report. With SQL, we could do it easily like this select *.customer_id from binding_table where mailinglist_id = 100 I wonder how to...
by bhcuong2008
Wed May 14, 2014 5:43 pm
Forum: Using OpenEMM
Topic: complete mail report
Replies: 4
Views: 5513

Re: complete mail report

Thank maschoff. With this way, the "click" profile field will be overwritten for each mailing. Mailing A will affect "click" field. Mailing B also will affect this field. If we maintain a "click" field for each mailing (such as click_A for mailing A, click_B for mailing...
by bhcuong2008
Wed May 14, 2014 10:54 am
Forum: Using OpenEMM
Topic: use Velocity within mailing content?
Replies: 2
Views: 5064

use Velocity within mailing content?

Hi, I wonder if we could use Velocity within mailing content. For example, I can use if-else condition on a recipient field for different output value, like this === If shoe_size > 40 then value = "big" else if shoe_size < 30 then value = "small" else value = "medium" =...
by bhcuong2008
Wed May 14, 2014 10:17 am
Forum: Using OpenEMM
Topic: complete mail report
Replies: 4
Views: 5513

Re: complete mail report

I also want to know this. But I can't find out how.

Does anyone know? Please tell us.

Thanks
by bhcuong2008
Wed May 14, 2014 10:01 am
Forum: Using OpenEMM
Topic: how to get all customers binding to a given mailing list?
Replies: 1
Views: 3583

how to get all customers binding to a given mailing list?

Hi, I'd like to get all customers binding to a given mailing list with Script Action. I've looked at the Script Action Documentation 1.7, but I could not find any related functions for this task. It's the same as search bar in recipient screen where we can choose a specific mailing list to get all r...
by bhcuong2008
Fri Apr 25, 2014 4:41 pm
Forum: Bugs, bug fixes & releases
Topic: Next version?
Replies: 2
Views: 8443

Re: Next version?

For next release, I hope there is a search bar for mailing page. When there are tens, hundreds of mailings, it's difficult to locate 1 specific mailing.
by bhcuong2008
Fri Apr 25, 2014 4:34 pm
Forum: Bugs, bug fixes & releases
Topic: bug when sending mailing with multiple target group
Replies: 4
Views: 11706

Re: bug when sending mailing with multiple target group

Hi maschoff,

Please give me your idea about this issue.

Thank you very much.
by bhcuong2008
Sat Apr 12, 2014 3:55 am
Forum: Bugs, bug fixes & releases
Topic: bug when sending mailing with multiple target group
Replies: 4
Views: 11706

Re: bug when sending mailing with multiple target group

I've tested with OpenEMM 2013 virtual machine image provided at Sourceforge, and it's still failed with the same issue, when using condition date_sub or date_add as above.
by bhcuong2008
Fri Apr 11, 2014 4:28 pm
Forum: Bugs, bug fixes & releases
Topic: bug when sending mailing with multiple target group
Replies: 4
Views: 11706

Re: bug when sending mailing with multiple target group

I try to replace date_sub(now(), interval 0 day) with now(), it's then ok. But with date_sub(now(), interval n day), where n could be 0, 1,.., then it's failed.
by bhcuong2008
Fri Apr 11, 2014 4:17 pm
Forum: Bugs, bug fixes & releases
Topic: bug when sending mailing with multiple target group
Replies: 4
Views: 11706

Re: bug when sending mailing with multiple target group

I think that the error is here === ( date_format(cust.SEND_DATE, '%Y%m%d') = date_format(date_sub(now(), interval 0 day), '%Y%m%d') AND cust.REGISTER_COUNT > 0) === This is the condition in my target group. When using SEND_DATE equals to a specific date such as 20140411, it successes. I dont know wh...
by bhcuong2008
Fri Apr 11, 2014 4:06 pm
Forum: Bugs, bug fixes & releases
Topic: bug when sending mailing with multiple target group
Replies: 4
Views: 11706

bug when sending mailing with multiple target group

Hi, I've faced issue with sending dynamic content (multiple content for multiple target group). The log output is below. I'm using OpenEMM 2013 R2, on Ubuntu 12.04 64bit. Everything is fine until I test dynamic content feature. The output on GUI is "Error in dyn tags." The log from file 20...