How do I create a dynamic SMS message?

From Catalyst
Revision as of 09:18, 27 November 2014 by Robert Hearn (talk | contribs) (More Information)
Jump to: navigation, search

Summary

This article will explain how to create a Dynamic SMS Message.

More Information

In order to create a Dynamic SMS Message you will need to, go to " Messages" at the top of Platinum on the "Task Bar" and then go to " SMS Messages Manage Messages".

  • Press <F6> or click the [Add] button.
  • On the new screen that appears you will need to do the following:
    • Give the Message a "Description:".
    • Set the "From:" to 'Fixed text'.
      • Then enter up to eleven characters. (This will show when the message is received by the recipient.)
    • Set the "Text source" to 'Dynamic text'.
    • The next part is to select the module where the report that has the "Dynamic text" is located.
      (For Example: A text message notifying a customer that their vehicle is ready for collection, would need to run from the Workshop. So you would need to select 'Workshop Management' in the drop down.)
    • Finally the you will need to enter in the 'Code' for the report, which contains the "Dynamic text" (i.e. '}AA'), if you do not have a report already then you will need to create one. (See below for an example.)

Example Report

This section will demonstrate how a report will need to be constructed in order to be used as as a report for "Dynamic text". This report is for sending out an email to a Workshop customer to notify them that their vehicle is ready for collection.

}AA Vehicle Ready for Collection.
Sort Order - As this is a report in the Workshop based on a Job card, the only variable required here is 'J01 Job Number'.
File Selection - As with most custom reports this will be set to {{DataValue|** Automatic File Selection **.
Date Ranges - As the report is more specific to a particular job, the date ranges would not be used.
Range Filter (1) - This is how we set the report criteria to collect the information for the specific customer and vehicle.
  • Here we will set an environment variable for the job card, so that the details displayed will be about the job highlighted.
  • The "Range Formula" will be set to 'J01=$ENV{"J01WS"}'. ("Range Filter (2)" and "Range Filter (3)" are not required.)
Column Details- Here is where the "Dynamic text" is stored. The text can span multiple column depending on the text that you want to send. In this example it will be on just the first column and row.
  • Set "Type/Grp :" 'B/0'.
    • "Row/Col No. :" '1/01'.
    • "Column Type : " to 'T'
  • Against "Calculation :" to '"Your " + $LJUSTIFY{IF J33 = "" THEN "vehicle" ELSE J33,99} + $STR_REPLCE{IF J32 = "" THEN "" ELSE ", registration " + J32 + ",",~,|,1} + " is ready for collection."'.
    • The text in the "" is outputted in the report.
    • The First formula will output the vehicle 'Make/Model' if it is not blank on the vehicle record or it will output the word 'Vehicle'.
    • The second formula will output the vehicles 'Registration' number if it is not blank on the vehicle record.
Output Options - This report is set as:
  • "Style :" 'R' for report format.
  • "Output :" 'I' for internal use.
  • "Report Category :" 'INT Internal Report' which will be used in report searches.
Definable Literals - This is not used.

For more details on writing reports please click here.

See Also


Feedback
Thank you for using our Knowledge Base, we value your feedback. Did you find this article useful? 'Yes' or 'No'
Keywords AND Misspellings
SMS, Short, Message, Service, Text, Messages, Saved, Create, Dynamic, Specific, Unique, Custom, Personal, Information, Report, Reports, Generate, Generator, Send, Report Generator