Define PARAMETER

The following code defines PARAMETER.

PARAMETER TYPE Name_of_the_parameter

The restrictions are as follows:

  • TYPE specifies the type of data passed through the parameter. The following types are available: TEXT, NUMBER, BOOL, DATE, WIZARD (a reference to a Content Wizard in the project), FORM (a reference to a Form in the project), TEXTBLOCK (a reference to a Text Block in the project).
  • Parameter names are case-sensitive and must start with an uppercase character. Parameter names follow the same conventions as entry names.
  • You must define parameters after the #BEGIN instruction.

PARAMETER TEXT Sender 
PARAMETER WIZARD Document 

The following is a list of limitations:

  • Parameter definitions are not supported in combination with auto-includes in KCM Designer for Windows.
  • When parameters are added to a Master Template that is already used by one or more Document Templates, the parameters should be added as optional.