• Lola Holland
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
I'm currently working on a project that involves custom object relationships.I have two custom objects, let's call them "Project__c" and "Task__c". I want to create a relationship between these two objects, where a "Project" can have multiple "Tasks".
I initially thought about using a lookup relationship, but then I realized that I also need to roll up certain fields from related tasks onto the Project. From what I've gathered, roll-up summary fields only work on master-detail relationships, but I can't use master-detail because Tasks need to be unrelated to other Project records.
I have a Screenflow that has a lot of checkboxes in it. Im using Sections to group checkboxes together and have compoenent visability on them so they only show if I need them to. I set the Default value to False, but if the componenet doesent show it makes it null and it fails the Update of the record. 

I cannot use the Decision solution, to check if Null then change it the False because of the amount of checkboxes I have. 

Any Suggestions to make this work would be great!