Nicolas Bean
08/11/2021, 2:16 AMmichoel
08/11/2021, 4:16 AMLine Sequence Number is the order the line appears in the transaction while Line ID always increments for each line. (For example if you add three lines and then delete the second one, the Line IDs will be 1 and 3). I'd recommend using Line Unique Key instead which is unique identifier across all transactionsNicolas Bean
08/11/2021, 12:41 PM