Skip to content

Instantly share code, notes, and snippets.

@emoran
Created December 8, 2014 18:00
Show Gist options
  • Save emoran/21b39d8767f625131a30 to your computer and use it in GitHub Desktop.
Save emoran/21b39d8767f625131a30 to your computer and use it in GitHub Desktop.
Sync a quote automatically (Quote needs to be activated)
Opportunity opp = [Select Id,SyncedQuoteId from Opportunity where Id =:this.id_Opportunity];
opp.SyncedQuoteId = q.Id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment