• marc.sofia
  • NEWBIE
  • 30 Points
  • Member since 2010

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Is there a way to do this?  I know I can create an Account field that will pull most recent Opportunity amounts, dates & picklist texts, but what about text that will be different for each opportunity?  This would be helpful.  Thanks!
Is there a way to do this?  I know I can create an Account field that will pull most recent Opportunity amounts, dates & picklist texts, but what about text that will be different for each opportunity?  This would be helpful.  Thanks!

I need to create a trigger that is kicked off when a custom object is cloned. Now I can do this via a before insert trigger on the object, but how would I know that the object is being clone vs a brand new record insertion?

 

It doesn't look like there is a "iscloned" method on triggers or sobjects. Does anyone have any ideas?

 

Thanks!