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
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件のコメント
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!
Thanks , worked :)
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.
サインインしてコメントを残してください。