OnlyOnInput Function

Description:
The value of this function is determined by context:
  • Constructing a questionnaire page: true
  • Generating a document: false
This function is almost exclusively used as the definition of a span whose purpose is to force variables within the span to be relevant on the questionnaire when they wouldn't otherwise be relevant according to the remainder of the template. This may be because you are collecting information that will be used by another system and not in the generated document itself or because you are using some variables only in situations that do not make them relevant on the questionnaire and therefore you have to force relevancy in order for them to appear on the questionnaire.
Note that brackets are not used for this special function.
Returns:
Boolean
Example:
Expression
Result
OnlyOnInput
False
This function is most often used as a Business Rule on a span:
[
OnlyOnInput
{ClientName}{MatterNumber}]

Related content