Options

Record IsTemporary useage and documentation

samantha73samantha73 Member Posts: 96
Hi Guys
I see often when writing event-based code units something like:

if Rec isTemporary then exit else
begin
end

Is there any good resources that explain temporary records in BC and how and when they are used. ideally I want to create a test where the record is temporary and my codeunit or function exist to test. Some simple example to understand the concept
Thanks
Sign In or Register to comment.