10 answers

Would it be possible to do this with a couple of roll-up summaries?One rollup summary would count all child records, so 15 if there were 15 children.One rollup summary would count all child records, but with a filter criteria that the date field is not null. so if of the 15, 5 had dates, this value would be 5.Then you could auto-set the status based on the difference between these two fields? I.e. 15-5 !=0 therefore, status = 'Partially'. or if all had dates, 15-15==0 therefore set the status to 'All In'.I've not validated that all of the above is possible, but I can't think of any reason why it wouldn't be!