Hello,
I'm working with the Acumatica API to create time entries for the **Employee Time Activities** screen (EP307000) using the **TimeEntry** endpoint. The UI displays a **WorkGroup** field for each activity,

but I cannot find this field in the API contract, even after attempting to extend the endpoint.
There is only Items objact in the list, and there is no WorkGroupID in the list. I checked fields with selector - the same situation - field unavailable

Here are the details:
- Acumatica Version: 2025-1
- API Endpoint: `TimeEntry`
- Issue: The `WorkGroupID` field is visible on the **Employee Time Activities** screen but is not available in the `TimeEntry` API payload. I checked the default and extended API contracts, but the field is missing.
- What I Tried: - Extended the `TimeEntry` endpoint in Customization Projects to include additional fields, but `WorkGroup` is not listed.
Questions: 1. Is the `WorkGroup` field available in the `TimeEntry` API, or is it handled differently (e.g., derived from another entity like Activities)? 2. If it’s not available by default, how can I extend the API to include the `WorkGroupID` field? 3. Are there specific configurations or prerequisites required to enable this field in the API?
Any guidance or examples of how to set the `WorkGroupID` field via the API would be greatly appreciated. If this is a known limitation, please let me know any workarounds.
Thank you!