Skip to main content

Notifications

Business Central forum
Suggested answer

Add condition to CheckBalance function in Gen Journal Post Batch

Posted on by Microsoft Employee

Hi, 

we are trying to add an addtional check to the postbatch function. 

Essentially we want to check a custom enum value of every Line (Record) and then make an operation. 

So far we tried: 

    local procedure CheckBalance(var GenJnlLine: Record "Gen. Journal Line edelb")

    var
        myenum2: enum myEnum;
        myValue: Integer; 
        Edel_Text: Text[20]

foreach Value in enum::myEnum.Ordinals() do begin
                if (myenum2 = myenum2::Ag) then

                      ..................
                    break;
            end;

However iteration does not break, eventhogh the variable values are ok. 

Anybody know how to iterate the enum value of every record in this codeunit? 

Thanks, 

DeFi

  • Suggested answer
    Marco Mels Profile Picture
    Marco Mels on at
    RE: Add condition to CheckBalance function in Gen Journal Post Batch

    Hello,

    We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I wanted to provide you some additional resources to assist.  If you need assistance with debugging or coding I would recommend discussing this on one of our communities.

    www.yammer.com/dynamicsnavdev

    www.dynamicsuser.net/.../14

    I will open this up to the community in case they have something to add.

    Thanks.

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

Dynamics 365 Community Update – Sep 16th

Welcome to the next edition of the Community Platform Update. This is a weekly…

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,522 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,441 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans