cancel
Showing results for 
Search instead for 
Did you mean: 

Inspecting JournalEntry_Line's - Urgent

Former Member
0 Kudos

Hi,

We need to do some reposting when an invoice has been entered, but only if certain JournalEntry_Line's are present on the corresponding JournalEntry to the invoice.

So i need to inspect the lines on an existing JournalEntry, but DI API say's:

"The object does not support this method, Or method not implemented yet." when trying to use JournalEntry_Line.Count, nor am i able to iterate throug lines using SetCurrentLine ect.

Is it not possible to see lines of existing journals ??

Kr.

Soren

Accepted Solutions (1)

Accepted Solutions (1)

rasmuswulff_jensen
Active Contributor
0 Kudos

Problem is that for some reason both the JournalEntries object and the JournalEntries_Lines Object has a SetCurrentLine() and a count.

Try:

- JournalEntry.Lines.Count

instead of:

- JournalEntry.Count

or switch around

Answers (0)