kennedyeoin
Programmer
Hi I am trying to add a user action to a particular list in my sharepoint site. I am using sharepoint 2007.
I used the feature.xml file to add an action to the user interface fine
<CustomAction Id="Contract Generation"
RegistrationType="List"
RegistrationId="101"
GroupId="NewMenu"
Rights="ManagePermissions"
Location="Microsoft.SharePoint.StandardMenu"
Sequence="1000"
Title="Create Contracts">
<UrlAction Url="/personal/eoin/Lists/Wish%20list/AllItems.aspx"/>
</CustomAction>
This However adds a new action under new for document sites.
I want to create my action only for lists and only for 1 particular list.
Does anybody know if this is possible?
The action need not necessarily be an extension of a menu it can be a button on its own.
If anybody can give me a helping hand here it would be appreciated.
I used the feature.xml file to add an action to the user interface fine
<CustomAction Id="Contract Generation"
RegistrationType="List"
RegistrationId="101"
GroupId="NewMenu"
Rights="ManagePermissions"
Location="Microsoft.SharePoint.StandardMenu"
Sequence="1000"
Title="Create Contracts">
<UrlAction Url="/personal/eoin/Lists/Wish%20list/AllItems.aspx"/>
</CustomAction>
This However adds a new action under new for document sites.
I want to create my action only for lists and only for 1 particular list.
Does anybody know if this is possible?
The action need not necessarily be an extension of a menu it can be a button on its own.
If anybody can give me a helping hand here it would be appreciated.