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 - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -