asp.net - Filter based on annotation property in CRM WEP API -


i using crm web api 2016 v8.1.

i need filter data based on annotaion property 1 _objectid_value@microsoft.dynamics.crm.lookuplogicalname

anyone know how or if implemented or not?

if understand correctly want filter data (for example) lookup field in record.

it possible filter single record. example:

get [organization uri]/api/data/v8.2/accounts(00000000-0000-0000-0000-000000000001)?$expand=account_tasks($filter=endswith(subject,'1');$select=subject) 

but it's not yet possible filter multiple record using $expand enter image description here

source: https://msdn.microsoft.com/en-us/library/mt607871.aspx?f=255&mspperror=-2147217396#bkmk_optionsonexpand


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

python - matplotlib equivalent for Ubuntu servers with no GUI? -