dynamics crm - EntityReference attribute Filter with name in organizationdata services -


i filtering record customerid/id below link in javascript.

/opportunityset?$filter=statuscode/value eq 3 , **customerid/id** eq (guid’00000000-0000-0000-0000-000000000000′)

i want filter customerid/name.

is there way it.

i don't know if know but, there great solution building queries, check out: https://crmrestbuilder.codeplex.com/

maybe use build query you're looking for.

cheers


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -