Skip to main content

Notifications

Announcements

No record found.

Business Central forum
Unanswered

Inherited code - OptimGLEntLockForMultiuserEnv

Posted on by 763
I inherited some OnPrem code that I need to adjust to Online, and there is a part that within Visual Studio has an error, and was hoping someone knew what this was doing/looking at, and what to adjust to online.
 
 
 
local procedure LockTables(var AssemblyLine: Record /Assembly Line/; var AssemblyHeader: Record /Assembly Header/)
    var
        GLSetup: Record /General Ledger Setup/;
    begin
        AssemblyLine.LockTable();
        AssemblyHeader.LockTable();
        GetGLSetup;
        if not GLSetup.OptimGLEntLockForMultiuserEnv then begin
            GLEntry.LockTable();
            if GLEntry.FindLast then;
        end;
    end;
 
The part GLSetup.OptimGLEntLockForMultiuserEnv is where the error is and states, /Record General Ledger Setup does not contain a defnition for OptimGLEntLockForMultiuserEnv/. Any guidance or insight as to what this is attempting to do, and how to adjust for Online would be great.
 
Thanks,
Kevin
 
 
Categories:

Helpful resources

Quick Links

Replay now available! Dynamics 365 Community Call (CRM Edition)

Catch up on the first D365 Community Call held on 7/10

Community Spotlight of the Month

Kudos to Saurav Dhyani!

Congratulations to the June Top 10 community leaders!

These stars go above and beyond . . .

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 288,584 Super User

#2
Martin Dráb Profile Picture

Martin Dráb 225,864 Super User

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans