|
May 9 |
accepted | Design Manager has several problems |
|
May 7 |
answered | Design Manager has several problems |
|
May 7 |
asked | Global Navigation tweaking |
|
May 6 |
asked | Design Manager has several problems |
|
Apr 19 |
asked | Passing variables inside a header |
|
Feb 26 |
revised |
2010 - Email a selection from a datasheet Updated with clearer requirements |
|
Feb 26 |
comment |
2010 - Email a selection from a datasheet That's correct, they just want to send selected parts of the tables as those specific items are updated. At the moment there are no filters in place, but there's plenty of metadata to use in them if necessary. |
|
Feb 26 |
asked | 2010 - Email a selection from a datasheet |
|
Feb 19 |
comment |
how to have a list like this Check out the edit of my answer, I added some pictures for clarification. Sorry for the barrage of questions, just trying to help out :) |
|
Feb 19 |
revised |
how to have a list like this Added images for clarification |
|
Feb 19 |
comment |
how to have a list like this Okay, there's something I'm missing then. When you say "design view" do you mean you're doing this in SharePoint Designer, or through the browser? What permissions do you have on the site? What kind of list is this, and how did you create it? |
|
Feb 19 |
comment |
how to have a list like this Just to clarify, are you looking in the settings for the actual view (not the list columns)? The views are listed at the bottom of the list settings page, if you click on the name of one of them you should see what I was referring to. An alternate way to get to it is clicking "Modify View" in the List tab on the ribbon. |
|
Feb 19 |
comment |
how to have a list like this @AndreyMarkeev Good thought, are these members of the site, or just a list of people? |
|
Feb 19 |
answered | how to have a list like this |
|
Feb 19 |
comment |
Is there a list with all cookies that uses SharePoint 2010? From what I can tell the cookies vary in name and scope depending on which feature issued them. Several features can use the same ones, but certain ones cannot be shared with other processes. Basically, it may be too complicated to list all possible cookies that SP uses (by name anyways), especially if you're using client integration features. Perhaps there is another way to accomplish what you are trying to do? What is the specific implementation here? |
|
Feb 19 |
comment |
Changed to V4 masterpage not reverted previous style I've run into that one myself, sounds like the right fix for this situation. |
|
Feb 18 |
comment |
SPListItem.Update Not working I hesitate to post this as an answer because I can't provide a lot of evidence to back it up, but perhaps you need an SPList.Update() in there too. |
|
Feb 18 |
answered | Filter out folders from a user alert against a list |
|
Feb 18 |
revised |
User alerts being sent for something that happened before alert was created Added a useful link |
|
Feb 18 |
comment |
User alerts being sent for something that happened before alert was created @DeeMac Yeah believe me, it's that elaborate because there no easier way to do it, but when it's all said and done having control over the folder's metadata is pretty valuable. I learned the hard way that views based on certain default content types (like Folder) cannot be used in an alert, hence creating a cloned custom content type. I almost went mad trying to figure out why only some views showed up as options in alerts. Check out the link I just added to my answer. |