Hey Greg,The BO can execute any query that you can execute on the database. The only time you would have a problem with this type of query would be on an update. You would need to add the the 'StatusName' field to ExcludeFieldsToUpdate/Insert on the BO. Otherwise, if you are having a problem, turn on the debug for the data source and try to see what is going on with your query through the BO.