Hello!
I am trying to retrieve data from the /msdyn_project/ table stored in Dataverse, as far as I understand. I am using the /Microsoft.Xrm.Sdk/ library to connect through /CrmServiceClient/ and I am able to establish the connection. However, it does not return all the columns from this table (even though I have full access). For example, the /psa_prazo/ column is returned, but the /psa_prazoname/ column is not returned, even though I have set the property to retrieve all columns. Does anyone know how I can retrieve all the columns properly?