LedgerJournalTable.isEligableForDistributionBeforePost Method
Indicates whether the journal has many lines and should be distributed into several journals before it tries to post.
Syntax
public boolean isEligableForDistributionBeforePost()
Run On
Called
Return Value
Type: boolean
true if the number of lines is large and the journal should be distributed into several journals; otherwise, false.
Remarks
Journals that have many lines create roll back segments that are very large, which could cause server problems. Normally, journals with more than 30,000 lines should be distributed into several journals before posting.