<< Click to Display Table of Contents >> Navigation: Using CloudNine LAW > Getting Started > Case Files > Case Templates and Projects > Default Case Template |
"#Default.xml" is used as the default Case Template file for all new cases created in LAW. You can directly edit this template as desired for your case Metadata Field needs, but it's highly recommended that you create customized copies of the #Default.xml instead, and apply these copies to each new case during/after creation. You will find the default template within your main LAW install directory inside the "Templates" folder.
1.Start by using a File Explorer to navigate to the "Templates" folder located within your main LAW install directory (default C:\Program Files (x86)\LAW50\Templates).
2.Locate the "#Default.xml" template within this folder, and make a copy of that file. Rename it to something easily identifiable.
3.Open this newly created template file with any text-editor, such as Notepad.
4.Copy the lines of text (highlighted in the screenshot below) found between the <FIELDS></FIELDS> tags, and paste them on a new line after the </Field1> tag (last line highlighted).
5.Increase the # of these new <Field#></Field#> tags by 1, and edit the enclosed text within the new <FieldName></FieldName> tags to rename this field.
i.The following characters cannot be used for field names < > : " / \ | ? *
ii.Field names cannot begin with a number.
iii.Field names are case-insensitive, and must be unique. For example, "data" = "Data" = "DATA" when naming fields.
6.Change the text enclosed within the other Definition Tags (explained below) as desired for this new field.
7.For each additional field you wish to create, copy the same text as described in step 4, but paste that text on a new line after the previous </Field#> tag instead, and repeat steps 5-6 for that field.
8.Once you have created the desired number of Metadata Fields, save all changes made to this new template, and close the text-editor to finish.
|