sharepoint alert customization - sharepoint-2007

I want to customize the sharepoint alert template.
I want in mail some fixed column of sharepoint and modified column
tried this link can able to restrict the column.
http://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2007/12/07/customizing-alert-notifications-and-alert-templates-in-windows-sharepoint-services-3-0.aspx

You have to customize the alert template stroed in "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\XML"
In this template you have to provide fileds you like to show.
Please refer below given URL for more details
http://www.alectang.com/blog/archive/2012/05/16/how-to-customise-sharepoint-alert-email-template.aspx

Related

How do I embed TFS charts in my page?

I need to embed charts from TFS (Microsoft Team Foundation Server) in a simple HTML page. The chart editor allows me to copy the query URL, but i don't see any elegant way to embed the chart itself. Any advise on how to get individual charts from a TFS instance on my own web page?
At present, you don't. There's no supported way to do that.
Allow you to copy the query URL cause it's Query-based charts which generate data from the work item tracking data store and therefore displays the most recent data. You could add it to dashboard, but it's not able to embed them in a normal HTML page outside of TFS.
There has been a related uservoice, which you could use the Chart for work items widget:
Embed Dashboard Widgets outside of VSTS / TFS
https://visualstudio.uservoice.com/forums/330519-visual-studio-team-services/suggestions/13784832-embed-dashboard-widgets-outside-of-vsts-tfs
You could vote up for it and TFS admin/PM will kindly review your suggestion.

Can I add Links as favorites to TFS 2012 Team Site?

I have a TFS 2012 Team site specifically for TFS Management. I would like to place template links for creating work items on the site so that team leads may create work items for me to add users or otherwise modify permissions.
I created the templates by the "Copy template URL" (a great feature btw), and then sent this as an email to my stakeholders.
I think it is better to have this link easily available from my team site. Are there any suggestions?
Not sure what you mean by team site. There is the TFS Web Access page, and then there is the optional Team Project Portal (in SharePoint).
If you are using the Portal in SharePoint then you can add a links webpart to any page within the site.
If you are talking about the TFS Web Access page, then I don't think there is currently any supported method to customize the home page to add arbitrary links.

ASP.NET MVC browse folder/file dialog

There is a page on my site that asks the user enter in a path to a folder/file. This folder/file exists on the local machine. Instead of having the user type out this directory, I would like to have the user choose the path via some sort of pop-up where the user can browse folders/files on their local machine. Once a folder/file is chosen in the dialog, I would like the path of this folder/file to be displayed in a text box ready to be submitted to the server.
I have searched all over Google and this site in search of a solution that fits my particular needs. Please remember, I need this to work for both folders and files.
For example, instead of having the user type in "C:\Users\Me\Desktop\MyFile.txt", I would like them to be able to browse for this in a dialog. They should also be able to select a folder like "C:\Users\jselesky\Desktop\". I am using ASP.NET MVC3 with C# for my web site. Thank you.
If you want path and name of existing file then you can simply use <input type="file"> in HTML.
And if you want file path and name for saving a file.. then Me too searching for the same answer...

Using Application Pages for List Forms

I'd like to use an application page that I created in the _layouts folder as the new document form for a document library in SharePoint.
When I attempt to do this in SharePoint Designer, I have to browse to the file but it doesn't let me browse to the _layouts folder.
This functionality will be list specific so is there a way to make this connection on a per-list basis? My only idea right now is to use a redirect page.

Is it possible to apply a custom alert template to only one particular SharePoint 2007 site collection?

Reading the answers to previous questions regarding SharePoint alerts, I have found many interesting information on how to define a custom template, for example: this article
But it looks like such customizations will actually erase the default template and impact the whole farm. Is there any way to deploy a custom alert template to only one site collection?
According to the docs for STSADM -o UpdateAlertTemplate you can use the -url param to target a particular site collection
stsadm -o updatealerttemplates
-url <Specifies the URL name to a site collection.>
[-filename <file name>]
[-lcid <language>
Alert Template is just a Workflow. Create your custom workflow in SP Designer or through Code and install the workflow only in that Site template.

Resources