Hi Everyone,
I want to ask something related to how to enable/disable edit, insert, and delete on a page dynamically in Business Central.
is there a way to achieve this? I've tried this code to make this happen :
var
curPage: Page ThePage;
begin
curPage.Editable(false);
end;
I appreciate any answers given.
Best Regards,
Chaidir Ali Assegaf