hi guys,
i create different portals, but each portal has is own assigned pod, i need that when the user go to the Archers pod for example, the portal automatically select the Archers pod in the dropdown.
this is the snipped of the code
$(".helpdesk_ticket_custom_field_cf_team_portal_assign_group_manually_523171 > optionovalue='Archers']").prop('selected',true);
thx