Yes, it is!
Try to publish and run that:
codeunit 50112 DeleteGLE
{
procedure OnRun();
var
gle: Record "G/L Entry";
begin
Message('this will delete 1st G/L Entry');
gle.FindFirst();
gle.Delete();
end;
}
This works at current BC Spring Release.
As you can see no permission to G/L Entry was granted.
Any idea why it is wrong?
0
Answers
But I'm sure you're right. Some might be very strict on that. And with the saas environments on the rise this could be implemented like brick again. But on premise..