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
0