is there a general consensus on most performant and least governance way of checking if a particular Custom Record exists in account?
was thinking a try/catch against a search.create() or url.resolveRecord(), but didn't know if there was a better approach