Validation rule that flags if File is not present on custom object?
Requirement is to prevent saving of a record if a File (in this case, a quote) is not attached. Is this accomplishable declaratively? Answer In the most general reading of the question? It’s not possible at all. You can’t attach a file to a record prior to its being saved, because there’s no record for … Read more