Creating an SMS alert using Mobile Web Studio

This section shows how to create an alert for a Web element that is created from Mobile Web Studio instead of Portal Interface. The alert results are sent to a telephone or mobile device, so the data that is sent must be shortened as much as possible. This example illustrates how to send an alert to a Short Message Service (SMS) subscriber.

SMS is a service that lets cellular phone users send and receive short messages, generally 140 to 160 characters, depending on the cellular phone.

Unlike paging, but similar to e-mail messaging, short messages are stored at SMS centers, which lets you retrieve messages later if you are not available to receive them immediately. SMS messages travel to a cellular phone over the system’s control channel, which is separate from the voice channel.

NoteSMS was introduced in the Global System for Mobile Communications (GSM), a worldwide standard for digital wireless mobile phones. SMS is now supported by all other digital-based mobile communications systems.

The procedures are:

StepsCreating an alert for SMS delivery

This procedure describes how to create a stock quote alert for SMS delivery. Since 128 characters is the maximum size for short messages, you must shorten the data to be delivered from eight fields to the one pertinent field.

  1. Log in to Mobile Web Studio.

  2. Select Applications from the Build menu in the left pane, select New from the Application Manager Status menu, and click New to launch Application Builder.

  3. Click the arrow to the right of the Add button and select Web Element. You see the New Web Element window.

  4. In Location, enter a URL to capture grid content; for example: http://finance.yahoo.com, and click Go.

  5. Scroll down the page, and click the “Most Actives” link under Top Stories.

  6. In Capture Strategy, select Grid from the drop-down list, and click Next.

  7. Click Select to select the grid that includes “Last Trade” and click Next.

  8. In the Split and Define windows, click Next.

  9. In the Filter section, set up a rule to exclude most records. Since the stock quote is sent to a telephone or mobile device, which is limited to 128 characters, you want to send only the pertinent data. In Filter:

    1. Create a rule that includes only the Symbol, Name, Last Trade, and Change fields.

      Click Add.

    2. Create a rule to include the record with “MSFT” (Microsoft).

      Click Add.

    3. Click Next to bypass the Parameter window.

  10. In Element Name, type MS stock and click Finish.

  11. In Application Builder, click Save, and configure the application:

    1. In the Content tab, enter Quick Stocks as the name of the application.

    2. In the Roles tab, click Add All to add all roles to the application.

    3. In the Presentation tab, click Alert, Display Within IFrame, and No Popup.

      NoteYou can also use the Application properties window to add an alert, after you have saved the application.

    4. In Window Preview, you can view the format.

    5. Click Finish.

    6. In the confirmation pop-up, click OK.

  12. Click Close to close Application Builder. The new Web element displays in the right pane.

  13. On the Mobile Web Studio main window, select New from the Application Builder Status menu, right-click the Quick Stocks application, and select Approval Status | Approved.

    When you see the message that the application was saved, click OK.

  14. Make the new application available to Portal Interface users:

    1. Select Approved from the Application Builder Status menu.

    2. Right-click the Quick Stocks application in the detail pane and select Update Users.

    3. When you are prompted to reconfirm that you want to perform an update operation, click OK.

    4. When a message displays that the update operation succeeded, click OK.