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
852 views

Sharepoint 2010 custom calendar display form Date formatting not displaying on site

I have been tasked with setting up a calendar on SharePoint 2010 Foundation to record bookings. I would like to use a custom display form so I can remove and/or reorder the fields. I created a new ...
1
vote
3answers
43 views

How to Make Webpart Title to Display Day of the Week?

I have list View webpart in my sharepoint 2010 team site home page. Generally Web Part title can be easily modified by editing the webpart and providing Title value. I am looking for a solution to ...
1
vote
1answer
689 views

The remote server returned an error: (401) Unauthorized sharepoint

Here is my scenario:- I have my Sharepoint server hosted on Domain A and I have my machine on Domain B. There is not any trust between Domain A and Domain B. I am trying to access the Sharepoint ...
0
votes
0answers
8 views

Error - An error occurred accessing your Microsoft SharePoint Foundation site files

I am unable to open a site using SharePoint designer, the error we're seeing is -- An error occurred accessing your Microsoft SharePoint Foundation site files. Authors - if authoring against a Web ...
1
vote
1answer
345 views

Where does Sharepoint Designer 2010 store the Data Sources configuration?

I am experimenting with SharePoint Designer 2010 to create various data sources. When creating database connection using SQL user id and pwd, i get a prompt saying that the user id and pwd will be ...
0
votes
1answer
14 views
+50

SharePoint 2010 - SharePoint Designer notification: The list of workflow actions on the server references an assembly that does not exist

Upon opening a workflow in SharePoint Designer 2010 I receive the following notification in SharePoint Designer: The list of workflow actions on the server references an assembly that does not ...
0
votes
0answers
15 views

SharePoint Designer 2013 - Master Pages and Page Layouts missing from site objects

When I open my root site (site collection?) in SharePoint Designer 2013 (Preview), the Master Pages and Page Layouts items are missing from the Site Objects list. However, if I open up a sub-site then ...
1
vote
1answer
430 views

“On Item Created” SharePoint Designer Workflow doesnt start when creating list items via Code Activity in Visual Studio Workflow

Any help on what authentication settings are required on the application pools for the below simplified scenario: My List item has two fields. "Title" and "Flag" I create a new List Item with the ...
1
vote
1answer
397 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 ...
0
votes
1answer
386 views

Read SiteMapNodeCollection of another sitecollection in a webapplication

I am having a three site collection along with subsite in a same webapplication as below SiteCollection1 SubSite1.1 SubSIte1.2 SiteCollection2 SubSite2.1 SubSIte2.2 We have the requirment to ...
4
votes
2answers
1k views

Content Type dropdown in a custom list edit form

I have two content types created A and B. I have a list definition where I placed those content types. Using SPD 2010, I created a custom list edit form and as you know, SPD 2010 will ask you to bind ...
1
vote
0answers
13 views

Enable Publishing Options button without SharePoint Designer

We use MS Office 2010 Standard, and some users will be publishing spreadsheets from Excel to SharePoint (2010). We have discovered, however, that the Publishing Options button only appears in the Send ...
0
votes
0answers
5 views

MS Access Web database update on Task completion in sharepoint 2010 site

Working on a Sharepoint 2010 website with a list of Tasks. The Tasks have a custom field - "Hours worked" which is a number. I have added a web database(Access) site (Contacts Web Database template) ...
1
vote
1answer
130 views

sharepoint list view conditional formatting

I'm trying to set a conditional formatting for my custom list data row, it works fine for background color but not for foreground color, when I inspect the element in chrome browser, I found it apply ...
0
votes
0answers
10 views

How to call a soap webservice with the “Call HTTP Service” action in a workflow

I'm trying to call this Sharepoint 2013 SOAP WebService from a workflow : https://mysite.sharepoint.com/_vti_bin/Sites.asmx My workflow is hosted on the same sharepoint online farm than the soap WS I ...
0
votes
0answers
16 views

The service '/_vti_bin/client.svc' does not exist

when i go to mysiteurl/_vti_bin/client.svc I am getting exception "The service '/_vti_bin/client.svc' does not exist". The same does not happen in my staging environment, it is available there.Because ...
0
votes
0answers
13 views

Organization chart with employee's image

Want to show graphical organization chart with employee's image. AD is configured with manager property set-up. So that it can show employee list with manager. But how to show graphical hierarchical ...
1
vote
1answer
430 views

How to construct 3 level grouping usng xslt 1.0 - Sharepoint 2007

I have this XML output from a sharepoint list <z:row ows_Attachments="0" ows_Title="Parra" ows_State="State" ows_Area="Area 4"/> <z:row ows_Attachments="0" ows_Title="matta" ...
1
vote
1answer
1k views

Partial postback sharepoint webpart

I am trying to add update panel to my sharepoint sitepage below: I am getting the error : Failed to load viewstate. The control tree into which viewstate is being loaded must match the control ...
1
vote
1answer
562 views

Customized workflow by using SharePoint Designer 2010 has been cancelled by System Account

I've encountered a big issue on workflow. I designed a very simple workflow with Action "Send Email" on SharePoint Designer 2010 for email testing, as well as workflow process. All things were ...
1
vote
1answer
315 views

I am not able to create a workflow in SP 2013

I use Create Workflow on the ribbon which takes me to Designer. I am able to select a List workflow (part of what I am trying to acieve). I have tried to create it every available way but the workflow ...
0
votes
1answer
7 views

Unable to update default list forms on a Sharepoint 2007 list

I have created some custom forms for a Sharepoint 2007 list using Sharepoint Designer 2007. When I attempt to "install" these by opening the list properties dialog box in SPD, it appears to accept ...
2
votes
1answer
511 views

In a DVWP my Multilookup column is not returning IDs, only column values

I've added a DVWP to a page. The DVWP shows data from a list with a multi value lookup column. The value returned for this column is in the form: value1;value2;value3. Now I want to render this ...
1
vote
0answers
107 views

The Server could not complete you request

So Sharepoint Designer will no longer connect to any Of the Sites or subsites. I get the error message "The server could not complete your request. For more specific information click the details ...
0
votes
1answer
9 views

Setting audiences in share point 2010

I have written html/css code to display the menus. Now i need to hide the multi level menus(links) using windows authentication. i mean we need to set the target audience for the links. But,. i do not ...
1
vote
1answer
579 views

How can I have a user attach a file to a workflow task?

I'm using sharepoint designer 2010, custom list. I have created workflow on that list. I need to enable the user to enclose a file to the workflow task: What kind of task I need to use? P.S. I'm ...
0
votes
1answer
301 views

How to customize the output of User profile records using Visual Studio with the help of XSL

I have configured User Profile Synchronization Service on my Portal and I want to develop a custom Visual WebPart "Employee Directory" to display criteria based results fetched from User Profiles as ...
0
votes
0answers
7 views

workflow attached to a list, I want to edit task list

Alright so heres my problem. I have a workflow that is attached to a document library. When someone adds a document a task is created. When someone approves a document, I would like for the workflow ...
0
votes
2answers
371 views

send data from list to sharepoint application page

is there any way to connect a SharePoint application page to a list in the SharePoint to save data inside form (in application page) to the list in the SharePoint i need to know it i can make ...
1
vote
1answer
134 views

How to create WSP Package of a SharePoint 2010 site without VS 2010 (with SP Designer)?

I am having a site with publishing feature enabled. So "Save site as a template" feature is not available for me. Since I don't have control over the SP server farm, I am not sure about how I can ...
0
votes
2answers
590 views

Single line of text field validation in Sharepoint 2010 list

I have single line of text field in a Sharepoint 2010 list. I need to validate the particular field. The user will enter the number by starting with I or F. How do I validate the field if the user ...
0
votes
1answer
298 views

Error: Access Denied when starting sharepoint 2007 workflow

I've done my fair share of searching and still can not find a solution. I've created a simple workflow in Sharepoint 2007 designer. When I check the box "Start this workflow when a new item is ...
1
vote
1answer
16 views

Seperate edit forms for different role user

I have created two edit forms editform1 and editform2 and now I want to open editform1 for the site owner user (Role) and want to open editform2 for site members (Role) let me know How can I do it?
1
vote
0answers
19 views

SharePoint Designer Encountered an error Verifying Form Template

Good Morning I have created many workflows, so i know how to do it. Recently, i started getting this error. I have even went back to a fresh site collection, made a simple workflow of "Send an ...
2
votes
1answer
704 views

Two different render modes of XsltListViewWebPart - plain html and js+async load

We've realised that XsltListViewWebPart can render content in two different modes. 1) if we add XsltListViewWebPart by SharePoint Designers on aspx page - we have plain html render on the page 2) if ...
3
votes
2answers
330 views

Cannot edit Initiation Form of Designer Workflows with InfoPath

I've got a reusable SP Designer workflow in SharePoint 2010, and I'm trying to edit the Initiation Form for it. I can open the workflow within SP Designer, click the form, and it opens in InfoPath. I ...
0
votes
1answer
2k views

Add a Field to a Workflow Task Form

I have some experience with SharePoint 2010 and SharePoint Designer 2010, and almost no experience with InfoPath. I have created a custom workflow solution using SharePoint Designer 2010. I am ...
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 ...
1
vote
1answer
363 views

How to add web part in page layout?

Ok I created my first master page and now I am working on page layout. I created a new "Publishing Content Type" page layout in SharePoint Designer whose content type was "Page". In that page I want ...
0
votes
2answers
12 views

oracle data in InfoPath form

We have a InfoPath form on which wants to show real time data from Oracle database. E.g. Employee name in a drop down list in InfoPath form from employee table in oracle. Don't want to populate ...
0
votes
2answers
25 views

Workflow Timer Interval

Can I change Workflow Timer Interval value from default "every 5 minutes" to "every minutes" without impact to performace? Thanks for supprt, Best regards
0
votes
1answer
311 views

How to enable anonymous access for the custom master page in SP2010

I created one site with forms based authentication and anonymous access. That is working fine. Now i want to replace the master page with the custom master page. I just copied the nightandday.master ...
0
votes
1answer
382 views

How can I add recipients to email created with Workflow?

I have a List with a column called "Add Recipients", Require that this column contains information: No Allow multiple selections: Yes Allow selection of: People and Groups Choose ...
0
votes
1answer
333 views

Copy and Modify a Sharepoint Designer 2007 Workflow

In SharePoint Designer 2010 the option there is an option to "Copy and Modify" a workflow based on an existing workflow template such as "Approval, Collect Feedback or Collect Signatures". Is there ...
2
votes
2answers
347 views

Color Code Due Date for All Tasks?

I am trying to format a Tasks list in SharePoint 2010 using Sharepoint Designer using the following settings under conditional formatting. Field > Due Date = Less Than > Value = Current Date ...
0
votes
0answers
43 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
0answers
32 views

how to copy List item attachment to document library with SharePoint Designer workflows?

I have SP Foundation without access to the server local folders, so my only change is through Sharepoint designer as far as I know. how can I copy a List item attachment to document library with ...
1
vote
1answer
440 views

SharePoint 2010 Blog Site Custom I Like it locations

On A SharePoint 2010 blog site does anyone know if you can add the "I Like It" button to the blog post summary's. I would like to add the "I like it" through out the blog so users can tag "I like it" ...
0
votes
1answer
22 views

How to retrieve Lookup List's lookup values in a third List

I am using sharepoint 2010 Lists.I have 3 Lists RoleFamily,Roles and Employees. RoleFamily defines under which Family a role exists.There fore RoleFamily is the Primary.The below image shows the ...
0
votes
1answer
21 views

Collect Data from User Task - How can I reference this collected data in another workflow?

I start a Collect Data from User Task in a primary list workflow. After the task is completed, I would like to access the values that were collected from within another custom workflow. Here's the ...

1 2 3 4 5 35