• JD_Nashville
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

Use case:  
(multiple custom objects, 1 record triggers multiple records in other custom object)

 

- Custom Object A contains multi-select picklist with values apple, orange , grape, & banana 

- User creates record in object A and makes selections apple, orange from picklist

- Trigger: Creates two records in Custom Object B based on the selections of apple & orange  

- Apple & Orange are differnt record types in Custom Object B

 

I'm new to triggers and here's my questions:

 

1. Is this a difficult trigger?

2. Should I be looking to use triggers for this use case in the first place?

 

All guidance and feedback is welcome - thanks.