cancel
Showing results for 
Search instead for 
Did you mean: 

Reproduce behavior of Copy To/From transaction

Former Member
0 Kudos

Hi Everyone,

I would like to copy informations from a document to an other document using the SDK.

Does someone know if there is a function in SDK which can reproduce the "Copy To" or "Copy From" transaction on document objects such as A/R Invoice, A/R Credit note, Delivery...

Thanks,

Charly

Accepted Solutions (1)

Accepted Solutions (1)

Johan_H
Active Contributor
0 Kudos

Hi Charly,

There is no single and simple method to to do this.

You have two options of drawing documents:

1. Write code according to the Order-Invoice SDK example.

2. Use the XML reading and writing methods. I.e. write a document to an XML file, and then create the new document by reading it from that XML file.

Regards,

Johan

Answers (0)