create a transaction for posting

andreadjandreadj Member Posts: 12
i try to create an automatic procedure that post some entries from item journal and general journal. i want to treat those operation as one transaction. so if one fails, everything fails.

i utilise the existing codeunit for item and general for this purpose.
at this point, i dont have any clue how to chain those operation
in one transaction.

so, anyone could please tell me how can i achieve that?

thks ! :D

Comments

  • krikikriki Member, Moderator Posts: 9,110
    Instead of writing all records in their journals, you can fill up a record (but NOT save it) then add dimensions in a temptable (if you have any) and call the function "RunWithCheck" with the record and the dimension temptable in the functions 12:"Gen. Jnl.-Post Line" for a general journal line and 22:"Item Jnl.-Post Line" for an item journal line.

    These calls you can put in a loop and the COMMIT ONLY at the end of all the calls.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.