Tagged Questions
0
votes
1answer
28 views
Single Entry in my RSS Viewer
I created a custom list and a blog in my SharePoint 2007 site. I added the RSS web part to my front page and enter the RSS Feed URL for the blog. I have a feed limit of 3. I only receive the most ...
1
vote
0answers
58 views
How to get KPIs to show when KPI List is Linked to a Custom List Using Linked Data Sources in SharePoint Designer 2007?
So I've found multiple sources on how to linked data sources in the designer. I get the data sources to link up by Title -> Great! But I can't get the value of the KPI or the formatted indicator to ...
-1
votes
2answers
29 views
Getting only new column data from users
I have an existing custom list in which I just added a drop-down required column. For new items, that column is required, but I want to gather only that column data from users for existing items ...
0
votes
4answers
52 views
MOSS 2007 Custom List
I am using MOSS 2007 on the goverment side and do not have Sharepoint Designer ability. I am trying to make a custom list.
I would want selected people who have access to see this list. How can I set ...
4
votes
1answer
2k views
How to add values from a “Person or Group” list column type to workflow email To or CC field
On SharePoint 2007 I have a custom list with a custom content type. The content type contains (among other things) a Person or Group typed column that allows the creator to add additional ...
1
vote
1answer
96 views
why sharepoint doesn't look into sub-folders for control templates by default
I wonder why sharepoint doesn't look into sub-folders of control templates in 12 hive, even tho by default its suppose to.
I googled and seen people loading it from custom location in there code but ...
0
votes
1answer
67 views
Reason for Custom Field not getting displayed while adding new Item
I had a custom field deployed in one of server and now am trying it on my VPC which is exact copy of Server, however I added/deployed solution, checked GAC, dll was there, looked at controltemplate ...
1
vote
3answers
222 views
How to check if a item in a custom list have a property or not
I added a check Check Box to a custom list library form which works well with new files uploaded and I can check the property Value by
bool.Parse(listItem.Properties["columnName"].ToString());
but ...
0
votes
1answer
675 views
Event receiver for a custom List
I created a custom Event Receiver using WSP builder, and in elements.xml file i have given the ID of list which i find in elements.xml of List definition of particular list.
I also activated the ...
0
votes
1answer
67 views
Creating a New list based on previous List Definition
I have a List definition with following files
Feature.xml
<?xml version="1.0" encoding="utf-8"?>
<Feature Id="GUID"
Title="abc"
Description="mmmmmmm."
Version="1.0.0.0"
...
0
votes
1answer
174 views
Adding column to a SPList
Normally I create a New List if I want to add an additional column to a List that already exists in a web.
Wondering what would be the best option, should I create a new list with additional column ...
2
votes
1answer
140 views
Get single field item value from Custom List and set it on same item but another field
I'm new in Sharepoint, and I have an issue with a custom list in Sharepoint 2007.
The thing is... I have a custom list with pre-loaded data, and I need to get a unique code from a field item, to put ...
1
vote
1answer
161 views
custom pickerEntity tied to Sharepoint list
I have an application page that uses sharepoint people picker. I also have another sharepoint page that has what I called allContacts, which is a custom list with unique contacts. I want the people ...
1
vote
1answer
97 views
Deleting a Custom List Item using a custom field Name
Normally we delete a List item using following code,
using (SPSite site = new SPSite("http:web1/default.aspx"))
{
using (SPWeb web = site.OpenWeb())
{
...
0
votes
1answer
86 views
Different Value of Lookup Field in different Views
here's the code
using (SPSite site = new SPSite("https://mysite.com/Ting/default.aspx"))
{
using (SPWeb web = site.OpenWeb())
{
SPList SourceList = ...
0
votes
1answer
30 views
How to replace a Default List “Events” with a new custom list for all the sites
I am trying to find a script that will replace Sharepoint Events List with one of Custom List i created + Copy all the data of Events list to my newly created list.
I know how to Delete a list and ...
1
vote
2answers
374 views
Schema.XML not found in 12/Template/Features/myfeature
I am trying to create a custom list feature, what I did is created feature and then i build a solution out of it using this tutorial
Creating a Solution file for Feature
when it creates a .wsp ...
0
votes
1answer
233 views
Custom List Not showing up
I created a list using a msdn tutorial as given in link below,
MSDN Custom List
I followed each single step, and deployed the list, and I can see it deployed globally in Sharepoint Central Admin, + ...
5
votes
3answers
942 views
How to add new field to custom list (See edit!)
I am using a Microsoft template for adding Training and Courses for people to register for. Everything is working fine, but I want to add a field to the Courses list. I want to add a field to indicate ...
