Hi Everyone.
I know Invoice Post. Buffer is use to create entries for G/L entries. Depending on the primary key of the Invoice Post. Buffer, entries get created.
I want to know how the system knows when to create a new entry? Do we need to specify the key to use?
In the "PrepareSales(VAR SalesLine : Record "Sales Line")" function there no place specify how and when to create new entry.
My actual requirement is to group item ledger entry based on Sell to Customer and Item No and then insert into a new table. My idea is to use a same way of Invoice Post. Buffer.
*This post is locked for comments