sandeepsharma
13th May 2009, 12:09
Hi,
Is there any way to send SMS from BAAN?
Thanks
Sandeep
bamnsour
13th May 2009, 12:31
I have worked with customers that enabled SMS messages from within Baan. First, you need to enable Email capability from Baan - You can do that by looking at B2Email solutions from NAZDAQ - or the many good solutions that are posted in this site - both add-ons and home grown solutions.
When E-mail is enabled, you can Fax also since most modren fax servers receive email requests. Depending on your country, there are companies that turn emails to SMS messages as well
mohitsoni143
22nd May 2009, 15:57
dear Bamnsour,
i have seen the video but the video didnt show any moment of the cursor, so how can i know what option to click upon...may i knwo the step by step procedure....actually i am new to work on baan ...for ur kind information , we are using bann 6.0 . so , please tell accordingly...ur reply will be highly appreciated..
mohitsoni143
22nd May 2009, 16:07
and moreover the video is all about to export the report generated in baan to excel format and the mail it....but u have mentioned the forum heading as "SEND SMS FROM BAAN" .....
OK , now tell me is there any way to send sms to my cell from baan server ...
norwim
22nd May 2009, 18:34
Dear sir,
try to figure out how to send an SMS from any other application (Word, notepad, whatever).
To extract data from Baan (via report or writing to a file) is a piece of cake.
I would prefer to use a linux server as sms gateway, but there should be solutions for M$ too.
Perhaps you can find a third party (provider) to do the actual sending for you, but to be able to communicate with him, you should try to send emails from Baan.
There are lots of hints how to achieve that on the board.
good luck
Norbert
ashu2814
29th May 2009, 13:08
you can use a third party component . If you have your own sms server then you u can write a shell for the same
sushil
29th May 2009, 21:33
Hi,
Alternative Solution - you can use http://www.freesms.net/freesms.aspx
1.make a Baan Job to generate a single line report to flat file (not more than 40 char)
2.Make a Windos macro to copy the text in flat file.
3.Using Windows macro - Open IE with above said URL and send the message.
Windows macro can be scheduled..!!
mohitsoni143
30th May 2009, 07:12
dear ashu, we have own sms server but how can i do that ...tell me step-by-step as i am new to baan..thx in advance..
sushil
30th May 2009, 07:24
Hi mohit,
Is your SMS server capable of working from command prompt ??
if yes , then try the following
1.Create a Report data (what you need to sms) make it short and meaning ful (40 char)
2.make a baan job and run report to a flat file.
3.write a batch file to take the flat file data and send it thru your sms server.
Note : you can use windows scheduler to schedule batch file.
all the best.