Skip to main content

Notifications

Small and medium business | Business Central, N...
Unanswered

Inherited code - OptimGLEntLockForMultiuserEnv

Posted on by 769
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
 
 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans