Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

How to use sharepoint Site title in workflow?

  Asked By: Edward Morgan         Date: Aug 29, 2008      Category: Sharepoint      Views: 309
 

How to use sharepoint Site title in workflow email text?

Tagged:                

 

2 Answers Found

 
Answer #1       Answered By: Julia Washington          Answered On: Aug 29, 2008       

If you're using sharepoint  Designer, you'll probably have to create a Custom
Activity in Visual Studio.

Otherise, you can just get the site  name through the SharePoint API (the
SPWeb.Name property, I believe).

 
Answer #2       Answered By: Shashwat Takle          Answered On: Aug 29, 2008       

Here's an article that walks through the process that Peter suggested. It
gets the current site  name for use in a workflow, so should do the trick.

msdn.microsoft.com/en-us/library/bb629922.aspx

 
Didn't find what you were looking for? Find more on How to use sharepoint Site title in workflow? Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].