Not all columns retrieved on `new ColumnSet(true)` in a plug-in
问题 I'm building the following query. For some reason, it doesn't bring to me all the fields. I've checked the spelling and when I assign values to those field, I even switched the name, leading to an exception. So I know for sure that they exist and are used. I'm adding a pre-image to the update-step with all data, just to be sure. QueryExpression request = new QueryExpression { EntityName = "myLogicalName", ColumnSet = new ColumnSet { AllColumns = true }, Criteria = { Filters = { new