コミュニティ

Add Batch number in export xml 回答済み

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

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

3件のコメント

  • 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

サインインしてコメントを残してください。