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 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...
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)
André Arnaud de Cal...
291,969
Super User 2025 Season 1
Martin Dráb
230,842
Most Valuable Professional
nmaenpaa
101,156