i have a function contains OData Query to get opportunity fields values:
var ODataQuery = "/OpportunitySet?$select=transactioncurrencyid,new_datelimite,new_valeur&$filter=OpportunityId eq (guid'" + oppId.toString() + "')";
after execution of query the response : has no property named "new_valeur" (customized field)
<error><code/><message xml:lang="fr-FR">Le type 'Microsoft.Crm.Sdk.Data.Services.Opportunity' n'a pas de propriété nommée 'new_valeur'.</message></error>
*This post is locked for comments