Community

Exporting Batch Registration Parameters

How can batch registration parameters be exported along each document data?

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

  • Avatar
    Flo
    You should read out registration parameters into some field using script.
    0
  • Avatar
    Alberto Torino
    The solution was using the "After document created" event and assigning the registration parameter from the batch to the document. A single line of code does that (Document.Properties.Set "MyRegistrationParameter", Me.Properties.Get("MyRegistrationParameter").
    Doing that allows you to access the parameter in the export script by simply using Me.Properties.Get("MyRegistrationParameter").
    It should be nice to have access to the batch registration parameters as well as document fields for the export script.
    Regards,
    0
  • Avatar
    Herr Gerritsen
    You can also create a Service Field in a document definition. (Create Field -> Service Field)
    Select as Data Source for this field Batch Registration Parameter or Document Registration Parameter, then enter the name of the Parameter.

    Other usefull information provided by Service Fields are Image Source, Last Editor, Document Count, etc.
    0

Please sign in to leave a comment.