Hello,
We are successfully getting fields from the Document instance in a script calling methods in a C# DLL like this:
Document.Field("Invoice Layout\\InvoiceNumber").Text
I made some effort searching the net and this forum, but I can't seem to find out how we can get access to the line items of the invoice. What I'm thinking of is to get an array or list of LineItem objects so I can get the amount, article, price and so on.
Can someone help me out?