Tagged Questions
3
votes
2answers
749 views
CustomAction: UrlAction to open link in a new window
I have added a menu item to the Personal Actions menu by creating a CustomAction like so:
<CustomAction
Id="myCustomAction"
GroupId="PersonalActions"
...
0
votes
0answers
32 views
Remove My username in SharePoint URL
Is there a way to rewrite the URL for mysite inside either SharePoint 2007 or 2010. What I need to do is obfuscate the user within the URL string.
I need to change:
...
0
votes
1answer
709 views
CAML >> Keep getting “one or more fields are not installed properly”
when I debug i can see URL is valid (like below). Shared Documents is tie a to custom content type.
string fileURL = "Shared Documents/Marketing Folder/Sales_Report.txt";
oQuery.Query = ...
0
votes
1answer
195 views
CAML > get item by it's URL
Should this CAML be working. (I tried it with u2u and it does not display the URL column.) I get this error. {System.ApplicationException} = {"One or more field types are not installed properly. Go to ...