Hello everyone,
I work with CRM On Line and I am not able to perform an OData query
I have a custom table called equipment bound to the instance, ie every instance is bound to an equipment.
I can get the id of the equipment field this way _new_equipamentoid_value, however I need to get the name and other data that is in the equipment table.
Can anybody help me/
Here's the query I'm using:
http://srvdynamics:5555/Aprendiziado/api/data/v8.0/incidents(C4E6BDC5-1BEF-E611-80BC-000C2989B1A8)?$select=incidentid,ticketnumber,_new_equipamentoid_value&$expand=primarycontactid($select=fullname,emailaddress1,telephone1,mobilephone),subjectid($select=title),productid($select=name),customerid_account($select=name,emailaddress1,telephone1),customerid_contact($select=fullname),new_equipamento_incident($select_name)
![]()