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

Announcements

News and Announcements icon
Community site session details

Community site session details

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

Assign another field of the same type to a link type field by programming.

(0) ShareShare
ReportReport
Posted on by 95

Hi.

I am trying to assign to a link type field the value of another field of the same type programmatically.

With fields of type string, integer or decimal I have no problem:

string name = "Name";

decimal number = 1;

entity.Attributes["dv_name"] = name;
entity.Attributes["dv_quantity"] = number;

service.Update(entity);

But when I use I try to assign a link type field, it gives me an error. Lo he intentado de varias formas:

entity.Attributes["dv_uom"] = entity["uomid"];

or

EntityReference ref = (EntityReference)entity.Attributes["uomid"];
entity.Attributes["dv_uom"] = ref.Name;

I know I have to be doing it wrong, but I can't find how I should do it.

Greetings and thanks.

I have the same question (0)
  • Antonio Llanero Profile Picture
    95 on at

    Sorry. This topic should have been in the Microsoft Dynamics 365 CRM for Sales forum. How can I move it?

  • Antonio Llanero Profile Picture
    95 on at

    I have already solved the problem. You can close the question.

    Greetings and thanks.

  • Suggested answer
    Marco Mels Profile Picture
    Microsoft Employee on at

    Thank you for letting us know the issue has been resolved.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,496 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 961 Super User 2026 Season 1

#3
Grigorios Mavrogeorgis Profile Picture

Grigorios Mavrogeorgis 870 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans