Sharepoint Workflow task with title (external participant)
        Posted  
        
            by Mina Samy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mina Samy
        
        
        
        Published on 2010-05-03T15:24:07Z
        Indexed on 
            2010/05/03
            15:28 UTC
        
        
        Read the original article
        Hit count: 258
        
sharepoint
Hi all
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
© Stack Overflow or respective owner