Dynamics QueryExpression - Find entity records where fieldA equals fieldB
问题 I'm trying to alter some data in dynamics crm. To achive that, I want to write a plugin that searches for entities having speacial criteria. so far, not that special. I could do a QueryExpression and search where "field A" of entits A has "that value" (String, for example) What is different now is, that I want to test "field A" is equal to "field B". In T-SQL it would be select * where table1.fielda = table1.fieldb so I want to match an attribute value of one entity record to an attribute