Did anyone else notice the answer key lists B and C, but there isn't a standard object for shoe designs? Seems like it should be B and D because custom object plus lookup avoids cascade deletes. Thoughts?
B imo. When the assignment rule checkbox is selected by default, even manual cases get pushed through the active rule. That ends up assigning them to the default owner, which is probably set as the admin here. Pretty sure that's what's happening, but open to other ideas.
Yeah, C and D make sense here. Debug lets you walk through the logic in Flow Builder and see exactly what happens, and sandbox means you aren't messing up real data while testing. Pretty confident that's what Salesforce pushes as best practice, but if someone thinks B fits too, let me know.
D . Debug in Flow Builder (C) helps catch logic errors, and sandbox (D) prevents production mistakes. B is tempting but running flows in prod isn’t really safe for initial tests. I could see some picking B, but I think C/D fits Salesforce best practices more-correct me if I missed anything.
B and C make sense since Flow Builder gives you that guided, step-by-step user experience and Approval Process handles the routing/authorization. D (Quick Action) is good for simple submits but doesn't guide or route. Pretty sure B/C are right for this scenario, anyone disagree?