web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

Using Local Procedures On Query Columns

(0) ShareShare
ReportReport
Posted on by 15

Hello,

Aside from aggregation (i.e., count, min) is it at all possible to manipulate fields in Query Codeunits?

I'm thinking specifically of using a local procedure (provided by Steven Renders) to pull the notes from a Note field on the Record Link table:

    local procedure GetNotesForRecordRef(MyRec: RecordRef)text[250]
    var
        RecordLink: Record "Record Link";
        TypeHelper: Codeunit "Record Link Management";
        Result: text;
    begin
        Clear(RecordLink);
        clear(Result);
        RecordLink.SetRange("Record ID", MyRec.RecordId());
        RecordLink.SetRange(Type, RecordLink.Type::Note);
        if RecordLink.FindSet() then
            repeat
                RecordLink.CalcFields(Note);
                Result += TypeHelper.ReadNote(RecordLink);
            until RecordLink.Next() 0;
        exit(copystr(Result, 1250));
    end;

I can't see and obvious way to implement it.

I have the same question (0)
  • Suggested answer
    Andy Sather Profile Picture
    Microsoft Employee on at

    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

    dynamicsuser.net/.../developers

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

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,964 Super User 2026 Season 1

#2
Dhiren Nagar Profile Picture

Dhiren Nagar 1,086 Super User 2026 Season 1

#3
YUN ZHU Profile Picture

YUN ZHU 1,039 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans