I've a problem when i try to pass a childnode attribute as a parameter using Odata in dynamics crm 2015!
for example: when i pass a parentnode it works fine!
but when i pass a child node it does not work : https://ServerURL/XRMServices/2011/OrganizationData.svc/InvoiceSet?$select=Name,InvoiceNumber,TotalAmount,TransactionCurrencyId&$filter=CustomerId/Name eq 'AttributeValue'
i also tried the "$expand" function but it doesn't work! https://ServerURL/XRMServices/2011/OrganizationData.svc/InvoiceSet?$expand=Account_Invoice&$filter=Account/Name eq 'AttributeValue'
Your help will be greatly appreciated