TSL IF statementThe IF statement enables you to selectively perform tasks within your TSL message, based on some criteria which evaluate to TRUE or FALSE. Syntax
Inputs
Example Suppose you want to create a welcoming message after a user has logged in to your application. Then you could create the following TSL message:
When user John Doe logged on, the message shown in your application is: “Welcome Mr. John Doe” When user Jane Doe logged on, the message shown in your application is: “Welcome Mrs. Jane Doe” If the gender is unknown the message will look like this: “Welcome Jane Doe” |