Insert variables in standard text
In the application, you can associate a string of words with a single ID to make it easier to enter the words by selecting the ID. The string of text is called
Standard Text
. Standard Text
is most often used for entering text in a Time or Expense entry Comment
or Billing Note
, and in the Compose
screen in Detail Billing
to add or change the text that appears on an invoice.Because you can use
Standard Text
in a variety of situations and at different times, you can add variables that will be reconciled at the time it's used and printed. There are 2 types of variables that you can add to Standard Text
: - Variable Date: Select a type of date and format, which will be turned into an actual date, relative to the system date, when previewed or printed.
- Text Prompt: Enter a prompt, which will be presented when theStandard Textis added. The response to the prompt is then inserted into theStandard Textat the point the prompt variable was entered.
Add a variable date
- Select .
- SelectAddif you're adding a newStandard TextorEditif you're editing an existing one.
- Position your cursor in the text where you want the date inserted.
- SelectInsert Variable Date.
- Select the date variable you want to insert and its format.
- SelectOKto add the formula for the Variable Date to the Standard Text.Example[Date Format(Report Date Year End(-1), "MM/dd/yyyy")]noteDon’t change any part of the formula inserted between the 2 square brackets directly as this could cause theVariable Datenot to reconcile correctly or issue an error when theStandard Textis used.
Add a text prompt
- Select .
- SelectAddif you're adding a newStandard TextorEditif you're editing an existing one.
- Position your cursor where you want theText Promptinserted.
- SelectInsert Text Prompt.
- Enter the prompt you want to be presented when using theStandard Text. The prompt should be specific enough so that it's clear what data is being requested.
- SelectOKto add it. The Text Prompt will appear between 2 left and right carets.Example<<Forms>>noteYou can add multipleText Promptto a singleStandard Textitem by repeating steps 3 through 6 for each one.
- When you use theStandard Textwith aText Promptin it, you will be presented with the defined text form. Enter the text you want inserted.noteIf you added multiple prompts, they’ll all show in this form together.
- SelectOKto insert the text.
Example
The following is an example of a
Standard Text
that includes a Variable Date
and Text Prompt
:Preparation and review of the Individual Income Tax Return for the year ended [Date Format(Report Date Year End(-1), "MM/dd/yyyy")] including the following forms: <<Forms>>.
When used in the
Compose
screen in Detail billing
, the Standard Text
reconciles to:Preparation and review of the Individual Income Tax Return for the year ended 12/31/2010 including the following forms: 1040, Schedule A, Schedule B, and Schedule D.