| bio | website | |
|---|---|---|
| location | Latvia | |
| age | 25 | |
| visits | member for | 3 years, 7 months |
| seen | yesterday | |
| stats | profile views | 21 |
|
Aug 15 |
comment |
SQL Not IN equivalent in CAML Not an answer, but CAMLEX.NET provides you an easy way to build such statements. See "Scenario 9. Dynamic filtering conditions" |
|
May 17 |
comment |
Office 2010 doesn't integrate with WSS3? Ahh, yes, it turns out to be 64-bit problem. Thanks for the answer. |
|
May 15 |
comment |
Sharepoint 2010 Item level Permission to a Document Library is Our approach right? @SalmanAziz if that's nice one, you should upvote. That's what votes are - to emphasize more useful answers. |
|
May 15 |
comment |
Item-Level Security Boundaries @JorgeCarvalho please see edited answers to see some additional resources that helps understand performance implications and best practices with fine-grained permissions |
|
May 15 |
comment |
What search version do we get with Sharepoint Standard 2010.Enterprise Search or the Basic Search Center? You can compare editions here: sharepoint.microsoft.com/en-us/buy/pages/… |
|
May 15 |
comment |
Share Point 2007 - Concept of an Agent? @EtherDragon actually sharepoint has 'Scheduled jobs' called 'Timer Job' |
|
May 14 |
comment |
How to stop solution deploymentstsadm -o execadmsvcjobs to process current deployments could also help. |
|
May 14 |
comment |
Copying file from network to Document Library You could use url combining to avoid these type of bugs: stackoverflow.com/questions/372865/path-combine-for-urls |
|
Mar 27 |
comment |
Sandboxed web part failing with “No available sandboxed code execution server could be found” Reinstall? Perhaps you should first try to run SharePoint configuration wizard before going for a reinstall? |
|
Mar 20 |
comment |
Update list item from within list item If all that author wants is to fill in the form field with current logged in user, then i think it would be much better just to use mentioned SPServices library to fill in the form field with javascript. |
|
Mar 15 |
comment |
Office 2010 doesn't integrate with WSS3? no, the Starter edittion works on Windows 7 32 bit but the Home & Business on Windows 7 64 bit doesn't (They are on different PC's). So i guess the issue is with my office installation or perhaps that i'm using Windows 7 64-bit? I don't know, i will still have to look into this issue before documenting it as an answer. |
|
Mar 14 |
comment |
Office 2010 doesn't integrate with WSS3? Uh, oh, it's not that Office 2010 doesn't support SharePoint 2007. On other Windows 7 32bit machine i tried editing a document with Office 2010 Starter and it works! Even the Content Controls work! I didn't even expect that a Starter edition would support SharePoint at all. |
|
Mar 14 |
comment |
Office 2010 doesn't integrate with WSS3? Ahh, using Internet Explorer 9 64-bit and the site is in Local Intranet zone with default settings. |
|
Mar 8 |
comment |
Read-only column in a SharePoint list It works! I'v been searching for how to make field ReadOnly for users in WSS3 but still allow updating field value programmatically in code. Thank you for solution. And the DataSheet view says the field is read only - you cannot edit it as expected. Note that SharePoint Foundation has FieldRef attribute ReadOnlyClient. Another note: If we set ShowInDisplayForm, then the field appears in display form, but if we set ShowInEditForm, the field won't appear there (also expected behaviour). |
|
Jan 20 |
comment |
How to remove duplicate EventReceiver entries I'm providing this question-answer for reference for myself and others. |
|
Jan 19 |
comment |
CAML Query to retrieve First Name using Email Id of users in Sharepoint What is the type of Email ID column? Is it just a plain Text or a User column? |
|
Jan 17 |
comment |
Is it possible to add user picture column for task list based on AssignedTo field? Thank you, this works. I actually modified existing AssignedTo field and set ShowField="NameWithPicture" to make it work. Thank you for solution. However if i choose to add a new field with similar schema and a FieldRef attribute, it won't show picture, but i can choose to show simple text fields like email, etc. |
|
Jan 13 |
comment |
Is it possible to add user picture column for task list based on AssignedTo field? Thank you, i'll take a look at this. And having a name is no problem, i need that too. And anyway I suspect if you change ShowField to "PictureDisp" it will only show picture. By the way for WSS3 i have only a 12 hive :) |
|
Nov 28 |
comment |
STSADM.exe, PowerShell v2.0 and Management Shell @MikeOryszak Sure, you can use powershell as it were programming language and so you can manage SharePoint 2007. Its just that SharePoint 2007 by default doesn't provide any powershell cmdlets as SP2010 does (you have to write for yourself if you want...). I commented this so that author could see how SharePoint evolves and who knows if stsadm.exe would be developed if powershell was available earlyer? |
|
Nov 28 |
comment |
STSADM.exe, PowerShell v2.0 and Management Shell It would be usefull to note that Powershell Management Shell isn't available for SharePoint 2007, so in those days there was no option other than stsadm.exe |