Revision as of 11:51, October 2, 2020 by Sbogard (talk | contribs) (Modified comment string Category:V:PSAAS:Public with __NOINDEX__ Category:V:PSAAS:Public)
Comments or questions about this documentation? Contact us for support!
This section presents examples of the use of field codes.
Purpose: This is a simple example of the use of a custom variable in a standard response.
Prerequisites
This example assumes a category tree that includes categories called Cookbooks, Mysteries,
and Reference.
The figure "Strategy Using Custom Variable" shows the strategy as described. The single standard response AUTO generates three e-mails, each with a different word filling the blank in Thank you for your inquiry about ___.
The following is an example of a complex field code:
<$ If (Time() - Interaction.DateCreated > 14, “Please accept our apologies for not having replied sooner. ”, “”) $>
This field code inserts a tardiness apology if more than 14 days have elapsed since the interaction first entered the system. It uses the function If, which has these properties:
In this example, the three arguments of If are as follows:
Next Step