WriteDocumentsToDatabase

A step that is based on the WriteDocumentsToDatabase step template reads a document properties file for a job and inserts the values of each document property into the database.

Job property defaults

  • None

Usage notes

  • You can have only one WriteDocumentsToDatabase step in a workflow. After using WriteDocumentsToDatabase to initially add document property values to the database, use UpdateDocumentsInDatabase for any future database updates.
  • You cannot copy or delete this step template.
  • If a step based on the WriteDocumentsToDatabase step template finds an incorrect value in the document properties file, the step adds a message in the job's message log for the first error for that document property. The step inserts the value of null ('') in the database instead of the incorrect value. The job does not go to an Error state.