Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

linking Issue Tracker to Discussion Board

  Asked By: Salvador Newman         Date: Jul 18, 2004      Category: Sharepoint      Views: 463

I have a site, which contains among other things an Issue Tracker – “Issue List” and a Discussion Board – “Issue Discussion”. What I need to do is when the user Creates a new Issue (when he does a “Save and Close” from NewForm.aspx) I need to automatically create a new Discussion thread. I can then go on to add custom properties to the Issue and Discussion and create a cross reference by passing the IDs. I want to know if the Schema.xml under C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\1033\SPSSITES\LISTS\ISSUE can be manipulated to achieve this.

Conversely, how do I manipulate the same Schema.xml to add to the Standard toolbar an additional button “Discussion” and give it the functionality to add a discussion thread?

Tagged:            

 

1 Answer Found

 
Answer #1       Answered By: Barry Burke          Answered On: Jul 18, 2004       

Unfortunately, only document libraries expose an event hook for custom  actions driven by custom code.
(see msdn.microsoft.com/.../tsptDocLibEvents.asp for info)

Here's the info for manipulating the toolbar:
msdn.microsoft.com/.../tsptCustomToolbar.asp

Then, check the link below for info on using the object model to add  elements to lists:
msdn.microsoft.com/.../...ingDeletingListItems.asp

 
Didn't find what you were looking for? Find more on linking Issue Tracker to Discussion Board Or get search suggestion and latest updates.


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