Layout of the RunMdl and RunDocumentPackTemplate scripts

To ensure that the RunMdl and RunDocumentPackTemplate services function properly, follow the recommended layout of their scripts:

  • Use a comment block to add a title and a short description.

  • Start the script with the parameters.

  • Place each command on a new line.

  • If a command has multiple parameters, put each parameter on a separate line. Indent the parameters to facilitate reading.