Topic by Anusha Bhujun
Content
Hello All,
I have to develop an application (ASP.NET) to update 3 custom fields as per user selection for Opportunity using SOAP webservices.
These fields are all on the opportunity table and are as follows:
1. Lead Source
Opportunity.c$LeadSource
Column name: lead_source
Type: Plain Text
2. Campaign Code
Opportunity.c$CampaignCode
Column name: campaign_code
Type: Plain Text
3. Source Detail
Opportunity.c$SourceDetail
Column name: source_detail
Type: Plain text
Can you please advise how to access the values of these fields using SQL query and the code on how to do the update on these custom fields?
Many Thanks.
Regards,
Anusha