0
votes
1answer
29 views

Workflow Fails to start

I created a sharepoint designer workflow for list. Workflow fails for an item with error message '​ The workflow could not update the item, possibly because one or more columns for the item require a ...
0
votes
0answers
40 views

How to filter list in sharepoint by another webpart(dropdown list) in C# code?

I wanna filter list in sharepoint by using dropdown list in visual studio, And view in sharepoint can't serve me in that , And i searched a lot but i didn't reach any thing
1
vote
1answer
31 views

Sharepoint 2013 List/Form with Repeating and Non Repeating sections

Can someone point me to how to go about creating a sharepoint list form with a repeating and non repeating section? For example, a form that basically submits a team's information to a sharepoint ...
0
votes
2answers
31 views

Conditionally Require Approval on List Items

I have a calendar list, and I need to have it so that only items that meet a certain condition require approval. I have tried to use workflow, but when I fire them on the create/change event, the ...
0
votes
1answer
50 views

SharePoint 2010 - How to edit the default message “There are no items to show in this view of the list.”

Is it possible to edit the default message "There are no items to show in this view of the "listname" list. To add a new item, click "New" in a simple (out of the box) way? I would like to display a ...
0
votes
0answers
19 views

Expand one item & collapse another in data view

I'm working with a data view in sharepoint designer, and I have the list grouped on the title field and collapsed by default - expandable with a click. This works great. Because there are a lot of ...
0
votes
0answers
35 views

sharepoint list displays items normally but after klicking it runs into item not found exeption

I have a normal SPList with some items in it. As you can see everything works fine. When I click on a list item, I run into an exception: How is that possible? edit: I should mention, that ...
1
vote
1answer
206 views

Is it possible to import/export list from Sharepoint 2013 to Sharepoint 2010?

We have been using SP 2013 for its ease of use when it comes to developing workflows especially the copy & pasting thing in SPD. But our main production environment will be using SP 2010 for it's ...
0
votes
1answer
100 views

Sharepoint 2010 List Settings

I am Using a List in which i created Approval Required Column as Choice(Drop Down) with values Yes or No. Also i have a People Picker Column. The objective is the people picker must be disabled or ...
1
vote
1answer
54 views

how to check for a available count rendering the total count from another list

I am creating a library kinda application in SharePoint2010 and i am truck up with a scenario. I have a List A,where the book names and their details are updated with the availability(Total no. Of ...
2
votes
2answers
242 views

Sharepoint list with column type choice using radio button is always checked

I have sharepoint 2010 list with one column type as choice and is displayed using Radio Buttons with 4 options. When we open the new item form the first value always selected by default. What i need ...
1
vote
1answer
121 views

Updating a List Using SharePoint Designer 2010 - can't find an example of my use case

I have two lists - one administrative with lots of details, and one public with a subset of the information. There are close to 2000 entries in the list. The admin list has 3 states, which I track ...
1
vote
1answer
393 views

How to create event registration form that sends AUTOMATIC CONFIRMATION EMAIL using SharePoint 2010 anonymous custom list?

I'm trying to develop event registration form using anonymous SharePoint 2010 custom list. Now, I got all the features I want; form fields, submit button that leads to confirmation page, but I want ...
1
vote
1answer
109 views

Open PDFs from document Library without warning message in IE [duplicate]

Possible Duplicate: Eliminating the “Some files can harm your computer” warning prompt I have enabled both Permissive Browser File Handling and added ...
0
votes
0answers
39 views

Remove E-mail headers from Announcements List SharePoint 2010

The following picture is an e-mail sent by SharePoint announcement, I didn't set this up, but I am trying to remove the "E-mail Headers" section from being sent in the e-mail. Looking online it ...
0
votes
1answer
25 views

Duplicate a list and associated custom workflows

I have a list with custom forms (created in Designer) and custom workflows (also created in Designer). It has been decided that that information entered into this list should be kept in two lists in ...
1
vote
2answers
691 views

How to get files count from particular library?

I'm using Sharepoint 2007 and unfortunately don't have any ways to server site scripting, no C# or PowerShell. Is there any way to get total number of files in a given Library using SPServices ? It ...
0
votes
0answers
68 views

Workflow pass list item through a site collection hierarchy

I have a site hierarchy like this: p c1 c2 I want to create a workflow, to process a list list item in c1 and under some conditions pass it to another list in c2. How it is possible in ...
0
votes
1answer
66 views

Run Query for External List

I have successfully created an external content type to my SharePoint and I have made a list from it. The problem is my table has over 24000 records in it. I need to grab the last 2000 records and ...
0
votes
2answers
84 views

Dynamic External List Updating

I hope I am putting this question in the right place because this is more of a content then code question. I am new to making external list, so my question is, will the external list I have connected ...
0
votes
1answer
142 views

How can I create column in list which it able to change data (lookup column) in next column?

How can I create column in list which it able to change data (lookup column) in next column? For example: I have three lists with datas(names, numbers and adress) and I have other list with two ...
1
vote
1answer
703 views

Copying a single field item from a list to a related task list using SPD workflows

I'm really new to Sharepoint 2010 and was wondering if it is possible to copy a single field from an item in a list to a related task? Basically I have a holiday request list that triggers an ...
1
vote
1answer
622 views

How to pass selected value of one list's ID column to another list's column?

I have two list LatestJobList and AppliedUserInformation. In first list there are latest jobs are posted along with ID column which is inbuilt in list. what i want is when user clicks on particular ...
0
votes
1answer
299 views

External content type from SQL stored procedure with EXEC

I'm trying to create an external content type from a stored procedure. I'm hitting one problem, when creating a Read List Operation, though: The wizard is not able to find any return parameters (see ...
1
vote
1answer
285 views

Odd and Even list item color

i saw a sharepoint where its list item as a background color (blue) for odd list item number and another (white) for even numbers. I dont know where i can set this. I looked into designer and i could ...
0
votes
3answers
561 views

Live-sync MSSQL DB <--> Sharepoint List

My experience with SharePoint is not really sophisticated so please bear with me. What I want to do is setting up a live-sync between a SharePoint list and a database table. This live-sync should be ...
0
votes
0answers
118 views

How to link URL field to description field in listview

In My list I have Title , description and URL columns. When I click on the Title field I want to navigate the user to the URL link. How can I achieve this............ If i am correct how to bind URL ...
1
vote
0answers
321 views

Why is my SPD 2010 workflow running twice?

I've got a support case for a client, and they have a super simple workflow on a list. It simply sends an email to a user from a person field, whenever an item is added to the list. The client ...
0
votes
1answer
204 views

How to create a dynamic external content type (the DB tables can change)

I want to create an external content type based on SQL Server tables. My external content is a list of Cats and its source is a database table also named Cats. However, I have a different Cats table ...
2
votes
1answer
170 views

How I can block to change view in list SharePoint Foundation

How I can block change view in ShrePoint list?Even when I add user Read Only permission to some list, person be able to change view in this list. I want to block change view but I don't know how. I ...
1
vote
1answer
700 views

Display File Extension in Doc. Library Column?

I need to display the file extensions of the files in a Document library in a column. I have done a bunch of searching and came across solutions but they don't seem to be working for me. This is ...
0
votes
0answers
49 views

data view: how to get column values back if I erased by mistake in SPD

So this is real silly but I accidentally erased the values from the data view in one of my columns while i was applying conditional formatting (i actually selected the column and deleted the values), ...
0
votes
1answer
171 views

Form won't open in Sharepoint Designer

I'm using Sharepoint Designer (2010) to develop a series of connected lists. I have a number of child-lists and I use the "DispForm.aspx" of my main list to add these 'children'. Recently the ...
1
vote
1answer
62 views

Updating an active Designer workflow

In SP2010, I have a list workflow that was built in Designer only - no code. I need to make a small change and must understand what happens to workflows in progress when I do this. The workflow ...
0
votes
1answer
143 views

InfoPath 2010 Data Connection Server Side Filtering

I have a repeating table and I filter this repeating table at client side. But now I have a large amount of data and filtering this needs much time and in IE8 there is warning about long running ...
6
votes
3answers
3k views

How to get the ID of the list item just inserted using ecmascript

I am stuck at a place where I have to update a list which has a Lookup column. For example I am using this code to update my normal list var clientContext = SP.ClientContext.get_current(); ...
1
vote
2answers
794 views

SharePoint designer workflow to manage list item permissions for employee/manager

I used SharePoint Designer and created a workflow for a list and made some permissions. I want to: Give the the manager of every department permission to view the employee item in the list and edit ...
0
votes
3answers
3k views

how to change the font color (style) of columns/rows in a sharepoint list

I have created a list in my SP 2010 site via the Create List using Import Spreadsheet option. Unfortunately, for whatever reason (despite the fact that I have formatted my excel document all the ...
0
votes
1answer
171 views

Edit access on custom list

I have created a custom list "A" and I have set the the item level permission as "Create items and edit items that were created by the user". Now I want to create an admin group that should be able to ...
2
votes
3answers
3k views

Display List or Library on another site as WebPart?

I want to display my list on another site in same site collection. I edit List with SPDesigner, select the view and save it to site gallery. After these steps, I added the view webpart on my another ...
1
vote
1answer
720 views

Sharepoint 2010 Excel - Extra fields in export xls

I have a view of about 80 fields (base from a list of about 200 fields) that I want to export into excel but the export shows up with extra fields (fields that are being used in some of the calculated ...
0
votes
1answer
224 views

What are the advantages/disadvantages of building a list template with Visual Studio as opposed to SharePoint Designer

First, let me say, I am new to SharePoint Development. I have been able to create a couple of related custom lists using SharePoint Designer. I was able to deploy them and they work quite well. ...
0
votes
1answer
231 views

Changing “In this Column” property of Custom Lookup field Programmatically

I am creating a LookUp Column Programmatically for a custom list which is already there, and trying to change the property shown in attached picture using C#, but I couldn't figure out whats the name ...
1
vote
1answer
776 views

External wcf (Soap/rest) datasource to external content type

I'm looking for a way to use an external datasource (WCF SOAP or REST) and include the results in a list. Using the External Content Type directly for a WCF service does not work, as I get a XML error ...
0
votes
0answers
842 views

Sharepoint Designer/Foundation 2010 could not create new form - Could not save the list changes to the server

I am a windows administrator, with 10+ years experience of server and desktop support/admin etc... I have recently been tasked with setting up a sharpoint site, I plumped for foundation 2010. The ...
2
votes
1answer
300 views

How can one identify a private list view?

After placing a list on a webpart page and modifying the view, I found that my user could not see all of the columns that were visible to me. I can only guess that I was looking at a private view. It ...
1
vote
1answer
398 views

Using an imported list template's (build in SP designer) xml as the basis for a new list definition in VS

I'm a SP 2010 beginner (although a long time ASP.NET developer) and I thought a good learning exercise would be to: Create a list template in SP Designer Import that list into VS 2010 Create a new ...
2
votes
2answers
262 views

Requiring Event Receiver while creating new item

I have an event receiver(item adding,item added)..on a custom list..this event receiver creates an ID when a new item is created..so when i deactivate the event receiver and add a new item to the list ...
1
vote
3answers
1k views

Delpoying farm solution (Application Page) sharepoint 2010 --Access denied

I am deploying an application page (globally), I have a button on the editform.aspx. When a user clicks on the button, it redirects to the application page in a new window but I am getting an error ...
1
vote
1answer
126 views

Automatically going from List 'new item' page to 'edit item' page

I'm using SP2010 and am working with a list. I'm working with a "Register.aspx" form (In Sharepoint designer) in which I've created a button which is set to re-direct after a save <input ...

1 2