Skip to content

Instantly share code, notes, and snippets.

@nommy
Created June 12, 2012 05:41
Show Gist options
  • Save nommy/2915394 to your computer and use it in GitHub Desktop.
Save nommy/2915394 to your computer and use it in GitHub Desktop.
second apex
trigger HandleProductPriceChange on Merchandise__c (after update) {
// update invoice line items associated with open invoices
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment