Skip to main content

Notifications

Announcements

No record found.

Business Central forum
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
 
 
Categories:

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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,532 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,501 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans