...
The tokens available are below, if you are looking for any other tokens, please contact LogiSense Customer Care
LogiSense Support | email: support@logisense.com | |
phone (Canada): 1-519-249-0508 • | phone (USA): 1-917-410-3584 |
Note: you cannot use tokens (user, contact or contactpoint) in the email message body if you are sending the email message to multiple recipients (see the Adding Carbon Copy (Cc) Recipients section for more information on how Carbon Copy functionality is configured).
These work in the Custom Email Body on Invoice Configuration edit screen as well as in the Email Subject text box on the same.
Value | Token |
Username | $User.Name |
Password | $User.Password |
First Name | $Contact.FirstName |
Last Name | $Contact.LastName |
Company | $Contact.Company |
Today's Date (short) | $Now.ToString("d") - date only, no time |
Today's Date (long) | $Now.ToString("D") - date including time |
Add 15 days to today's date | $Now.AddDays(15) |
E-mail Address | $ContactPoint.Value |
Current Time | $Now.ToString("t") |
Default Payment Type | $User.GetUserDefaultPaymentMethod().GetUserPaymentMethod().GetPaymentType().Name |
Balance |
$User.GetUserBalance($User.ID) |
Full Balance |
$User.GetUserBalanceFuture($User.ID) |
Overdue Balance |
$User.GetOverdueBalance() | |
Invoice Name | $Invoice.Name |
Invoice Date | $Invoice.Date |
Creating Custom Email Tokens
...