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 :
Microsoft Dynamics 365 | Integration, Dataverse...
Suggested Answer

how can I fill _contactid_value of quote

(0) ShareShare
ReportReport
Posted on by 219

Hello, when I make an odata call myorg..api/data/v9.0/quotes I get a as response the field _contactid_Value

but I cant find the field in the solution or on the form...

How Can i fill it? Or do I need to make a custom lookup field to set a contact (of a company) to the quote?

thanks for help

I have the same question (0)
  • Suggested answer
    Wahaj Rashid Profile Picture
    11,323 on at

    Hi,

    Quote entity already have a filed called customerid (Potential Customer). You have to set this lookup which of type customer (can be set to either an account or a contact).

    There is no need to create a custom lookup.

    Here is the syntax for Web API:

    // For Account
    entity["customerid_account@odata.bind"] = "/accounts("   Account_GUID   ")";
    
    // For Contact
    entity["customerid_contact@odata.bind"] = "/contacts("   Contact_GUID   ")";

    Best,

    Wahaj

    (if it answers your query, mark it as verified)

  • McDauly Profile Picture
    219 on at

    I know here we put in our company..

    never the less I need both on my quote.

    I'm propably make a new field and map it from lead(parentcontact)->to opportunity -> to quote...

    beside from that even if I put a contact into customerid the field _contactid_value doesnt get field in the odata request...

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 Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
11manish Profile Picture

11manish 107

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 59 Super User 2026 Season 1

#3
sannavajjala87 Profile Picture

sannavajjala87 29

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans