Pergunta

I don't have OnPrem at hand,

can someone check what the internal fieldname is for the default Tasks List "Task Status" field.

On Office365 it is Status,

I know it was TaskStatus in SharePoint 2010

Now wonder when the change was made.. (could have been an intermediate CU?)

Foi útil?

Solução 2

Here is where the confusion comes from:

[in List settings ContentTypes:]

In the (List) Task ContentType the "Task Status" internal name is Status

[select the source ContentType Task:]

In the (Site) Task ContentType the "Task Status" internal name is TaskStatus

Same internal field renaming (but why?) with:

  • DueDate (List ContentType) => TaskDueDate (Site Column)

So when adding the DueDate Site Column to another List or Document Library, TaskDueDate has to be used as the CSR Internal name (and DueDate for the 'same' column in the standard Tasks List)

Outras dicas

I have a SP2013 OnPrem running and its showing Field=Status

I just checked with powershell, its like this:

StaticName                 Title                      InternalName
----------                 -----                      ------------
Status                     Task Status                Status

The internal name of workflow tasks Status field is also STATUS

Please refer the image below

enter image description here

Internal field name for Task Status is TaskStatus

SharePoint 2013 on-prem --> vti_extenderversion:SR|15.0.0.4641

office 365 --> MicrosoftSharePointTeamServices:16.0.0.5312

Internal field name for Task Status (office 365) is also TaskStatus

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