See See Also Correspondence explained
...
Note | ||
---|---|---|
| ||
Useful special codesTo get day of the week for any date add @DayOfWeek - [OrderDate] becomes [OrderDate@DayOfWeek] and the result will be "Thursdaycodes"Attention Company Name" or "Hi Fname Lname"When the system is sending to a Creditor or Debtor it could be a company or a person. [Visitor.EmailSalutation] results in
Time FieldsWhen using any time field - example [Time] - you can specify the property of the result as follows
Day of week from DateTo get day of the week for any date add @DayOfWeek - [OrderDate] becomes [OrderDate@DayOfWeek] and the result will be "Thursday" Day of week - when using a date that you want a day of week - eg [EventDate]
Tags that do not need a field
Sending User (person who sent the email)For current user (all details) - list of fields - identified as $
Global symbols that can be used anywhere regardless of what is being sent[=symbol] will look for a configuration entry with ‘symbol’ (Admin>config>Symbols config) Users can invent symbols and maintain them. They are per host company - however if a franchisee does not have a value the franchisor symbol will be found. Example of use We can add symbols you require:[#symbol]will look for a Session Temp Value (requires programming) [property]–assuming no Field is found with name property, will try to reflect that property from the business object (a standard c# property) example - Tour Booking has a link to a tour definintiondefinition - which has a disclaimer. Tour booking has a property called "disclaimer" [$symbol]will look at the HostActivity for symbol. Useful if you want emails to come from the logged in user. Complex Queries can be the result of a single symbol
|
...