…this is a continuation of Custom Workflow Actions (Part 2 of 3)…
As a recap, we are creating a custom workflow action that allows you to send an email with the attachments from a specified list in your site. The custom workflow action will allow you to configure four user input fields: (a) the Email Content; [...]
…this is a continuation of Custom Workflow Actions (Part 1 of 3)…
As a recap, we are creating a custom workflow action that allows you to send an email with the attachments from a specified list in your site. The custom workflow action will allow you to configure four user input fields: (a) the Email Content; [...]
A recent SharePoint project on my plate had a specific requirement that every item added to a list must be emailed to a specific email address. At the time of the meeting, this requirement seemed to be a simple requirement. While stating that the requirement was possible, which was based on a vague memory of [...]
For those that are interested in using the application templates created by Microsoft for SharePoint Services, follow the directions in this article to quickly install them on your WSS 3.0 server.
To begin, download the application templates from Microsoft.com by clicking on the link below. The link also provides information about the application templates. http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb407286.aspx
For the [...]
Sometimes when you install SQL Express 2005 as a component of another product, that application installation will configure the environment, effectively restricting your access to the SQL database. This is primarily due to the application setting the SA password and not telling you what it is.
With SQL Express 2005, the new command line is sqlcmd, [...]
An issue came up where an individual attempted to upload a file with the number sign (#) in the filename. Although the Windows file system does not …