• por gel
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hello I was wondering what was the best way to create a map of 3 related objects. Eg. The grandchild looks up to the child, the child looks up to the parent. I know that you can use dot notation to get to the Parent from the grandchild, but was needing to go from the Top down. Would like to associate a key pair if possible
I have a  batch class which is running everyday and checks if the contract status is Activated or not if activated then it creates the order and its products.

1. Get the everyday logs on batch runs and number of order created and its status.

2. In case batch did not run due to any issue(exceptions)  that also needs to be notified.

Can I get any help how to achieve on this.

Thanks