Hi Dev
Can some one help me that how *sendOrderBackorderNotification *mail is getting send to e-commerce customers automatically. As i have looked there has been no scheduled job for * sendOrderBackorderNotification. *Even i have looked it has not added using webtool. Things is happening, the SYSYTEM is sending *sendOrderBackorderNotification email *automatically , We have not manged our inventory properly since the application has been deployed (deployed in *Nov 2007*)for use. and BackOrder is getting created from the day it self, but initially e-commerce customers were not receiving this mail, but all of sudden last 4-5 all of them started receiving this mail. How *sendOrderBackorderNotification *service are getting called,i am not able to figure out, and i have checked this service is not running as scheduled job. Thanks Kumar Shyamal |
The Job you are looking for is called BackOrder Notification with the
service name checkInventoryAvailability. Regards Scott 2008/7/17 Kumar Shyamal <[hidden email]>: > Hi Dev > > Can some one help me that how *sendOrderBackorderNotification *mail is > getting send to e-commerce customers automatically. > > As i have looked there has been no scheduled job for * > sendOrderBackorderNotification. > > *Even i have looked it has not added using webtool. > > Things is happening, the SYSYTEM is sending *sendOrderBackorderNotification > email *automatically , We have not manged our inventory properly since the > application has been deployed (deployed in *Nov 2007*)for use. and BackOrder > is getting created from the day it self, but initially e-commerce customers > were not receiving this mail, but all of sudden last 4-5 all of them started > receiving this mail. > > How *sendOrderBackorderNotification *service are getting called,i am not > able to figure out, and i have checked this service is not running as > scheduled job. > > > Thanks > Kumar Shyamal > |
In reply to this post by Kumar Shyamal
Hi Kumar,
In the future please use rather user ML for such questions : http://docs.ofbiz.org/display/OFBADMIN/Mailing +Lists#MailingLists-DeveloperList:[hidden email] sendOrderBackorderNotification is invoked from checkInventoryAvailability service. This service checks and sends backorder notifications and also sets an autoCancelDate for sales orders. If you don't need it, stop it from scheduled job list. Bilgin |
Thanks to all.
Kumar Shyamal On Thu, Jul 17, 2008 at 2:29 PM, Bilgin Ibryam <[hidden email]> wrote: > Hi Kumar, > > In the future please use rather user ML for such questions : > http://docs.ofbiz.org/display/OFBADMIN/Mailing > +Lists#MailingLists-DeveloperList:[hidden email]<http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists#MailingLists-DeveloperList:dev@...> > > sendOrderBackorderNotification is invoked from > checkInventoryAvailability service. > This service checks and sends backorder notifications and also sets an > autoCancelDate for sales orders. If you don't need it, stop it from > scheduled job list. > > Bilgin > > > |
In reply to this post by Bilgin Ibryam
Hi Bilgin
Thanks for your Help. Now onwards i will User mail list . One query, as you told also *autoCancelDate *for sales orders. from where i can set this. Thanks Kumar Shyamal On Thu, Jul 17, 2008 at 2:29 PM, Bilgin Ibryam <[hidden email]> wrote: > Hi Kumar, > > In the future please use rather user ML for such questions : > http://docs.ofbiz.org/display/OFBADMIN/Mailing > +Lists#MailingLists-DeveloperList:[hidden email]<http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists#MailingLists-DeveloperList:dev@...> > > sendOrderBackorderNotification is invoked from > checkInventoryAvailability service. > This service checks and sends backorder notifications and also sets an > autoCancelDate for sales orders. If you don't need it, stop it from > scheduled job list. > > Bilgin > > > |
Free forum by Nabble | Edit this page |