Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
We are trying to create a view that includes the home group/team of the assigned users. At the moment, we can only get it to pull in the home group/team name of the primary contact. We would like to have the home group/team name of all users assigned to the task/request. Does anyone know how to do this?
Los temas ayudan a categorizar el contenido de la comunidad e incrementan la posibilidad de encontrar contenido relevante.
Vistas
Respuestas
Total de me gusta
I have a field in a view that is Home Team and hours for the users.
displayname=Assignment Breakdown
listdelimiter=<br>
listmethod=nested(assignments).lists
textmode=true
type=iterate
valueexpression=CONCAT({assignedTo}.{name}," (",{assignedTo}.{homeTeam}.{name},") - ",{workRequired}/60,IF({workRequired}/60>ABS(1)," Hours"," Hour"))
valueformat=HTML
Hope that helps
Vistas
Respuestas
Total de me gusta
You are amazing! Thank you so much!
For those wondering, I used the following to display only the Home Team:
displayname=Home Team
listdelimiter=<br>
listmethod=nested(assignments).lists
textmode=true
type=iterate
valueexpression={assignedTo}.{homeTeam}.{name}
valueformat=HTML
Vistas
Respuestas
Total de me gusta
Word of warning - I see you are not displaying the assignees' names as well. Just so you know, the sorting on collections is not always consistent. I had a local agency admin try where the name and job role were in two different columns, but they didn't always match up. (Meaning the first job role listed didn't match the first assignee listed). So you might want to do a combined column.
Vistas
Respuestas
Total de me gusta
Great point! Thank You!
Vistas
Respuestas
Total de me gusta
Hey Anthony,
By a chance have you tried doing this with a typeahead field? (Not sure if its even possible right now?) Basically trying to do the same thing with a user typeahead field, and that users group. Or displaying a user typeahead field and a group typeahead field.
Thanks so much for your help!
Kat
Vistas
Respuestas
Total de me gusta
Hi - Unfortunately you can't at the moment. Right now, the only attributes to a typeahead field is Name and ID and there isn't a reference to the USER object type. However, I have been talking to Product about this and they are working on this issue for 2021 (no official date).
Vistas
Respuestas
Total de me gusta
Thanks for letting me know - I appreciate your help!
Vistas
Respuestas
Total de me gusta
Vistas
me gusta
Respuestas