Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

Fetch Order Links

(0) ShareShare
ReportReport
Posted on by

Hello

I am facing the problem to fetch all links for specified order in my winforms application.

Lets say we have sales order XXX and in nav client users can add links to this order. Now in my app I want to fetch and display all links related to this XXX order.

Links are stored in Record Link table and are connected with orders via Record ID.

record-link.png

My question is how can I achive that?

Is it possible to fetch links using web services (OData)? (It is possible to fetch order)

Is there a way or schema how to encode the Record ID?

Or only proper way is to write codeunit? (any sample?)

I can not find any informations about that so I will be also thankful for some links to API or samples.

*This post is locked for comments

  • Verified answer
    Andrey Baludin Profile Picture
    3,941 on at
    RE: Fetch Order Links

    Here you can find good text by Suresh Kulla about it:

    community.dynamics.com/.../how-to-read-write-notes-in-navision-using-c-al

  • Suggested answer
    Stefano Demiliani Profile Picture
    37,166 Most Valuable Professional on at
    RE: Fetch Order Links

    The relation is not so easy...

    In C/AL:

    Creation of a Record Link for Customer XXX:

    Then

    Cust.GET('XXX');

    RecRef.GETTABLE(Cust);

    RecordLink.INIT;

    RecordLink."Record ID" := RecRef.RECORDID;

    .....

    RecordLink.INSERT;

    Cust is record type variable Customer

    RecRef is RecordRef

    RecordLink is record type variable Record Link

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,099 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,866 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans