Tagged Questions
0
votes
0answers
18 views
SharePoint. For the same list item should be one user in edit mode others users in display mode. Code-behind
I have a task:
When one user open list item on Edit in SharePoint others if try to open the same list item will see display form and delete button should be disabled.
Anybody knows how to do this by ...
0
votes
1answer
35 views
Trying to count SharePoint List Values with JavaScript
Hello stack overflow community...
Thanks for all of the help that you have provided so far even though I have never posted on this site. I am a beginner... so that means most of the stuff that I ...
0
votes
0answers
5 views
SharePoint 2007: Allow to approve list items without granting Manage Lists-permissions [migrated]
I want users to be able to approve items in a SharePoint 2007 list without granting the permission "Manage Lists".
I found a permission named "Approve Items".
I created a Permission level with granted ...
0
votes
0answers
51 views
InfoPath attachment in a repeating table
First of all, Thank You. Here is my Boondoggle...
Currently, users are required to do regular training which is printed
and stored in user's manila folder.
My objective:
Create a SharePoint List ...
0
votes
2answers
69 views
SharePoint 2010 - Unique ID across multiple lists on the same site? [closed]
I have a site with multiple lists. I am wondering if anyone can suggest an OOTB method (no code is possible) to keep a unique ID for each list item across the lists within the site?
Thanks.
Vr,
...
0
votes
1answer
63 views
Sharepoint: Establish related records when new item being added to list
What is the best way to implement a parent-child hierachy between items in a list? The requirement is as follows
-> there is a list item with a particular ID
-> that particular ID could have ...
0
votes
1answer
22 views
display different options on a form - based on other field value
In a SP 2010 list, I have a forecast where multiple activity types can be forecasted. The unit of forecast is different depending on activity type. At the same time, users should be able to choose ...
-1
votes
1answer
37 views
Curl command to find out if a site is running sharepoint [closed]
Hi can anyone help me find out how to query a list of urls for the presence of Sharepoint in them and save it to a file?
Thanks a bunch!
0
votes
0answers
36 views
external list sharepoint javascript
Hi I need to use external list from SP, and I need something like this, with javascript or any other code
DataBase
Name ID Value Value2 Value3
Nam1 01 00000 000000 000000
Nam2 02 11111 111111 ...
0
votes
2answers
157 views
customising announcement list in sharepoint 2010
I am trying to add a customised announcement list to the main page of my SharePoint site on this list, there will be 7 columns on the list but the challenge i'm having now is how to only display 3 ...
0
votes
0answers
598 views
SharePoint 2010 List Grouping Expand/Collapse Sequence Bug
I've run into a bug with a List web part that has me stumped.
Bug description: Using the web part and XSL specified below, expanding groups may result in items from the wrong group being shown. ...
0
votes
1answer
80 views
Sharepoint 2010 List Update through webservice throws error
I am trying to update a SharePoint 2010 list through web service. My code can successfully update any list on the ROOT level (or site collection level). It is only when i try to update any list on ...
0
votes
0answers
129 views
Sharepoint date filter to list and list data to chart
I have a list web part on aa aspx page sharepoint. Then two date filters so I can filter by date range.
But when I then add a chart web part on the same page connected to the web part list it doesnt ...
0
votes
0answers
232 views
Sharepoint 2010: javascript to total a list column and update another column using the total?
I have a list with columns
Company
AllocatedDollars
TotalDollars
Allocated %
There are a total of four rows of data. When a user updates AllocatedDollars I need to get the new total for the ...
0
votes
0answers
266 views
Unable To Get The Selected field value from SP List using ECMA/Javascript/COM
I wrote the following code to get the value of selected column 'Title' from the current page list.I need generic code that should work for the current loaded list.For me here the first alert is ...
4
votes
2answers
493 views
SharePoint List data source giving HTTP 401 “Unauthorized” error
I have built a report that uses a SharePoint list as its data source. The data source is set to use Windows Authentication (integrated security) in SSRS. It runs just fine in SSRS/BIDS, but when ...
0
votes
0answers
142 views
Copy/ Move list item from one list to another based on “assigned to” field sharepoint 2007/2010
I have a requirement where in the user enters a ticket using the ticketing list in sharepoint 2007 and IT manager assigns the list item/ticket based on the ticket description etc to programmer/ ...
1
vote
1answer
278 views
required Lookup field not validate when no item exist on source list
I have 2 SharePoint lists (Vendor and Bank Account) that related with 1 lookup column. Vendor list has lookup column to Bank Account list named "Account Name" and it is mandatory. The problem is when ...
0
votes
1answer
975 views
How to Add a Default Image to SharePoint 2010 Custom List Instance Image Column
I'm creating a custom list definition in Visual Studio for SharePoint 2010. In the list definition elements file, I've provided some default values for the list instance as below:
<?xml ...
0
votes
0answers
253 views
SharePoint List not recognized after deploying report to server
I have created an SSRS report that uses a SharePoint list as a datasource. In debug and preview mode, everything works as it should. However, when I deploy it to the server, I get the following error: ...
-1
votes
1answer
193 views
Automatically check list monthly [closed]
I have a list with dates. If the dates are 3 months old, I need an email alert to users. This list needs to be automatically checked daily.
Is this possible out of the box with SharePoint 2010? Or am ...
1
vote
1answer
476 views
SharePoint note programmatically write error
My question relates to programmatically writing to a Sharepoint list field of the type "Note". Reading from the field is straightforward.
//Retrieving the list row
SPListItem baseItem = ...
0
votes
1answer
194 views
getJSON on Sharepoint list stops at 1000
$.getJSON("urlhere", {}, function(data)
{
// Other code is commented out, I'm just using the following loop to test.
for(var a = 0; a < 2546; a++)
if(a > 995)
...
-1
votes
1answer
256 views
Fill a SharePoint List with a list<splistitem>
I'm working in a webpart. I filter (with caml) a SharePoint list and put my results in a List<SPListItem>.
Now, i need to populate another SharePoint List (I created that list in the same code) ...
0
votes
0answers
204 views
How to get a value from another list in SharePoint 2010
Here's my problem: I have a reference list which contains a dozen or so rows, each one with 10 columns. The rows have the value of their title field set to AA,BB,CC,...LL The columns are named Level1, ...
1
vote
1answer
151 views
How can I check that an item already exists in a SharePoint list?
I wish to create an event receiver that, when adding an item through an InfoPath form from one list to another, it will not create a new item if the item already exists, it will just update the ...
3
votes
1answer
82 views
Updating sharepoint Fieldlinks
I used a peice of code that retrieves a field link for a specified content type and sets the field to either required or not required. This works fine but when I try to do the same for a field that ...
0
votes
1answer
242 views
Sharepoint batch for MultiChoice field value insertion
So i have a problem regarding usage of sharepoint list webservices.
I need to get the syntax right for Sharepoint batch script for insertion of new items.
Everyhing works fine except multichoice ...
0
votes
0answers
189 views
How to enable “view dropdown” in List view web part toolbar
So I'm trying to figure out why when I go into a specific list on the right side I have the "View" Dropdown, but when I am on a page with a List view web part with Show Toolbar it does not have the ...
3
votes
3answers
844 views
'Item Does Not Exist' error reading SharePoint 2010 List
I have a list in SharePoint 2010. If I add items to the list programmatically (via a custom webpart), I can later read those items and show them in other web parts. However, if I attempt to read a ...
1
vote
1answer
798 views
How to create a custom view of a SharePoint list item for printing
I have been searching the internet all day for something I think is pretty simple. I found one solution here that would work for me but there are a couple of problems.
It seems that solution only ...
0
votes
0answers
47 views
Creating external sites with SharePoint 2010
External users are required to fill up a form and the data created are pushed to a list in intranet.(SharePoint 2010) How is this supposed to be done? Any good links or advice?
1
vote
1answer
336 views
Inventory Management Calculated Field in SharePoint 2010 across 2 Lists
I need a formula to calculate how much inventory is left on had after a work order has been completed. The work order I am developing is a separate list in sharepoint and I have an inventory list as ...
0
votes
1answer
565 views
Gantt chart view in web part
I'm trying to display a Gantt chart view in a web part.
First I just want to make sure I had the correct XML for the Gantt chart view. So I created the Gantt chart from the schema list. This worked ...
0
votes
1answer
704 views
SharePoint Discussion List TreeView Visual webpart
trying to create a visual webpart to render SharePoint 2010 discussion board as a treeview.
I can get back all the topics as the parent nodes and all the replies for each topics as child nodes but ...
1
vote
3answers
276 views
Safely return all lists in site collection that match criteria
I'm using the following code to get all "Announcement" lists in a Web Applications site collection.
Unfortunately, sometimes the current user does not have permission to that site and the page fails ...
1
vote
1answer
121 views
How do i change order of list menu toolbar menus in sharepoint
I need to add custom menu to list menu toolbar, i wroute elements.xml as shown below
<CustomAction
Id="SiteActionsToolbar"
RegistrationType="ContentType"
RegistrationId="0x01"
...
1
vote
1answer
296 views
Dynamic view on SharePoint List
I want to create a dynamic view on my list. The list is filtered based on the current users' information coming from an external database i.e. based on which user is logged in, a value is fetched from ...
0
votes
3answers
337 views
User friendly custom lists in Alfresco 4
I'm trying to find a free replacement for Sharepoint 2010. Particularly I need custom lists creation functionality. I've read that Alfresco is a good replacement, but I can't seem to find any tutorial ...
1
vote
1answer
1k views
EventReceiver not Firing on SharePoint List
I am trying to create an EventReceiver for a blog site (for the Posts list) and am having some trouble getting it working. I want to change the Created By column to Anonymous. Basically I have this ...
4
votes
1answer
175 views
Making a clickable Phone hyperlink in a Sharepoint contactlist
I would like to make a <a href:"TT:0123456789?Dial"> link in a Sharepoint foundation 2010 list. If I insert it in the column as a hyperlink/single item/rich text etc and hover on it, it respons ...
0
votes
1answer
222 views
How to create a list view using an exisitng view in Sharepoint 2010
In a Sharepoint 2010 site, I have to create a new view using an existing view using code/programmatically. Please help me how to achieve this.
The existing view in the site includes columns, groupby, ...
0
votes
1answer
272 views
InfoPath Form Reset Main Data Connection
I'm building an InfoPath form connected to a SharePoint List.
After the user has filled out a couple of fields (which can uniquely identify a record), I re-query the main data connection to see if ...
0
votes
0answers
117 views
Create items and edit items that were created by the user not working
Create items and edit items that were created by the user option is not working in the advanced settings for Sharepoint 2010 list. need to keep the option working so other coworkers are not able to ...
0
votes
0answers
201 views
HTML tags in CAML Query
I should start by saying that I'm using a CAML query in C# to take a block of user-inputted text and update a SharePoint list item with that text. The text may or may not have HTML tags, which is ...
0
votes
1answer
96 views
Creating List in Sharepoint takes ages
I try to clear a very big list in Sharepoint. Because of Sharepoints slow deleting-mechanism I decided to save a template (without data) from that list, delete that list and then create a new list ...
2
votes
1answer
909 views
How to set Custom View as Default View for SharePoint List?
I Have Created 2 View for List now i want to set the Different view as default on different Login.
I want to do this using c# code
For Example:
Views are as Following:
AllItems
UserView
Then
If ...
0
votes
1answer
138 views
Unique Column in WSS 3.0 List
I am trying to implement a feature in a list from WSS3.0.
Basically I have a list and I want to add items to the list but I want to check first if there is already any item with the same value in a ...
0
votes
2answers
75 views
Sharepoint 1 feature to deploy all lists or 1 feature per list
What is the best practice when deploying lists using features.
Should i have 1 feature for deploying all list definitions and instance or 1 feature per each list definition and instance that i want ...
0
votes
2answers
267 views
UpdateListItems…almost works
I've been banging my head against the wall for a bit too long now.
I've been using the lists.asmx webservice for my Sharepoint server (2007, so no client object model unfortunately) and I've been ...




