Options

Mobile Phone Messages

paulcrinsonpaulcrinson Member Posts: 2
edited 2002-06-07 in Navision Attain
Des anyone know of, or developed, a method for sending text messages to a mobile phone from Navision?

Comments

  • Options
    Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    You can buy a GSM modem that you connect to your server. That way, you can send SMS-messages using the serial COM-port and an OCX for serial communication.
    Or you can open an account with a SMS provider (eg. www.mobileweb.be, www.quios.com) where you can buy SMS-messages in bulk. Then it's only a matter of sending an e-mail to that account, to send your SMS-message.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • Options
    JMDSJMDS Member Posts: 1
    I developed an small SMS-server by applying the Derdack component (see: www.derdack.com) and a common mobile, connected to one of my serial ports.

    Every 1 minute, the server polls a table in Navision. In case there is a new message in the table, the SMS-server sends it. In case somebody sends an SMS to the server, the message will be stored in the same table, so the proper person can read it.

    I applied VB to develop this.
Sign In or Register to comment.