开发者

Sharepoint Workflow task with title (external participant)

开发者 https://www.devze.com 2022-12-29 04:10 出处:网络
I made a custom sharepoint workflow with Visual studio, the workflow starts when a new item is inserted in a list

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

精彩评论

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