Email Templates - Defined Variables

AppCore Defined Variables

Defined variables used for your AppCore email templates relate to user account information including those used registration, activation, password requests and user credentials emails. It’s important not to alter these variables to prevent any miscalculation of the final pricing.

Activate Account

  • [[=UserName]] - Account username
  • [[=Link]] - Link to verify your email and finish your account registration.

Activation Approved To Admin, Activation Approved To User, Activation Rejected To Admin

  • [[=UserAccount.UserName]] - Another variable for account username
  • [[=UserAccount.FirstName]] - User’s first name
  • [[=UserAccount.LastName]] - User’s last name
  • [[=UserName]] - Account username that you have requested
  • [[=UserAccount.EMail]] - User’s email address

Activation Rejected

  • [[=UserAccount.UserName]] - Another variable for account username
  • [[=UserAccount.FirstName]] - User’s first name
  • [[=UserAccount.LastName]] - User’s last name
  • [[=UserName]] - Account username that you have requested
  • [[=UserAccount.EMail]] - User’s email address
  • [[=Reason]] - The reason the registration request was rejected

B2B Registration Notice To Admin

  • [[=CustomerNumber ]] - User’s account number.
  • [[=Status ]] - Indicates status of initial registration submission.
  • [[=UserName ]] - User’s username
  • [[=Address ]] - User’s Address
  • [[=City ]] - User’s city information
  • [[=State ]] - User’s state
  • [[=ZipCode ]] - User’s zip code
  • [[=PhoneNumber ]] - Primary phone number
  • [[=Email ]] - Email address
  • [[=Link ]] - Link to My Account page

B2B Registration Notice To Salesperson

  • [[=CustomerNumber ]] - User’s account number.
  • [[=UserName ]] - User’s username
  • [[=Address ]] - User’s Address
  • [[=City ]] - User’s city information
  • [[=State ]] - User’s state
  • [[=ZipCode ]] - User’s zip code
  • [[=PhoneNumber ]] - Primary phone number
  • [[=Email ]] - Email address
  • [[=Link ]] - Link to My Account page

B2B Registration Notice To User

  • [[=UserAccount.FirstName]] - User’s first name
  • [[=UserAccount.LastName]] - User’s last name
  • [[=UserAccount.UserName]] - User’s username
  • [[=CustomerNumber ]] - User’s account number
  • [[=Address ]] - User’s Address
  • [[=City ]] - User’s city information
  • [[=State ]] - User’s state
  • [[=ZipCode ]] - User’s zip code
  • [[=PhoneNumber ]] - Primary phone number

B2C Registration Notice To Admin

  • [[=UserAccount.FirstName]] - User’s first name
  • [[=UserAccount.LastName]] - User’s last name
  • [[=UserAccount.UserName]] - Another variable for account username
  • [[=UserName]] - Account username that you have requested
  • [[=UserAccount.EMail]] - User’s email address

B2C Registration Notice To User

  • [[=UserAccount.FirstName]] - User’s first name
  • [[=UserAccount.LastName]] - User’s last name
  • [[=UserAccount.UserName]] - Another variable for account username
  • [[=UserName]] - Account username that you have requested
  • [[=UserAccount.EMail]] - User’s email address
  • [[=Link ]] - Link to My Account page

Contact Us Submittal

  • [[=Email]] - Sender’s email address
  • [[=Name]] - Sender’s name
  • [[=Phone]] - Sender’s phone number
  • [[=Comments]] - Comments or concerns that you put down on the Contact Us page

Customer Signup Form Submitted

  • [[=Company]] - Company name of user
  • [[=FirstName]] - User’s first name
  • [[=MiddleInitial]] - User’s middle initial
  • [[=LastName]] - User’s last name
  • [[=Email]] - Email address
  • [[=Phone]] - User’s phone number as entered in the sign-up form
  • [[=Address1]] - First address field
  • [[=Address2]] - Second address field
  • [[=City ]] - User’s city information
  • [[=State ]] - User’s state

Event Calendar Sign Up Notice

  • [[=UserAccount.UserName]] - Another variable for account username
  • [[=CalendarEvent.Title]] - Event title
  • [[=String.Format("{0:h tt, MMMM d, yyyy}",CalendarEvent.DateTimeStart)]] - Starting date and time of the event
  • [[=CalendarEvent.LocationDescription]] - Location of event. Data is sourced from the Venue field found in Web Admin's New Event window.

Generic Form Builder

  • [[=String.Format("{0}",Captions[0])]] [[=String.Format("{0}",Contents[0])]]
  • Note:
  • Contains a default total of 98 entries.
  • Applies to the fields found in the generic form.
  • Form is customizable (number of fields, name of the fields can be edited) which is why defined variables used here are kept generic.

New Password

  • [[=UserName]] - User’s username
  • [[=Password]] - User’s current password
  • [[=Link]] - Link to your account so you can login to change password

New Password Requested

  • [[=UserName]] - User’s username
  • [[=Link]] - Link that will send you a new password

User Account Awaiting Approval

  • [[=UserAccount.UserName]] - Username entered during registration
  • [[=UserAccount.FirstName]] - User’s first name
  • [[=UserAccount.LastName]] - User’s last name
  • [[=UserAccount.EMail]] - User’s email address
  • [[=Link]] - Link where account can be activated

User Account Awaiting Approval With Linked Accounts

  • [[=UserAccount.UserName]] - Username entered during registration
  • [[=UserAccount.FirstName]] - User’s first name
  • [[=UserAccount.LastName]] - User’s last name
  • [[=UserAccount.EMail]] - User’s email address
  • [[=LinkedAccount]] - Details of linked account
  • [[=Link]] - Link where account can be activated

User Credentials To Admin

  • [[=LastName]] - Another variable for user’s last name
  • [[=FirstName]] - Another variable for user’s first name
  • [[=Email]] - Another variable for user’s email address
  • [[=Password]] - User’s current password

User Credentials To User

  • [[=LastName]] - Another variable for user’s last name
  • [[=FirstName]] - Another variable for user’s first name
  • [[=Password]] - User’s current password
  • [[=Link ]] - Link to My Account page

 

Ecommerce Defined Variables

Defined variables used for your website's Ecommerce email templates cover most of the system’s calculations related to purchases, including the individual listing of items and their prices. It’s important not to alter these variables to prevent any miscalculation of the final pricing.

B2B Order Submit To Clerk, B2B Order Submit To User

  • [[=UserAccount.FirstName]] - User’s first name
  • [[=UserAccount.LastName]] - User’s last name
  • [[=Order.OrderID.ToString() ]] - The order number of your purchase generated by the system
  • [[=CustomerAccount.CustomerNumber ]] - Customer account number (used during registration)
  • [[=CustomerAccount.Name ]] - Name of customer account (used during registration)
  • [[=Order.OrderDate.ToShortDateString() ]] - Order date
  • [[=Order.Description ]] - Description you entered for your order
  • [[=Order.ShipToAddress1 ]] - Location where you want your order shipped to
  • [[=Order.ShipToCity ]] - City where your order will be shipped to
  • [[=Order.ShipToStateCode ]] - User’s state code
  • [[=Order.ShipToZipCode ]] - User’s zip code
  • [[=Order.ShipToComments ]] - Any comments you have related to the shipping of your order that was entered in your shopping cart.
  • [[ foreach(BusinessObjects.Business.Financial. OrderDetail detail in Order.OrderDetails)
  • { ]] [[ } ]] - System orders on how your purchases are organized
  • [[=detail.LineNumber.ToString().PadLeft(4) ]] - System orders on how to organize your purchases into lines
  • [[=detail.ItemSKU.ToString().PadRight(15) ]] - SKU numbers of your purchases
  • [[=Truncate(detail.ItemDescription.ToString ().PadRight(55),50) ]] - Item descriptions of your purchases
  • [[=String.Format("{0:c}",detail.ItemPrice).PadLeft(10) ]] - Per unit price of your purchases
  • [[=detail.Quantity.ToString().PadLeft(7) ]] - Quantity of your purchases
  • [[=String.Format("{0:c}",detail.AmountSubTotal).PadLeft(10) ]] - Subtotal of your purchases
  • [[=String.Format("{0:c}",Order.AmountTotal).PadLeft(10) ]] - Computation of your total purchases

B2B Quote Submit To Clerk

  • [[=Quote.QuoteID.ToString() ]] - Variable for Quote ID
  • [[=Quote.QuoteNumber ]] - Refers to Quote Number
  • [[=UserAccount.UserName ]] - Registered User Name
  • [[=CustomerAccount.CustomerNumber ]] - [[=CustomerAccount.Name ]] - Name and Number of Customer Account attached to registered user
  • [[= (Job!=null) ? (Job.JobNumber + " - " + Job.Name) : "" ]] Name and Number of Job linked to registered user
  • [[=Quote.Description ]] - Description provided by user
  • [[=Quote.QuoteDate.ToShortDateString() ]] - Date when Quote was submitted
  • [[=UserAccount.EMail]] - User’s email address
  • [[=EmailStatus]] - Status of user’s email
  • [[=Quote.ShipToComments]] - Comments for shipping of items
  • [[ foreach(BusinessObjects. Business.Financial.QuoteDetail detail in Quote.QuoteDetails) { ]] [[ } ]] - Sets how your purchases are organized
  • [[=detail.LineNumber.ToString().PadLeft(4) ]] - Organize your purchases into lines
  • [[=detail.ItemSKU.ToString().PadRight(15) ]] - SKU numbers of your purchases [[=Truncate(detail. ItemDescription.ToString().PadRight(55),50) ]] ]] - Item descriptions of your purchases
  • [[=String.Format("{0:c}",detail.ItemPrice).PadLeft(10) ]] - Per unit price of your purchases
  • [[=detail.Quantity.ToString().PadLeft(7) ]] - Quantity of your purchases
  • [[=String.Format("{0:c}",detail.AmountSubTotal).PadLeft(10) ]] - Subtotal of your purchases
  • [[=String.Format("{0:c}",Quote.AmountTotal).PadLeft(10) ]] - Final tally of total purchases

B2B Quote Submit To User

  • [[=UserAccount.FirstName]] - User’s first name
  • [[=UserAccount.LastName]] - User’s last name
  • [[=Quote.QuoteNumber ]] - Refers to Quote Number
  • [[=CustomerAccount.CustomerNumber ]] - [[=CustomerAccount.Name ]] - Name and Number of Customer Account attached to registered user
  • [[=Quote.QuoteDate.ToShortDateString() ]] - Date when Quote was submitted
  • [[=Quote.Description ]] - Description provided by user
  • [[ foreach(BusinessObjects.Business.Financial. QuoteDetail detail in Quote.QuoteDetails) { ]] [[ } ]] - Sets how your purchases are organized
  • [[=detail.LineNumber.ToString().PadLeft(4) ]] - Organize your purchases into lines
  • [[=detail.ItemSKU.ToString().PadRight(15) ]] - SKU numbers of your purchases [[=Truncate(detail.ItemDescription.ToString ().PadRight(55),50) ]] ]] - Item descriptions of your purchases
  • [[=String.Format("{0:c}",detail.ItemPrice).PadLeft(10) ]] - Per unit price of your purchases
  • [[=detail.Quantity.ToString().PadLeft(7) ]] - Quantity of your purchases
  • [[=String.Format("{0:c}",detail.AmountSubTotal).PadLeft(10) ]] - Subtotal of your purchases
  • [[=String.Format("{0:c}",Quote.AmountTotal).PadLeft(10) ]] - Final tally of total purchases
  • [[=BusinessLocation.Name]] - Variable for business location found in Locations feature under Business Management

B2C Order Submit To Clerk, B2C Order Submit To User

  • [[=UserAccount.FirstName]] - User’s first name
  • [[=UserAccount.LastName]] - User’s last name
  • [[=Order.OrderID.ToString() ]] - The order number of your purchase generated by the system
  • [[=Order.OrderDate.ToShortDateString() ]] - Order date
  • [[=Order.ShipToLastName ]] - Last name of ShipTo recipient
  • [[=Order.ShipToFirstName ]] - First name of ShipTo recipient
  • [[=Order.Description ]] - Description you entered for your order
  • [[=PickupLocation]] - Variable for pick-up location. Contains data if pick-up was selected for your order instead of delivery.
  • [[=Order.ShipToAddress1 ]] - Location where you want your order shipped to
  • [[=Order.ShipToCity ]] - City where your order will be shipped to
  • [[=Order.ShipToStateCode ]] - User’s state code
  • [[=Order.ShipToZipCode ]] - User’s zip code
  • [[=UserAccount.EMail]] - Another variable for user’s email address
  • [[=Order.ShipToPhoneNumber ]] - Variable for ShipTo’s contact number
  • [[=Order.ShipToComments ]] - Any comments you have related to the shipping of your order that was entered in your shopping cart.
  • [[ foreach(BusinessObjects.Business.Financial. QuoteDetail detail in Quote.QuoteDetails) { ]] [[ } ]] - Sets how your purchases are organized
  • [[=detail.LineNumber.ToString().PadLeft(4) ]] - Organize your purchases into lines
  • [[=detail.ItemSKU.ToString().PadRight(15) ]] - SKU numbers of your purchases [[=Truncate(detail.ItemDescription.ToString ().PadRight(55),50) ]] ]] - Item descriptions of your purchases
  • [[=String.Format("{0:c}",detail.ItemPrice).PadLeft(10) ]] - Per unit price of your purchases
  • [[=detail.Quantity.ToString().PadLeft(7) ]] - Quantity of your purchases
  • [[=String.Format("{0:c}",detail.AmountSubTotal).PadLeft(10) ]] - Subtotal of your purchases
  • [[=String.Format("{0:c}",Quote.AmountTotal).PadLeft(10) ]] - Final tally of total purchases

B2C Quote Submit To Clerk, B2C Quote Submit To User, Non-Logged Quote Submit To Clerk, Non-Logged Quote Submit To User, Quote Submit To User, Quote Submit To Clerk

  • [[=UserAccount.FirstName]] - User’s first name
  • [[=UserAccount.LastName]] - User’s last name
  • [[=Quote.QuoteNumber ]] - Refers to Quote Number
  • [[=UserAccount.UserName ]] - Registered User Name
  • [[= (Job!=null) ? (Job.JobNumber + " - " + Job.Name) : "" ]] Name and Number of Job linked to registered user
  • [[=Quote.Description ]] - Description provided by user
  • [[=Quote.QuoteDate.ToShortDateString() ]] - Date when Quote was submitted
  • [[ foreach(BusinessObjects.Business.Financial. QuoteDetail detail in Quote.QuoteDetails) { ]] [[ } ]] - Sets how your purchases are organized
  • [[=detail.LineNumber.ToString().PadLeft(4) ]] - Organize your purchases into lines
  • [[=detail.ItemSKU.ToString().PadRight(15) ]] - SKU numbers of your purchases [[=Truncate(detail.ItemDescription.ToString ().PadRight(55),50) ]] ]] - Item descriptions of your purchases
  • [[=String.Format("{0:c}",detail.ItemPrice).PadLeft(10) ]] - Per unit price of your purchases
  • [[=detail.Quantity.ToString().PadLeft(7) ]] - Quantity of your purchases
  • [[=String.Format("{0:c}",detail.AmountSubTotal).PadLeft(10) ]] - Subtotal of your purchases
  • [[=String.Format("{0:c}",Quote.AmountTotal).PadLeft(10) ]] - Final tally of total purchases

Contact Us Submitted

  • [[=Name]] - Sender’s name
  • [[=Phone]] - Sender’s phone number
  • [[=Email]] - Sender’s email address
  • [[=string.IsNullOrEmpty(Comments)?string.Empty: Comments]] - Comments or concerns that you put down on the Contact Us page

Demo Scheduler Email Template - Inquiry, Demo Scheduler Email Template - Inquirer

  • [[=Settings.Application.WebSite.Settings. WebHost]] - Website that the user was visiting when the request was made
  • [[=FirstName ]] - Sender’s first name
  • [[=LastName ]] - Sender’s last name
  • [[=Company ]] - Company name
  • [[=EmailAddress ]] - Sender’s email address
  • [[=Phone ]] - Sender’s phone number
  • [[=Website ]] - Sender’s website (if there is any)
  • [[=TimePreference ]] - Schedule selected
  • [[=Comments ]] - Additional comments regarding scheduling

Edit Job Submit To Salesperson

  • [[=UserAccount.FirstName]] - User’s first name
  • [[=UserAccount.LastName]] - User’s last name
  • [[=JobSummary.JobNumber.ToString() ]] - User’s Job Number
  • [[=JobSummary.Name.ToString() ]] - User’s Job Name
  • [[=JobStatus]] - Job Status
  • [[=JobSummary.ShippingInstructions. ToString()]] - Shipping instruction
  • [[=Changes]] - Comments regarding the edits made

External Task Notification To Clerk, External Task Notification To Support

  • [[=Message ]] - Message to clerk or support personnel
  • [[=Details]] - Details of the task being requested

Order Submit to Clerk Exported

  • [[=Order.OrderNumber ]] - Variable for Order Number
  • [[=CustomerAccount.CustomerNumber ]] - [[=CustomerAccount.Name ]] - Variable for Customer Account Name and Number (NOT User Account Name)
  • [[=Order.Description ]] - Additional description for orders
  • [[=Order.OrderDate.ToShortDateString() ]] - Order date
  • [[=Order.ShipToComments ]] - Any comments you have related to the shipping of your order that was entered in your shopping cart.
  • [[ foreach(BusinessObjects.Business.Financial. QuoteDetail detail in Quote.QuoteDetails) { ]] [[ } ]] - Sets how your purchases are organized
  • [[=detail.LineNumber.ToString().PadLeft(4) ]] - Organize your purchases into lines
  • [[=detail.ItemSKU.ToString().PadRight(15) ]] - SKU numbers of your purchases [[=Truncate(detail.ItemDescription.ToString() .PadRight(55),50) ]] ]] - Item descriptions of your purchases
  • [[=String.Format("{0:c}",detail.ItemPrice).PadLeft(10) ]] - Per unit price of your purchases
  • [[=detail.Quantity.ToString().PadLeft(7) ]] - Quantity of your purchases
  • [[=String.Format("{0:c}",detail.AmountSubTotal).PadLeft(10) ]] - Subtotal of your purchases
  • [[=String.Format("{0:c}",Quote.AmountTotal).PadLeft(10) ]] - Final tally of total purchases

Order Submit to Support Exported

  • [[=Status]] - Status of Order Submission request
  • [[=Details]] - “Error” variable that indicates if order submission has errors or not
  • [[=Order.OrderNumber ]] - Variable for Order Number
  • [[=CustomerAccount.CustomerNumber ]] - [[=CustomerAccount.Name ]] - Variable for Customer Account Name and Number (NOT User Account Name)
  • [[=Order.Description ]] - Additional description for orders
  • [[=Order.OrderDate.ToShortDateString() ]] - Order date
  • [[=Order.ShipToComments ]] - Any comments you have related to the shipping of your order that was entered in your shopping cart.
  • [[ foreach(BusinessObjects.Business.Financial. QuoteDetail detail in Quote.QuoteDetails) { ]] [[ } ]] - Sets how your purchases are organized
  • [[=detail.LineNumber.ToString().PadLeft(4) ]] - Organize your purchases into lines
  • [[=detail.ItemSKU.ToString().PadRight(15) ]] - SKU numbers of your purchases [[=Truncate(detail.ItemDescription.ToString ().PadRight(55),50) ]] ]] - Item descriptions of your purchases
  • [[=String.Format("{0:c}",detail.ItemPrice).PadLeft(10) ]] - Per unit price of your purchases
  • [[=detail.Quantity.ToString().PadLeft(7) ]] - Quantity of your purchases
  • [[=String.Format("{0:c}",detail.AmountSubTotal).PadLeft(10) ]] - Subtotal of your purchases
  • [[=String.Format("{0:c}",Quote.AmountTotal).PadLeft(10) ]] - Final tally of total purchases

Order Submit to User

  • [[=CustomerAccount.FirstName]] - Customer’s first name (linked to user account upon registration)
  • [[=CustomerAccount.LastName]] - Customer’s last name (linked to user account upon registration)
  • [[=customer.CustomerNumber]] - Customer account number
  • [[=customer.Name]] - Customer account name
  • [[=order.CreatedDate]] - Date the order was placed
  • [[=order.Description]] - Variable for the Description section
  • [[=order.CustomerPO]] - Variable for Customer PO
  • [[=location.Name]] - Location where the order will be coming from
  • [[=order.DetailsList]] - List of orders

Payment Notice Submit to Clerk, Payment Notice Submit To User

  • [[=Order.OrderID.ToString()]] - Order date
  • [[=UserAccount.UserName]] - User’s account name
  • [[=UserAccount.FullName]] - User’s full name
  • [[=CustomerNumber]] - Customer number (from Customer Account linked to registered user)
  • [[=Name]] - Name of person who made payment
  • [[=String.Format("{0:c}",Payment.PaymentAmount).PadLeft(10) ]] - Amount paid
  • [[=Payment.AuthorizationStatus]] - Status of payment made
  • [[=Payment.ExternalTransactionID]] - Displays external transaction ID
  • [[=Payment.AuthorizationComments]] - Additional comments or details of payment
  • [[=Payment.AuthorizationError]] - Error message; variable displays if payment encountered an error

Product Cost Price

  • [[=Item.SKU.PadRight(20)]] - Variable for Product SKU
  • [[=Item.Name.PadRight(20)]] - Variable for Product Name
  • [[=Truncate(Item.Description.PadRight(50), 50)]] - Variable for Product Description
  • [[=(Item.CostPrice.ToString("C") + "/" +Item.PriceUOM).PadLeft(20)]] - Cost Price
  • [[=BusinessLocation.Name]] - Business name and location of the company you are ordering from
  • [[=BusinessLocation.PhoneNumber1]] - Phone Number based on details provided in Location feature in Web Admin
  • [[=PrimaryContact]] - Displays name of personnel listed as the location’s Primary Contact

Product Knowledge Request, Product Sample Request

  • [[=StoreName]] - Store Location that the user selected in the live site
  • [[=PersonRequesting]] - Name of the user
  • [[=Email]] - User’s email address
  • [[=Phone]] - User’s phone number
  • [[=Subject]] - Requested product

Quote Cost To User

  • [[=UserAccount.FirstName]] - User’s first name
  • [[=UserAccount.LastName]] - User’s last name
  • [[=CustomerAccount.CustomerNumber ]] - Customer (linked to user account) account number
  • [[=CustomerAccount.Name ]] - Customer (linked to user account) name
  • [[=DateTime.Now.ToString()]] - Date quote cost was prepared
  • [[=detail.LineNumber.ToString().PadLeft(4) ]] - Organize your purchases into lines
  • [[=detail.ItemSKU.ToString().PadRight(15) ]] - SKU numbers of your purchases [[=Truncate(detail.ItemDescription.ToString ().PadRight(55),50) ]] ]] - Item descriptions of your purchases
  • [[=String.Format("{0:c}",detail.ItemPrice).PadLeft(10) ]] - Per unit price of your purchases
  • [[=detail.Quantity.ToString().PadLeft(7) ]] - Quantity of your purchases
  • [[=String.Format("{0:c}",detail.AmountSubTotal).PadLeft(10) ]] - Subtotal of your purchases
  • [[=String.Format("{0:c}",Quote.AmountTotal).PadLeft(10) ]] - Final tally of total purchases
  • [[=BusinessLocation.Name]] - Business name and location of the company you are ordering from
  • [[=BusinessLocation.PhoneNumber1]] - Phone Number based on details provided in Location feature in Web Admin
  • [[=PrimaryContact]] - Displays name of personnel listed as the location’s Primary Contact

Quote Submit to Clerk Exported

  • [[=UserAccount.EMail ]] - User’s registered email address
  • [[=Quote.QuoteNumber ]] - Refers to Quote Number
  • [[=Quote.Description ]] - Description provided by user
  • [[=Quote.QuoteDate.ToShortDateString() ]] - Date when Quote was submitted
  • [[=Quote.ShipToComments ]] - Any comments you have related to the shipping of your order that was entered in your shopping cart.
  • [[ foreach(BusinessObjects.Business.Financial. QuoteDetail detail in Quote.QuoteDetails) { ]] [[ } ]] - Sets how your purchases are organized
  • [[=detail.LineNumber.ToString().PadLeft(4) ]] - Organize your purchases into lines
  • [[=detail.ItemSKU.ToString().PadRight(15) ]] - SKU numbers of your purchases [[=Truncate(detail.ItemDescription.ToString ().PadRight(55),50) ]] ]] - Item descriptions of your purchases
  • [[=String.Format("{0:c}",detail.ItemPrice).PadLeft(10) ]] - Per unit price of your purchases
  • [[=detail.Quantity.ToString().PadLeft(7) ]] - Quantity of your purchases
  • [[=String.Format("{0:c}",detail.AmountSubTotal).PadLeft(10) ]] - Subtotal of your purchases
  • [[=String.Format("{0:c}",Quote.AmountTotal).PadLeft(10) ]] - Final tally of total purchases

Quote Submit to Support Exported

  • [[=Status]] - Status of Quote Submission request
  • [[=Details]] - “Error” variable that indicates if quote submission has errors or not
  • [[=UserAccount.EMail ]] - User’s registered email address
  • [[=Quote.QuoteNumber ]] - Refers to Quote Number
  • [[=Quote.Description ]] - Description provided by user
  • [[=Quote.QuoteDate.ToShortDateString() ]] - Date when Quote was submitted
  • [[ foreach(BusinessObjects.Business.Financial. QuoteDetail detail in Quote.QuoteDetails) { ]] [[ } ]] - Sets how your purchases are organized
  • [[=detail.LineNumber.ToString().PadLeft(4) ]] - Organize your purchases into lines
  • [[=detail.ItemSKU.ToString().PadRight(15) ]] - SKU numbers of your purchases [[=Truncate(detail.ItemDescription.ToString ().PadRight(55),50) ]] ]] - Item descriptions of your purchases
  • [[=String.Format("{0:c}",detail.ItemPrice).PadLeft(10) ]] - Per unit price of your purchases
  • [[=detail.Quantity.ToString().PadLeft(7) ]] - Quantity of your purchases
  • [[=String.Format("{0:c}",detail.AmountSubTotal).PadLeft(10) ]] - Subtotal of your purchases
  • [[=String.Format("{0:c}",Quote.AmountTotal).PadLeft(10) ]] - Final tally of total purchases

Shipment Notice Submit To Clerk

  • [[=ShipmentStatus]] - Displays current status of shipment
  • [[=ShipmentVendor]] - Designated shipping company
  • [[=ShipmentService]] - Type of shipment
  • [[=ShipFromAddress]] - Address where items will be coming from
  • [[=ShipmentNumber]] - Designated shipment number
  • [[=ShipmentStatus]] - Current status of shipment
  • [[=Payment.PaymentAmount]] - Payment amount
  • [[=Payment.PaymentMethodNumber]] - Payment method used
  • [[=Payment.ExternalTransactionID]] - Payment transaction ID
  • [[Payment.AuthorizationComments]] - Additional comments related to payment

Tool Repair Request

  • [[=FixedBefore]] - Displays either YES or NO
  • [[=EstimateRequired]] - Displays either YES or NO
  • [[=ExtrasSent]] - Lists extra parts or accessories sent by customer
  • [[=DollarLimit]] - Max amount customer is willing to spend
  • [[=ProblemDescription]] - Problem of tool
  • [[=EmailAddress]] - Email address of customer

 

Top