Hello:
I'm composing a simple journal entry import through Integration Manager. The source file does not have the offsetting account for the credit side of the journal entry.
The following is the VB script that I composed for the mapping of the Account Number for the credit side:
If SourceFields("GL Detail.Account String") = "" Then CurrentField = "230-00-00-00" else CurrentField = SourceFields("GL Detail.Account String") end if
In the mapping for the Credit Amount, I have "Use Default", so that the credit for the journal entry will simply pull in the total of the debits.
The above script compiles successfully. But, it is not working. The offset account for the credit of 230-00-00-00 is not being brought in.
How do I configure Integration Manager to accomplish pulling in 230-00-00-00 as the offsetting account for the default Credit Amount?
Thank you!
John
*This post is locked for comments
I have the same question (0)