I'm trying to create an app for basic Case management but the Cases table in my Dynamics 365 connection doesn't appear to include a number of the more useful fields I'd like to display- not even the Case ID.
Is there any way I can perform a lookup to add the Case ID, Owner and Customer/Contact fields to my Gallery, Detail and Edit screens? I've added Contacts as an additional datasource but am not sure how to write the query, or if it's even possible.
Case ID = incidentid
Contact = _primarycontactid_value
Customer = _customerid_value
Owner = _ownerid_value