Discussions
Creating Journal Entries with more than 200 lines
I am trying to create journal entries with more than 200 lines and am running into a problem with both the balancing and the additional line creation.
To get around the 200 line limitation I an creating the journal entry with one call, then using the created internal ID, I update that entry with additional journal line entries. The creation works fine, but the following update is replacing all the line entries, even though I have replace all set to false.
The second issue is during import the line at 200 may not be balanced. Is there any way to postpone balance calculation until after the import is completed?