function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
gopipatel_2610gopipatel_2610 

Java code for updating custom field

Hi,
 
Can any one help me with the java code which updates custom filed with the partners filed in Opportunity.
Also can we use getDeleted() to get the list of deleted records and getUpdated() to get the list of updated records. How this works. Any help will be appreciated.
 
Thanks,
 
SuperfellSuperfell
Have you seen the docs and the quickstarts, this is covered in detail there.
gopipatel_2610gopipatel_2610

Thanks Simon.

But I couldn't find anything in API doc. If you can point me to some other link i would really appreciate this.

As I am new to SFDC i am having some problem.

 

Thanks,

 

SuperfellSuperfell
See the java samples