Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 general forum

AL programming question. Storing primairy key of table but showing another field like name

(0) ShareShare
ReportReport
Posted on by 70

LS,

What I want is to store the Primary key of a slave table into a master table. But I do not want to select or show this primary key. I want to show or select for instance the field name.

I used the Youtube sample created by Daniel Rimmelzwaan.

I have a table Book with a primary key (Favorit book No.) and some fields like name/pages/etc.

When I extend the Customer Table I can set a TableRelation.

field(50100; "Favorite book No."; Code[20])
{
Caption = 'Favorite book No.:';
TableRelation = Book."No.";
}

I can extend CustomerCard like this:

field("Favorite book No."; "Favorite book No.")
{
ApplicationArea = All;
}

When I open CustomerCard I can enter or select a Favorite Book No (which is the primary key and it will store this in the table.

But I would like to be able to select the book name and that it would store the Favorite book No.

In C# and SQL this would be a common thing to do.

I hope some people can offer me some help.

Kind regards,

Clemens Linders

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

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

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,432 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans