Community

Add Batch number in export xml Answered

Hi,

We are exporting data in xml format and need to add batch number as one of the exported field. How can I do this as I won't be able to define this in document definition?

Thanks

Was this article helpful?

0 out of 0 found this helpful

Comments

3 comments

  • Avatar
    Permanently deleted user

    Hi Sushil,

    You can create a service field in document definition and use 'Batch name' as the Data Source.
    or you can create a field and add the following script as a rule.

    string x = Context.Document.Batch.Id.ToString();

    Context.Text = x;

    Cheers!

    0
  • Avatar
    Permanently deleted user

    Thanks , worked :)

    0
  • Avatar
    Permanently deleted user

    This article is all about the installation and the configuration process of hp printer in error state which mainly useful to the new user’s as they have not enough access to the Printer. They may take help from this given steps to access a Printer in a significant manner.

    0

Please sign in to leave a comment.