开发者

Sharepoint Workflow task with title (external participant)

I made a custom sharepoint workflow with Visual studio, the workflow starts when a new item is inserted in a list

I assigned the title of the task to reference a field in the new item

TaskProps.Title = "Please prepare Hardware for project " + workflowProperties.Item["Contract"].ToString().Split('#')[1];

the task title is correct but i find the string (exteranl participant) concatenated the title of the task

what can be 开发者_开发技巧the reason for this ?

thanks


SharePoint thinks that that Variable assigned(User) "Assigned To" is not a internal SharePoint user but external to the environment.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜