Skip to main content

Notifications

Microsoft Dynamics NAV (Archived)

Adding fields from Another Table

Posted on by Microsoft Employee

Hello, On the item Bin Contents I've created two new fields, Sell-to Customer Name and Item Description. I'm trying to retreive these from the Item Card. 

My assumption was 


recItem.GET(recItem."No.");
"Sell-to Customer Name" := recItem."Sell-to Customer Name";

Would work but it doesn't? What should I change 

*This post is locked for comments

  • Suggested answer
    Mohana Yadav Profile Picture
    Mohana Yadav 59,125 Super User 2024 Season 2 on at
    RE: Adding fields from Another Table

    You need to read some help regarding using GET function.

    how to you get customer record with Item No?

    recCustomer.GET("Item No.")

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Adding fields from Another Table

    Thank you again. I Have the Sell to Customer No and item Description populating However I realise I need to get the Sell-to Customer Name from the Customer table. I Attempted to create a flowfield for this

    Lookup(Customer.Name WHERE (Name=FIELD(Sell-to Customer Name)))

    And wrote

    IF recCustomer.GET("Item No.") THEN BEGIN

     "Sell-to Customer Name" := recCustomer.Name;

    END;

    But It errors and the page doesn't load, what should I alter?

  • Suggested answer
    Binesh Profile Picture
    Binesh 7,885 on at
    RE: Adding fields from Another Table

    You have to write something like:

    IF recItem.GET("Item No.") THEN BEGIN

      "Item Description" := recItem.Description;

      "Sell-to Customer Name" := recItem."Sell-to Customer Name";

    END;

    Note: Here "Item No" is a Bin Contents Filed

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Adding fields from Another Table

    Hi Thank you, I've attempted to create a flowfield

    91.PNG

    However now when I go into the Item Bin Contents Page I get this error

    91.PNG

  • Suggested answer
    Amol Salvi Profile Picture
    Amol Salvi 18,694 on at
    RE: Adding fields from Another Table

    As Mohana suggested you need to have those field on the source table from there you can show the values on target table

    Check the fields and relationship between two tables.

  • Suggested answer
    Mohana Yadav Profile Picture
    Mohana Yadav 59,125 Super User 2024 Season 2 on at
    RE: Adding fields from Another Table

    you can also create flow fields in Bin Contents table

  • Suggested answer
    Mohana Yadav Profile Picture
    Mohana Yadav 59,125 Super User 2024 Season 2 on at
    RE: Adding fields from Another Table

    do you have Sell-to Customer Name field in Item table?

    recItem.GET(<use item field from Bin Content record>);

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!

Community AMA December 12th

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

New! Quick response templatesâš¡

Save time with the new custom templates!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 229,963 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans