Expression: Difference between revisions
(Created page with "An '''expression''' refers to either: * A literal value, such as a number (e.g. <code>123</code>) or a piece of text (e.g. <code>"Hello world"</code>); or * A group of words or symbols that describes how to obtain the above (e.g. <code>Contact.ShortName</code>). ContactsLaw allows the use of expressions in document templates, automatic descriptions for document types and workgroups, as well as various other areas...") |
No edit summary |
||
Line 4: | Line 4: | ||
[[ContactsLaw]] allows the use of expressions in [[document template|document templates]], automatic descriptions for [[document type|document types]] and [[workgroup|workgroups]], as well as various other areas. This is the basis for generating content that draws upon data from [[contact|contacts]], [[matter|matters]] and so on. | [[ContactsLaw]] allows the use of expressions in [[document template|document templates]], automatic descriptions for [[document type|document types]] and [[workgroup|workgroups]], as well as various other areas. This is the basis for generating content that draws upon data from [[contact|contacts]], [[matter|matters]] and so on. | ||
== Types of Expressions == |
Revision as of 18:19, 18 July 2023
An expression refers to either:
- A literal value, such as a number (e.g.
123
) or a piece of text (e.g."Hello world"
); or - A group of words or symbols that describes how to obtain the above (e.g.
Contact.ShortName
).
ContactsLaw allows the use of expressions in document templates, automatic descriptions for document types and workgroups, as well as various other areas. This is the basis for generating content that draws upon data from contacts, matters and so on.