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

Sharepoint Site with Excel Sheet Template for Users to create New Sheets

I am tasked in work with creating a share-point site. Here are my requirements: The main page must allow the user to create a new "File". The file must be an excel sheet template that i will style ...
0
votes
1answer
46 views

How to Calculate Sum of a Column in a SharePoint List?

I'm developing a leave system using Sharepoint 2010 and I have stored following data on a sharepoint list. **Applied Days 3 , 5 .................... Sum of Applied Days ...
1
vote
0answers
25 views

How to send digitally signed email with user certificate using SharePoint 2010 workflows?

I am having a requirement that sending an Email which is digitally signed with user certificate using SharePoint 2010 workflows?
2
votes
5answers
674 views

How to copy email body from a workflow step

I can't seem to copy from the body of an email from an action inside a workflow step. I can paste new content in, but can't seem to invoke the magic input to get copy to work. Is there some way to ...
1
vote
2answers
38 views

Installing SharePoint Designer 2013

I'm just looking for some advice on this. I just started a new job. My understanding was we would be using SharePoint Enterprise 2010, so I downloaded SharePoint Designer 2010. Since then, we decided ...
0
votes
1answer
51 views

XSLT filter for Yes/No Column/Field in SharePoint Custom List for SharePoint Designer DataView WebPart

I'm trying this with no luck: [@ActiveStatus='Yes'] also tried 1, '1', 'True' .. get no rows back.. If I remove the filter I get back all rows. full line in code view looks like this: ...
0
votes
1answer
79 views

SharePoint 2010 Workflow - Send email to item owner 1 month in advance

I'm very much learning the basics of Workflows and need to carry out the following to a list of meeting 'Agenda items' with the 'Date/time' and 'Presenter(s)' (sorry that this is probably ridiculously ...
1
vote
1answer
667 views

How to get the correct reference to a Folder created within SharePoint Designer Workflow?

I have a SharePoint Designer workflow on a custom list that creates a corresponding folder in a document library. I then want to associate the firing list item to this newly created folder using the ...
1
vote
1answer
15 views

View linking to wrong content type

I have a list that uses three different content types. Content type management is enabled for it. Now, when I create my own view, and set the fields' property LinkToItem to TRUE, the links in the ...
0
votes
0answers
22 views

Filtering based on # Tags Sharepoint 2013

I have created a Team Site in Sharepoint 2013 which has more than 20 Pages I have embedded NewsFeed With Every Page but My requirement is to have conversation at each Page with different Thread eg: ...
1
vote
1answer
439 views

Conditionally Show/Hide/Disable Custom Workflow Action Buttons

I have three custom action buttons on a list created through SharePoint Designer. All three buttons execute a workflow and I need to show/hide or enable/disable the buttons based on certain conditions ...
0
votes
1answer
47 views

Modify list schema in production - best way; in SharePoint 2010

Suppose we have a defined a list schema in a site which is in production and has data in to it. it is for a client & maintained by the admin of the client. Now I want to add a column to it. What ...
3
votes
2answers
1k views

SPD Workflow “Start workflow when an item is created” when adding multiple items to list at once?

I have a custom site workflow with some logic that copies items to a custom list with Title and Email. On this list I have a SPD workflow with one OOTB activity - send email to Email when an item is ...
0
votes
1answer
396 views

Method behind attachment, for custom pages

This may be a poorly formed question, but I'm fairly new to sharepoint. What I'm doing is creating a custom page (just basic HTML and JS), and using that page to call SPAPI and SPServices to input ...
0
votes
1answer
742 views

DVWP Wrong Group Count

I desperately need help with this...I have searched and tried everything I know. I have come across a group count error. I have created a data view web part using a linked source. The DVWP has only ...
0
votes
2answers
6k views

How to format the date column in itemstyle.xsl

I'm editing the itemstyle.xsl to produce my own styling for a Content Query Web Part (CQWP) as follows: (NB - 2 laternative lines of code are shown as (A) and (B) <xsl:template name="MyNewStyle" ...
2
votes
1answer
31 views

SharePoint 2007 merge nested document library items

is it possible to collect (i.e. merge, consolidate, de-normalize, etc.) items from multiple nested document libraries on a site? My manager wants to flatten our MOSS 07 site's current nested ...
1
vote
1answer
54 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
32 views

Is there a way to remove code from a sharepoint list?

Ok I have a custom built sharepoint list on a standard aspx page with no sharepoint header. With Sharepoint Designer I have set parameters on my list with several filters. On the page I have several ...
1
vote
1answer
60 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 ...
1
vote
1answer
28 views

Sharepoint Workflow Logic

Hello there I have a infopath form with Sharepoint workflow attached to it. I want to be able to send an email to a certain person based on what the "users" last name starts with. So for example: ...
1
vote
0answers
31 views

MOSS 2007: Multi-layer flyout menus on the global navigation

I've reset the MaximumDynamicDisplayLevels to 30. My goal is to create a global navigation menu that leads to other SharePoint sites/external links. Each tab on the navigation is the top category with ...
1
vote
0answers
27 views

Sharepoint designer - Collect data from user error

I am new to sharepoint workflow development. I created my workflow in sharepoint designer 2010. My problem is the following: My workflow has a few steps, in every step I use the "collect data from ...
2
votes
4answers
1k views

Hyperlinks in SharePoint 2010 built with query string ID={@ID} results in ID=

We just upgraded from MOSS 2007 to SPS 2010. There were several ASPX pages built with SharePoint designer that had data from lists appear in tabular format. What used to work: If a Title was ...
3
votes
6answers
4k views

List 'add new item' link at top of list

The 'add new item' link which is always located at the end of the list. Is there a way that we can add a similar link at the top of the list?
0
votes
0answers
37 views

code of approval workflow in c#

I have a task to make approval workflow between three lists . When i add item to first list ,workflow should check second list and and assign tasks to specific people that on active directory(and they ...
0
votes
2answers
38 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
0answers
38 views

Save list item to desktop

I am looking for a way to take a list item and save it to a folder on my desktop. I need this to be done preferably in a workflow with sharepoint designer 2010 - basically I want the action to be ...
0
votes
0answers
13 views

Sharpoint designer 2013 Stopping when Workflow People/Group Selection

Sharepoint Designer 2013 is stopping unexpectedly when click to People/Groups from Sharepoint Site. As an example, Send an Email action and I want to send the email to a Sharepoint Site Collection ...
0
votes
1answer
40 views

Need help with getting List Item counts

I have a custom list created that tracks project status by stages. I need to present the same in a chart format. Below is the list information. Columns *Project Name *Development(Phase1) ...
0
votes
1answer
52 views

Check duplicate item workflow

I need to make my custom list items distinct that's being used for a dropdown lookup. Please help. Here's the scenario. I have 2 lists, the list1 have a workflow that copies an item into my list2. ...
3
votes
2answers
569 views

PreSaveAction on edit mode

I'm working on a custom list. Two DWP webparts the first one insert data(save button only but some fields are pre filled) and the other one shows the data(This has got edit and delete enabled) I'm of ...
2
votes
1answer
244 views

Sharepoint Designer Workflow Error Occured at start

I have a couple of workflows made in SharePoint designer, that create a looping effect to process items in another list. Basically, one workflow starts when a yes/no field equals yes, the other starts ...
0
votes
1answer
64 views

How do I have a workflow wait until a date field is entered or changed in Sharepoint Designer 2013

I see examples with "Wait for Change" in an date field (column) for SharePoint Designer 2010, but in those examples the condition is selectable (equal, not equal, etc.) but in Designer 2013 it appears ...
0
votes
0answers
28 views

Save workflow as template not working

I need to save my reusable workflow as template in SharePoint Designer 2010. When i tried saving my workflow i am getting this error. "The server was unable to create your template. Please notify ...
1
vote
2answers
422 views

How to manage item level permission all at once

I have a list and i would like to be able to set permissions on items all at once or remove or add instead of going to each item and setting the permissions. Also is there a possibility lets say of ...
0
votes
1answer
810 views

Can't create a new web site in SP Designer with Local Admin permission

I need to set up a SharePoint system in my work place. The administrator installed SharePoint server 2010 on a Windows server 2008 R2 virtual machine with his "domain-admin" permission and gave my ...
1
vote
1answer
76 views

Create item from InfoPath form TO SharePoint calendar, then delete from calendar if form deleted or updated?

I created multiple InfoPath forms for different types of calendar requests (out of office, vacation, holidays, etc). I then have a calendar that all the requests copy to, which I created from a ...
1
vote
1answer
30 views

LI items not showing in the same font size

I have edited my home page using sharepoint designer to include a un-ordered list to display a series of links. For some reason the very first link "Provost and Vice President for Academic Affairs" ...
0
votes
1answer
93 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
1answer
19 views

is there an online reference guide for Workflow lookup fields?

I really need a better way than trial and error of figuring out what the different Define Workflow Lookup Data source and Fields are. Is there a good book or online reference tool I could use?
0
votes
1answer
24 views

Editing Appearance of Lookup Field in SP Workflow Email

I have a workflow that sends an email when a new item is added to a list. The email includes the creator of the new item, which uses a lookup value. CurrentItem-CreatedBy-String = [%Current ...
0
votes
2answers
37 views

How do I dynamically insert a web part onto a page using Sharepoint Designer 2010?

I have a requirement to create a DVWP which queries a list of items: 1.1, 1.2, 1.3 etc. I have a webpart that takes an input (i.e. "1.1") and does some cool stuff with it. What I would like to do is ...
0
votes
1answer
38 views

sharepoint 2010 switching multiple content list forms in a single page

I have 4 different lists setup by using multiple content lists so end-up with 4 different forms. Is there any way to make one default form for all in a single page and switching them by using maybe a ...
0
votes
2answers
89 views

display data in SharePoint 2013 through ODBC

We are two students doing our internship (meaning we work with SharePoint 2013) in a company where they are already using SharePoint 2007, they want to implement what they have in SP2007 into SP2013. ...
0
votes
1answer
47 views

Will code created with 32 Bit SharePoint Designer 2013 be readable to another computer with the 64 Bit version of SPD 2013?

One of the developers on my team is installing SharePoint Designer 2013 on a machine with 32 Bit office. He attempted to install the 64 bit version and this error appeared: Got we can't install the ...
0
votes
2answers
4k views

how to hide/display controls in NewForm.aspx based on checkbox value in SharePoint list

I have 1 checkbox in my sharepoint list with other columns. If checkbox value equal to 'true' i need to display some other controls, otherwise these controls should be hidden. I open the New/Edit ...
0
votes
0answers
57 views

Form_URN and Current Item URL - both do not work when used in a Task email notification to provide a clickable link

I found in a few threads that I could use Form_URN in my email notifications that a task was over due, but this does not work for me. I have tried in several different workflows, so I know it isn't ...
0
votes
1answer
296 views

Visual WebPart using Visual Studio 2010 and use XSLT for customize look and feel

I just configured User Profile Synchronization Service on my portal and now need to implement "Employee Directory". I have created a VisualWebPart Solution in Visual Studio 2010 and Programatically ...
2
votes
2answers
115 views

Difference between nintex workflow and basic sharepoint workflow

Please guide me on the difference between the workflow created using nintex and basic sharepoint workflow that is created using sharepoint designer or code.

1 3 4 5 6 7 36