Custom field added in Form not returned when querying Master Activity ID in multi-segment activities
Summary:
I have added a Custom field(New Meter Reading) to a Form. It's not returned when querying the Master Activity ID in Postman.
Question:
In Oracle Field Service, we are working with multi-segment activities.
With each segment completion, a form is submitted containing a custom property: "New Meter Reading".
When we query in Postman using the Master Activity ID, the response does not include the custom property ("New Meter Reading"). The field is only available if we query each child segment activity ID individually.
👉 Questions:
- Shouldn’t the Master Activity response also return the custom property values submitted on its segments?