Hi All,
I'm trying to add a new option in the drop down menu for lists. I've managed to do it succesfully for lists which I know the registrationid for ie. a contacts list is 105.
Heres some of the code I used -
<?
xml version="1.0" encoding="utf-8" ?><Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<
CustomAction Id="ECBItemToolbar" RegistrationType="List"
RegistrationId="105"
ImageUrl="/_layouts/images/ICDOC.GIF"
Location="EditControlBlock"
Sequence="225"Title="Build Customer Document">
<
UrlAction Url="~site/_layouts/BuildCustomerDoc.aspx?ItemId={ItemId}&ListId={ListId}"/></CustomAction>
</
Elements>
How do I find out the registrationid for a customlist, I've tried using the solution generator to check the schema.xml for the custom lists but i'm not sure what property I should be looking at.
Is this even possible?
Thanks in advance