Pergunta

I'm building an Issue Tracking System in Sharepoint 2010 and I want to save user's department along with the other issue data.

Perhaps I don't have to save the department info. Maybe I can display it in the list view, but how? Thanks in advance.

Foi útil?

Solução

You can use a person group column set to display as Department. On item creation you can use some jquery/javascript to set that field to the current user or after it's created, you can update the field to the created by person using a workflow.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top