SharePoint Designer is a specialized HTML editor and web design freeware for creating or modifying Microsoft SharePoint sites and web pages.

learn more… | top users | synonyms

1
vote
2answers
176 views

SharePoint 2010 web service - GetListItems not working in Chrome & firefox

function GetListItems() { var soapEnv = "<?xml version='1.0' encoding='utf-8'?><soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>" + ...
0
votes
1answer
50 views

Deploying Sequential Workflow on Another Server

I have created a sequential workflow using VS2010 which is a part of my Dashboard Solution. Now I want to deploy that Dashboard Solution to another Server. What I have done is, disabled the Workflow ...
0
votes
0answers
74 views

SharePoint 2010 - Business Data List - Apply Multiple Values to a Single Column Filter

I am working in SharePoint 2010. I have a stored procedure that I've attached to through an External Content Type. I've created a Web Part page with a Business Data List web part and have ...
2
votes
1answer
66 views

Customize Form (new wiki page)

Firstly, I would like to create a section for news in SharePoint, for this I use a wiki library, so far, it's good. Everything works fine, but I'd like to change is some point for my needs. when a ...
0
votes
1answer
48 views

Conditional Formatting very slow

i am using SharePoint 2010. I built a webpart which is displaying elements from another list on the same page. This works fine and fast but when i put in the conditional formatting the loading process ...
0
votes
1answer
49 views

SharePoint server is not installed on this computer

I am new to SharePoint and I am using SharePoint 2013. I have installed the SharePoint server 2013 on one server and I want to create web parts from vs 2010. But my vs 2010 is present on different pc ...
1
vote
1answer
36 views

SharePoint 2007 Designer conditionally require a field

I'm trying to create custom form for a SharePoint 2007 document library using SharePoint Designer 2007. Is it possible to make a form field conditionally required based on the selected item from a ...
0
votes
0answers
36 views

Setting a person column in a SPD workflow on Office 365, getting claims ID in UI

I'm trying to set a Person column in a list item inside of a SharePoint Designer workflow. No matter how I try to set the column, I get the same result: the column is set using the user's claims ID. ...
0
votes
0answers
23 views

Display html from markup stored in a column

i am getting html markup from a column in a database , which i am storing in publishing html column of the page , initially i though that just by dropping the page field control of that column will ...
0
votes
0answers
8 views

Save a summed column in a seperate list field SP2007 & SPD2007

Seems simple but.... I have a list where multiple users enter time (hours) against projects. The user may work on multiple projects during the month. At Month end, I want to sum the users hours by ...
0
votes
0answers
27 views

How to get all filtered values programmatically from one of the SharePoint column

I have SharePoint library with Managed Metadata column "city".When i clicked on column header drop-down it show me all filtered values. I want get those value programmatically. Thanks in advance.
0
votes
1answer
90 views

RegAsm : error RA0000 : Could not load file or assembly or one of its dependencies. The system cannot find the file specified

I am new to sharepoint. I try to add the Microsoft.SharePoint.dll to GAC. For that one I have used below code Code : `c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319> Regasm.exe ...
0
votes
1answer
144 views

How to fix “A SharePoint server is not installed on this computer” in sharepoint 2013

Im trying to develop a Visual Web Part using Visual Studio 2010. I have not installed SharePoint 2013 locally on my developer pc, but I have installed it on my Windows 2008 Server. When I try to ...
1
vote
1answer
31 views

Custom Page inside SharePoint 2010

i am building a .aspx Terms & condition page for my Intranet with Save & Cancel buttons: When we click on Save the user save inside a list as he agree on the terms & Condition content ...
0
votes
1answer
65 views

Deploy List Workflow in Production Environment

I created list workflow using SharePoint Designer. How to deploy my list workflow in Production environment?
0
votes
2answers
57 views

Sharepoint timeout

I want to implement timeout in sharepoint site. I want to popup a message to user every 30 min if he is idle on the site. A continue button should be coming in popup and if he clicks ok he should be ...
0
votes
1answer
73 views

Workflow doesn't create tasks anymore

I created a custom workflow via copy&modify of the OOB feedback workflow in SharePoint Designer 2010. When the workflow is started there are usually tasks created for every participant of the ...
0
votes
1answer
41 views

Reusable Workflow in Sharepoint 2010

I have Created a simple reusable workflow using designer and deployed its solution on the server. I have done it using Powershell. Now i wanted to know that how can i attach this workflow to a list or ...
0
votes
0answers
34 views

SharePoint Designer 2010 Workflow creates ASPX form instead of InfoPath form

I tried re-installing my workflows on my server after a new deployment had run, but now I encounter the following behaviour: Instead of the previous InfoPath initiation form it creates an aspx form ...
0
votes
0answers
31 views

dataview webpart question

I inserted a data view webpart on the page with list as source..now I wanted to filter the items ..I can do this successfully using the query string but when I try to do it with a control on the page ...
0
votes
1answer
45 views

Create a view of Document Sets in Document Library

I have a Document Library that has folders. inside these folders are Document Sets. I have to use BOTH folders and Document sets for a variety of reasons i won't go in to here. I wanted to create a ...
0
votes
1answer
23 views

Set the value of a primary workflow's associated list field using Secondary Task workflow

I have a primary list and workflow. i create a To-Do task from the primary workflow called "Setup Project Artifact Requirements". Creating of this task triggers a secondary workflow on the task list ...
0
votes
2answers
20 views

How do i discover what the Task name is from the Task list workflow?

I have a primary workflow that kicks off a To-Do task. the task goes to a task list that is shared with many other tasks. my problem is that i'm only allowed from the secondary task workflow to know ...
1
vote
1answer
72 views

How to show save and control button in Sharepoint forms without having users to scroll down to bottom

In order to see "save" and "close" buttons in Sharepoint forms (edit, display or view mode), we have to scroll down to the bottom. How can I make all the controls visible at the same time without ...
0
votes
0answers
47 views

Can we deploy a workflow created as a farm solution?

Can we deploy a workflow created as a farm solution on a remote server and associate it with a particular document library within the site?
0
votes
1answer
37 views

Making a Request form that pulls from Calculated Columns of other list

I'm new here (first post). I have already read the great articles on this page but never posted until now. I am looking for some guidance on this and hope you experts can help me. Overview: I want ...
0
votes
1answer
195 views

Approval/Feedback workflow: how to change the task status with a custom button on InfoPath Form?

I created two workflows, one based on the approval workflow and another based on the feedback workflow via SharePoint Designer 2010. For both workflows I'm trying to find a solution to add a custom ...
0
votes
1answer
30 views

I want to delete attachment and listitem but using this code it deletes all the listitems

private void DeleteFromSharePointList(HyperLink hp) { SPWeb web = SPContext.Current.Web; web.AllowUnsafeUpdates = false; SPList myList = web.Lists["Document cv"]; ...
0
votes
0answers
24 views

Is it possible to filter a sharepoint group listing using a Sharepoint designer (2007) workflow?

I'm using WSS 3.0 and SharePoint designer 2007. I have been asked to create a "Training List" for students where for each entry they list their name, the procedure they've been shown and the trainer ...
0
votes
1answer
94 views

Deploying Workflow wsp as sandbox Solution?

I Am Relatively new in sharepoint. I have created a small workflow using Visual Studio as a Farm Solution. It works fine for my Server but whem I am trying to deploy it on remote server its disabling ...
0
votes
0answers
13 views

how to turn off “show visualizations on status page” in workflow

i added a publishing approval workflow to my list, but users do NOT like the "visualize workflow" visio diagram that displays. How can i turn this off? the option is greyed out in sharepoint designer ...
0
votes
2answers
45 views

How to use secondary workflow on Task list to set Due Date?

can someone point me to a simple answer here - i have a list that has a primary workflow that fires a custom task. i want to create a workflow on the task list to update the Due Date to be a field ...
0
votes
0answers
17 views

Lists and Libraries Show Up Blank in SPD

SharePoint Designer tends to behave itself and function as well as it is supposed. That is until yesterday. In the contents of the Lists and Libraries tab for the main/top level site shows nothing. ...
0
votes
1answer
45 views

JavaScript error with Cascading Dropdowns

Many similar questions have been asked but none seem to work. I have Sharepoint 2010 and I have jquery-1.9.1.min and jquery.SPServices-0.7.2.min loaded into my parent site's Shared Documents. It ...
1
vote
1answer
45 views

Insert Hyperlinks in Custom Content Editor Web part SP 2010

I have a weird situation in content editor web part. entered text and made it as hyperlink - then went into second line to enter text and text still follows the hyperlink which was applied on the ...
1
vote
2answers
60 views

How to make it possible to set the due date in a approval/feedback workflow to current date?

I created two workflows, one based on the approval workflow and another based on the feedback workflow via SharePoint Designer 2010. When you start one of the workflows you can set a due date, but at ...
1
vote
1answer
27 views

Sharepoint Pop Up on an ENtry

I have created a survey in Sharepoint 2010 I have one question which asks for Team name. What i want is that whenever a user selects this question i.e Team -Name, i want that some kind of Pop up ...
2
votes
0answers
21 views

Calculated Score in SharePoint 2010

I still create Application Quiz in SharePoint Designer I have a problem with it. 1. user will choose QuizList, the user will choose QuizTitle (e.g : QuizTitle --> Fruit with 6 questions) Every ...
0
votes
0answers
31 views

Page Layout problem with using Variations

I have a site with 2 variations: English Arabic I have created master page and page layout for English. Everything's fine. I thought I would have to create master page and page layout for Arabic ...
0
votes
1answer
67 views

How to calculate the Value of sharepoint list field in the Date field column?

The first 6 digits would come from the current day’s date – the last 3 digits would start at 001 and increment throughout that day. So if the date is 04/11/13 the first value of the list should be ...
0
votes
0answers
89 views

SharePoint Designer 2013 will not let me send emails through workflow to non-authenticated users

We have a public-facing SharePoint site. I am trying to send a notification to a user if they sign up to receive updates with their email address. SharePoint Designer is giving me this error: The ...
0
votes
1answer
69 views

How to determine business days in sharepoint workflow

One step of my workflow needs to calculate how many BUSINESS days i have between two dates. The problem is that my customer registers the holidays in a sharepoint list. So i will need to query this ...
0
votes
1answer
58 views

can a document set welcome page instance have a custom webpart that is specific just to that instance?

i wanted to have a content viewer webpart in my document set welcome page that people could set when their document set was created. i found out that unfortuntely when it is set for one, it applies to ...
0
votes
1answer
40 views

Nivo Slider images are rotating slowly and out of sync in IE8

We are using the Nivo Slider with a publishing site in SP2010. We have three images and in all the browsers except IE7 & 8. In those browsers the images rotate in extremely slow or (it seems) not ...
0
votes
0answers
19 views

Simple method of displaying an editable list to a user using non-standard views

The title might seem a bit misleading, but the question is basically this: We have a requirement to display a simple list of Do's and Don'ts to visitors on multiple pages. The specification is asking ...
0
votes
1answer
28 views

email link to collect feedback form

I have a SharePoint Designer 2010 Workflow where I am taking advantage of the Collect Feedback Action. What I am trying to do is add a link to an email that the user can click to take them directly to ...
0
votes
1answer
41 views

SHarepoint Search 2010 - XSL Code Customization

I need to display the image preview on my search result by replacing the code for the search-icon as below XSL code: img align="absmiddle" src="http://site/image/123.jpg" border="0" ...
0
votes
3answers
33 views

Site Page Logo will not update from default

I have been working on a page and I had set it up to inherit from the parent, however when the page displays in the browser you can quickly view the new logo then the page reverts to the SharePoint ...
0
votes
2answers
85 views

The URL 'shared documents/test.pdf' is invalid but file exists

Background: I followed this article http://www.kraftkennedy.com/blog/bid/101982/Creating-Edit-Item-Forms-for-Document-Libraries-in-SharePoint-Designer-2010 I did not delete any of the fields yet The ...
1
vote
2answers
65 views

Customising SharePoint 2010 Search Box

Is it possible to customise the Search box by swapping the controls(Drop down and Search Box) without creating a custom code and by using SharePoint designer. I want to show the search box first and ...

1 2 3 4 5 34