Starting a New Assembly From a Template
You can use the ASSEMBLE instruction to add templates to the Assembly Queue . You can use the ASSEMBLE instruction in the following template types:
Using the ASSEMBLE instruction in a Word template
You can use the ASSEMBLE instruction in a Word template to add another template to the assembly queue.
To insert an ASSEMBLE instruction to a Word template
- At the template, position the cursor in the template where you want the ASSEMBLE instruction.
- In the HotDocs toolbar, click the HotDocs drop-down menu; then from the list of options, choose Other Field.
- In the Other Field dialog box, click the Field type drop-down list; then choose ASSEMBLE.
- Next to the Template to assemble field, click the Browse button, locate the template you want to assemble, then click OK. HotDocs inserts the ASSEMBLE instruction for that specific template.
Using the ASSEMBLE instruction in a WordPerfect template
You can use the ASSEMBLE instruction in a WordPerfect template to add another template to the assembly queue.
To insert an ASSEMBLE instruction in a WordPerfect template
- Position the cursor in the template where you want the ASSEMBLE instruction.
- Click the INSERT Field button. The INSERT Field dialog box appears.
- Select INSERT Template.
- Click the Open button to select the template file you want to have assembled.
- Click OK. HotDocs inserts the instruction for that specific template. For example: «INSERT "subpoena.wpd "».
- Delete the text INSERT from the instruction and type the keyword ASSEMBLE. For example: «ASSEMBLE "subpoena.wpd"».
If the template you are adding to the assembly queue is a form template, HotDocs will not let you browse for the file from the INSERT Field dialog box. Instead, at the template, you must manually enter the file path and the name of the form template file.
Using the ASSEMBLE instruction in a form template
You can use the ASSEMBLE instruction in a form template to add another template to the assembly queue.
To insert an ASSEMBLE instruction in a form template
- At the template, create a field and attach a Computation variable to it.
- At the Computation Editor, type the ASSEMBLE instruction, including the path and file name (if necessary) of the template you want to assemble. For example: ASSEMBLE "subpoena.hft".
You can add command-line option s to an ASSEMBLE instruction (for example, ASSEMBLE "subpoena.docx /pr"). If the command-line option includes a file path and name, enclose the path and name in double quotation marks (for example, ASSEMBLE "subpoena.docx /sa /af=""L Chang"""). (Four command-line options were designed specifically for use with ASSEMBLE instructions. They are: Suggest Save, Suggest Save New, Save Answers, and Save Answers Prompt. They control the saving of answers after each ASSEMBLE instruction is processed.)
If your template uses a custom interview you must place ASSEMBLE instructions in both the body of the template and in the interview script . For more information, see ASSEMBLE "FILENAME".