Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
hey @SanfordWhiteman that's a solid advice. Thanks for pointing that out. I rather avoid loops where I can, so this is gold! However, I am still not getting an accurate count. I have multiple persons set up with 5,8,9 and 10 cars all of which are showing accurate count, but the persons with 11+ car...
Hi Jo, thank you so much for the pointers and the advice along the way. The total count is still off, this is really a weird issue, so this person has over 35 cars assigned to him, and the loop now only shows 10. I also tried to follow @SanfordWhiteman advice and wrap in a conditional statement an...
Hi All, I have a script that I just can't get working, I am using it to learn, but any help would be appreciated. I have a custom Object called car with the following fields:MakeModelYear Vin (Dedupe)EmailLinkToPerson (Dedupe) I am trying to write a foreach loop to show me all records that has a ca...