Skip to content

Instantly share code, notes, and snippets.

@mailtoharshit
Created November 1, 2012 23:52
Show Gist options
  • Save mailtoharshit/3997673 to your computer and use it in GitHub Desktop.
Save mailtoharshit/3997673 to your computer and use it in GitHub Desktop.
example.Trigger
if (!RecursiveTriggerHelper.isAlreadyModified() )
{
RecursiveTriggerHelper.setAlreadyModified();
myclass.CheckOwnerChange(oldOpportunity,NewOpportunity);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment