HI,
In NAv I generally use ASSERTERROR to rollback the transaction without error.
How can we do it in BC? Microsoft said we should not use this command in Production code.
Is there any ways I rollback all the transaction( no writetransaction in DB) and continue with process without error and stooping the program?