• INW_Bryan
  • NEWBIE
  • 0 Points
  • Member since 2013

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

We have an app that is made up of almost entirely custom objects. Creating a smoothe workflow for our users is vital for this app. I'm new to apex, but familiar with basic code writting.

 

Here are the relationships between the objects: (--< = 1 to many, M/D = Master/Detail)

 

Object_a --< Object_b --M/D--< Object_c

Object_a --M/D--< Object_d

 

When a user populates a date field on Object_c and saves, we'd like a date field on all related records on Object_d (i.e. all Object_d's records for that specific Object_a record) to be updated with the same value. 

 

Any help is appreciated.

We have an app that is made up of almost entirely custom objects. Creating a smoothe workflow for our users is vital for this app. I'm new to apex, but familiar with basic code writting.

 

Here are the relationships between the objects: (--< = 1 to many, M/D = Master/Detail)

 

Object_a --< Object_b --M/D--< Object_c

Object_a --M/D--< Object_d

 

When a user populates a date field on Object_c and saves, we'd like a date field on all related records on Object_d (i.e. all Object_d's records for that specific Object_a record) to be updated with the same value. 

 

Any help is appreciated.