I created a Customer field on the Opportunity Entity that allows for the selection of an Account record or a Contact record.
Is there an OOB method I can use in a workflow to determine if the Customer field contains a Contact or an Account?
I need to do certain things if the Customer is a Contact and other/different things if the customer is an Account.
How can I make this determination using a workflow with only OOB components?