Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Service | Customer Service, Contact Center, Fie...
Suggested answer

WEB API Property name

(0) ShareShare
ReportReport
Posted on by 709

Hi all,

This is probably not directly a Field Service question, but since I am using it and it is and issue with my table in it, so I give a try. 

So I ran to a problem whereby I need to specify a WEB API Property name in my Javascript when using function RetrieveMultipleRecords. The error is similar like this blog :

https://coderscollection.wordpress.com/2019/02/22/error-a-binary-operator-with-incompatible-types-was-detected-found-operand-types-entity-and-edm-guid-for-operator-kind-equal/

when it is mentioned something like this :

The Error was because,In Filter section

var filterOptions = "?$select=bupa_medicallineid&$filter=bupa_MedicalRecord eq '" + RecordId + "

I was using Navigation name, instead we have to used Web API Property Name.

var filterOptions = "?$select=bupa_medicallineid&$filter=_bupa_medicalrecord_value eq '" + RecordId + "


So what is this Web API property name ? and how would I get it ?

Thanks in advance,

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: WEB API Property name

    Hello ShaqAX,

    The format of Web API property name is _<name>_value. And <name> is the single-valued navigation property.

    Please refer to these docs:

    docs.microsoft.com/.../query-data-web-api

    docs.microsoft.com/.../web-api-types-operations

    If you are using default entities, you can get them here:

    docs.microsoft.com/.../account

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >

Featured topics

Product updates

Dynamics 365 release plans