Skip to main content
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.

  • Suggested answer
    Marco Mels Profile Picture
    on at
    RE: Assign another field of the same type to a link type field by programming.

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

  • Antonio Llanero Profile Picture
    95 on at
    RE: Assign another field of the same type to a link type field by programming.

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

    Greetings and thanks.

  • Antonio Llanero Profile Picture
    95 on at
    RE: Assign another field of the same type to a link type field by programming.

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

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

News and Announcements

Now Available: 2025 Release Wave 2

Quick Links

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

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

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2,655

#2
Mansi Soni Profile Picture

Mansi Soni 1,574

#3
YUN ZHU Profile Picture

YUN ZHU 1,453 Super User 2025 Season 1

Featured topics

Product updates

Dynamics 365 release plans