For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
We can get the team info by following way on an event:
<team> <BLOCK type="team-members"> <team-member resource_external_id ="{resource_external_id}" resource_name = "{resource_name}" teamwork_start = "{activity_start_time:+{activity_start_time}}{activity_start_time:-{activity_service_window_start}}" teamwork_end = "{activity_end_time:+{activity_end_time}}{activity_end_time:-{activity_service_window_end}}" teamwork_activity_number = "{activity_number}" teamwork_activity_worktype = "{activity_worktype}" teamwork_activity_duration = "{activity_duration}" teamwork_activity_time_slot = "{activity_time_slot}" /> </BLOCK> </team>
The requirement is to get team resource info and to get truck unit # in a custom property. Later this info will be used in a hosted plugin. Also we need to send this info to external system to mention which resources are working on the job.
I am not sure how to achieve above.