Hi Everyone.
I've recently started getting a new problem in Business central.
I'm not able to insert using Record Ref any more it was working about a month ago when I first created the extension, but now the environment just hangs.
Is anyone else facing the same issue?
below is my code. copied from
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/methods-auto/recordref/recordref-insert-method
RecRef.Open(3);
MyFieldRef := RecRef.FIELD(1);
RecRef.Init();
MyFieldRef.Value('30D');
RecRef.Insert(true);

Report
All responses (
Answers (