on ‎2020 Oct 12 4:28 PM
Hi Team,
I'm looking to find the odata object containing the address details of any of the involved parties in a service request.
We did find the object ServiceRequestPartyCollection, but this one does not contain the address details of the party.
Please let me know where to find the linked address information.
To clarify: I am not looking for the address in the master data for the business partner of an assigned party, but for the address details as maintained in the service request itself for this party.
Thanks,
Ronald
Request clarification before answering.
Hello,
Not all objects are exposed as part of the standard Odata API. Hence you can't find SR related party address information in the c4codataapi.
However, you can create a custom OData service based on Business Object "ServiceRequest" which will then take ID or UUID as the key parameter and return ServiceRequest/Party/AddressInformation/FormattedPostalAddressDescription as the response.
Sample Custom Metadata may look like this: metadata.txt sample-response.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.