0
votes
3answers
203 views
How to hide a custom field type from new column choices
I'm trying to figure out a clean way to hide a custom field type from the list of available columns when a user goes to add a new column to a list. I only want this field type to show up when a gi …
1
vote
0answers
43 views
Is the OnAdded field event fired when a content type is added to a list
Say I have a custom field type called MyCoolField that I have deployed in a solution. This solution also contains a an SPEventReceivers that has overridden ItemAdded, ItemUpdated, and ItemDeleting …
1
vote
Auto number column in SharePoint list
If you want something beyond the ID column that's there in all lists, you're probably going to have to resort to an Event Receiver on the list that "calculates" what the value of your unique identi …
0
votes
Creating SharePoint 2007 list items via the Web Dav interface
No, but in my experience most things looking to speak WebDAV to something are pretty much expecting to work with files or documents of some sort. Since non-library lists in SharePoint don't really …
0
votes
Getting user photo from SPUser using WSS Object model
If you are strictly talking about WSS 3.0 (and not MOSS), then you really don't have global user profiles per se, but a hiddenh User Information List in each site collection. That mean none of the …
1
vote
SharePoint Permissions
If you are getting thrown off by the fact that the user/group is listed as having "Limited Access" on the ACLs on, say, the parent site/web. That's just a placeholder SharePoint uses to make sure …
7
votes
Sharepoint Wikis
We run into this topic all the time, and the first question I have taken to asking people is "Why do you need a wiki"? Almost always the answers are things "ease of editing", "multiple co …
1
vote
How can you have SharePoint Link Lists default to opening in a new window?
Please think long and hard before doing this. Opening new windows usually violates the principle of least surprise for the user, and doesn't really achieve what people are usually hoping to do by …
1
vote
How can I iterate recursivly though a sharepoint list using webservices?
On the GetListItems method, one of the optional parameters is an XMLNode called "QueryOptions". One of the elements you can put in that node is <Folder>.
So you should be able to p …
0
votes
SharePoint 2007 Analytics Package.
Take a look at Nintex Reporting. We just bought it and it seems like a nice enhancement on top of t …
0
votes
Sharepoint - how to set permission level to add item but not view?
You didn't really specify which kind of list you're using, but if you look in the list settings under "Advanced Settings" you'll probably find an "Item Level Permissions" section. This will let yo …
1
vote
Access a SharePoint website fom a java Application with Kerberos authentication
So just to help you broaden your search for answers a bit, there's nothing SharePoint-specific about the Kerberos authentication used here. In fact SharePoint doesn't really have it's own authenti …
0
votes
Is creating a view on SharePoint tables bad style?
Well, if the joins you need to do are pretty simple, defining a linked data source in SharePoin …
5
votes
Can I create a COUNTIF calculated column in SharePoint?
(Edited some wording for clarity per suggestion from dariom).
You may be able to get what you want with another list using a not-so …
2
votes
SharePoint/Exchange Distribution List Mirroring?
If the SharePoint admin has configured incoming email correctly on the servers and in Central Admin, there should be an "Incoming Email Settings" option in the settings for a SharePoint Discussion …
