ComposeAFP

A step that is based on this step template uses Quadient Inspire Designer to generate a new AFP file from a WFD file and raw data files. The step waits for the new file to be returned.

This AFP step template is available when the Quadient Inspire Connect and AFP Support features are installed.

Job property defaults

  • Data files: ${getFileName(origoverrides, text, read)}
  • Data modules:
  • Fixed data files:
  • Fixed data modules:
  • Quadient JOB file:
  • External command: PNetTC ${Job.GMC.WFDFileLocation} ${Job.GMC.SetupDataFiles} -o MyOutput1 -e AFP -f ${getFileName(print, afp, write)}
  • External program language: Not set
  • External program code page: UTF8
  • Valid return codes: 0,2
  • WFD file: ${getFileName(print, unknown, read)}

Usage notes

  • If Quadient Inspire Designer is not listed in the PATH environment variable for the system (aiw1 is the default RICOH ProcessDirector system user in Linux), replace PNetTC in the External command property with the full path to the program.
  • The Job.GMC.SetupDataFiles property used in the external command does not appear in the user interface because you cannot enter a value for it. RICOH ProcessDirector concatenates the values of the Data files, Data modules, Fixed data files, and Fixed data modules properties in the correct order and stores them as the Job.GMC.SetupDataFiles property. You can use this property in commands and symbol formulas that require more than one of those values.
  • If you list a value for the Quadient JOB file, you must also add this text to the value of the External Command property: -c ${Job.GMC.JobFile}