Hi there! My employer is looking to have me create a General Journal entry based on a sum of payments made to our customer management application, which is separate from Microsoft Dynamics. I will be programmatically adding these values together and inserting the journal entry. Once finished, I need to associate something unique from that journal entry (such as an id field) to the records I added together.
After spending some time analyzing the responses generated from doing this, I have identified the Line_No field as the most likely to fulfill this purpose. Based on the test entries I created, the Line_No field appears to be unique and is incremented in amounts of 10,000. I'm hoping someone here can confirm that I am interpreting this correctly and that the line number will always be unique. If someone can confirm that, I would sincerely appreciate it.