SharePoint Designer is a specialized HTML editor and web design freeware for creating or modifying Microsoft SharePoint sites and web pages.
0
votes
0answers
7 views
SP2013 - Pass Current User In URL to Page Viewer Web Part
I need to load a URL in SP2013 in the Page Viewer Web Part (or similar functionality). The basic idea is that it would load http://SERVER.COM/InternalProfileInformation?User=[CurrentlyLoggedInUser].
...
0
votes
0answers
10 views
How to find out number of distinct rows when using XSLT data view web aprt
Hi i know that we can find number of rows in XSLT data view web part by using this expression
<xsl:variable name="Rows" select="/dsQueryResponse/Rows/Row"/>
<xsl:value-of ...
1
vote
1answer
109 views
How to view xml code of a list view
I have created a view of list by following manner
Created a new page
Opened the page in edit mode
clicked on add a web part
Chose List and Libraries
Clicked on list that is already created.
I ...
0
votes
2answers
27 views
Images from site asset library not displayed in sharepoint
I have added a image in SiteAssets library. I have referred to that image in my aspx page. While redering page, image is not rendering.
0
votes
1answer
30 views
HTML/CSS Website conversion to Sharepoint
This is my first time ever working with SharePoint I have developed websites before PHP/Ruby but I have never worked with this before. I have SP Designer installed but I'm really clueless how to get ...
0
votes
1answer
25 views
send attendee email reminder workflow
SP & SP Designer 2013, no Visio 2013, I have Visio 2010
When I create a calendar event I just want an email reminder to be sent to the Attendee(s). Don't know why this isn't an OOB function.
...
0
votes
1answer
14 views
SharePoint Designer 2010 keeps asking me to install it over and over
I am not SharePoint savvy (and especially not programming savvy). I am trying to design stuff in 2010 however, at my boss's request, and cannot. Every time I click "Edit in SharePoint Designer" it ...
0
votes
0answers
10 views
Columns disappear on page refresh
Using SharePoint Designer 2010, if I add a table column to a XsltListViewWebPart it shows in the designer (always) but only shows in the browser once -- if the browser is refreshed the, a different ...
1
vote
2answers
21 views
Roll multiple calendars at the same time
I'm working on a page to book meetings rooms. We have 6 rooms, so I made one calendar for each and overlayed them all. I want to do a daily view with all the rooms on the same page, so I inserted all ...
1
vote
1answer
25 views
Design View is Gone! How Do I Modify My List Views Now?
I have just recently moved into using SharePoint 2013 and 2013 designer. On my 2010 SP list, I have custom priority indicators which require me to open the list view in SPD and modify the valueof XLT ...
0
votes
0answers
7 views
SPD “Error Rendering Control”
I've just added a new field to my custom edit form and it has come up with the following error
If I try and edit a list item in my browser I get this message
Unable to display this Web Part. To ...
0
votes
0answers
14 views
How to assign a java script variable to xsl variable
I have a requirement where the user enter the price in text box and i need to get the value in java script/jquery function and by using the value i need filter list data using xslt.
I have to assign ...
0
votes
0answers
7 views
Customising Forms within SharePoint Designer
I'm trying to craft a new form from within SharePoint Designer 2010 and was hoping someone could help me.
I'm after creating a button which can switch views for me, as I want to suppress the form ...
0
votes
0answers
11 views
How to change From email address from workflow 2010 using custom action?
I want to change the From Email address when I send email from my workflow. I have used the CodePlex reference.
Code which I have use to change the From address is as below.
MailMessage mail = new ...
1
vote
2answers
52 views
Start workflow automatically
I have a problem starting an automatic workflow when I create an item in the list.
explanation:
I have a list where a person creates a certain item in a list, and starts to save an automatic ...
0
votes
0answers
10 views
SPO CacheFull and CacheRead
In my workflow I create a task and when I go add a user I see in options _SPOCacheFull and _SPOCacheRead. I wonder what they are for... someone know?
0
votes
0answers
9 views
Reinstallation of Sharepoint Corrupting Workflows?
Hello recently we had written a workflow in sharepoint designer and the workflow worked and ran without a hitch. Over the weekend our Sys Admin reinstalled Sharepoint Service Pack 1 on our server and ...
0
votes
2answers
31 views
Using REST call and Datatables plugin to retrieve SharePoint Date field
I'm having an issue with a REST call that's giving me some headaches. This is the code I'm using:
function LoadAIP(state)
{
var call = $.ajax({
url: "https://xxxx/xxxx/_vti_bin/listdata.svc/AIPList? ...
0
votes
1answer
23 views
Custom design for sharepoint online
Hopefully you guys can help me, as I haven't be able to find any concrete answer to my question.
I'm new to sharepoint and I would like to make an intranet for a company. Sharepoint online team site ...
1
vote
1answer
55 views
Hide “Mark as Complete Check Box” in Sharepoint 2013 Task List
I want to hide the "Mark as Complete Check Box" in Sharepoint 2013 Task List view. Is it possible? What is the best way to do so? Thanks.
0
votes
2answers
28 views
load all javascript files from style library in sharepoint
i have some JQUERY UI script files located in a style library,from style library some scripts are loading in custom master page they are
<script src="/Style%20Library/js/jquery-1.10.2.min.js" ...
1
vote
2answers
32 views
How to run the JS with on() function with Javascript
In the Calendar with Add button, after the JS Calendar starts completely, the HTML below appears and I would like to run my JS with AsynchronousViewDefault_CalendarView attribute. However, it doesn't ...
0
votes
0answers
22 views
Get selected value in dropdownlist field in customlist from parent custom list SharePoint list 2010
I have two custom list which is parent and child. The connection is working properly where you select the parent then it will display associate child.
Customer Table (Parent list)
Customer ID ...
0
votes
0answers
11 views
SP designer workflows “Failed on Start (retrying)”
I recently applied SharePoint 2010 to one of my new servers and while testing its functionality, i realized that workflows are not working and I am receiving "Failed on Start (retrying)" error and ...
0
votes
0answers
26 views
Sum value in List View SharePoint Designer return 0
I have a list with the ammount value, and I have to sum it. The webpart list is inside another display list view.
=================
Ammount / Valor
1111
14515
=================
The "Ammount / ...
0
votes
1answer
18 views
Can not install Workflow Manager to work with SharePoint Server 2013 farm
I installed SP Server 2013 and Workflow Manager in one server. When I configure Workflow Manager to work with SharePoint Server 2013 farm (http://technet.microsoft.com/en-us/library/jj658588), I am ...
1
vote
3answers
46 views
How to replace all href elements when mouseovers with Javascript
In the Calendar with Add button, I would like to replace all href="javascript:void(0)" to href="http://google.com" when mouseover the image caladd.gif with Javascript and jQuery.
Summary: That means ...
1
vote
1answer
27 views
Enable Breadcrumb in oslo master page
I required to Enable the breadcrumb in Oslo master page and I am following the url http://www.wombit.se/2013/11/28/sharepoint-365-breadcrumb-oslo/ which is showing to add the snippet of code, But in ...
1
vote
0answers
9 views
File status is always changed, why?
I'm running Sharepoint Designer 2007 since it was free from Microsoft and it seems that no matter what I do the files in my site are showing up as changed and I need to publish them when in fact they ...
0
votes
0answers
14 views
Use Dictionary from WCF in External Content Type
Is it possible to use a Dictionary which is returned from a custom WCF Service for an External Content Type in SharePoint (2013)?
So far I was not able to use a Dictionary in SPD because I cannot ...
0
votes
1answer
22 views
workflow failed to get user profile SP 2013
I have a workflow which is unable to send an email to the users.
I got this in the log :
"workflow failed to get user profile".
The user in the "CC" field receives the email but the "TO" field ...
0
votes
1answer
21 views
XML code for List view
I am trying to create a list view using xslt style sheet coding. I find out how write xslt with help of w3schools. But in order to write xslt coding i have to see the xml code of list view . Any one ...
0
votes
0answers
17 views
Sharepoint 2013 not Supporting SSRS 2012
I have installed SharePoint 2013 farm on Windows Server 2012 am and using SQL Server 2012 SP1 for database on another Windows 2012 Server.
I want to install reporting Services for SQL Server 2012. I ...
0
votes
1answer
28 views
BoxShadow and BorderRadius do not appear in IE with Javascript and CSS?
I got into a trouble that in the SharePoint, the Box-shadow, Border-radius and the showToggle's div tag don't appear in IE, but it runs very well in FF and Chrome.
Please let me know what is going ...
0
votes
0answers
13 views
Sharepoint Designer 2010 Missing some actions in action list(Start custom workflow, etc.)
I use Windows server 2008 R2 with Sharepoint Foundation 2010 Designer 2010 SP2 installed on it.
Problem is that I don't have some actions in action list while I'm editing workflow, missed actions:
...
1
vote
1answer
16 views
Imported workflows not visible in Sharepoint 2013 Desinger
If I save a SharePoint 2013 workflow as a template, then follow the process to add that workflow to a different site in a different site collection, the "imported" workflow is visible in the browser ...
0
votes
0answers
16 views
Tiles of 2 different Promoted list getting merge in sharepoint site page
I have two promoted lists one "Sample 1" having 6 tiles and other "Sample 2" with 3 tiles. One of my tasks was to show the tiles in rows and columns for "Sample 1" which I am able to do. But when I ...
0
votes
0answers
15 views
Cascading Dropdown Lookup Sharepoint 2013
I want to add a cascading lookup (using sharepoint 2013 )in many Document library so I can't Add jquery SPServices.SPCascadedropdowns for all Edit/New Form via the Sharepoint Designer manually, I ...
0
votes
1answer
65 views
How to use XSLT in sharepoint
Hi i am new to XSLT coding in share point, but i know that we can use XSLT coding to create a list view with more sty-lings.
I have a list named "detailsOfEmployee" with columns ...
0
votes
1answer
35 views
Attachment option customization in data form webpart
We have requirement that Implement attachment control same (Like InfoPath form screen shot) as it is in the default form of new item. Please let me know if any one have solution / workaround.
1) ...
0
votes
0answers
49 views
SP2010: How to hide column based on lookup column
I'm modifying a custom new/edit form, and need to hide a column based on a selection from a multiple lookup column (using resources lookup form group calendar). I've used the following code below ...
-1
votes
0answers
14 views
Some of SharePoint list column unable to appear in Find File Box Search result
I have a contact list, the find a file box is working with only 2 columns rest of the columns are unable to appears in find a file box search
Note: when i search through the top search bar it is ...
0
votes
1answer
38 views
How do I get a workflow to pause until a specific day of the month?
I'm using sharepoint 2007 and my requirement is to have an email sent to a user should it reach a certain date of the month and the user hasn't updated a list item.
So the way it currently works is ...
0
votes
2answers
28 views
How do I hide the Timeline in the 'Task List' data view web part using SharePoint Designer 2013
Using SharePoint Designer 2013 I've created a Data View web part that links to a Task List on my SharePoint 2013 site - and it all works as I'd expect.
The only thing I can't seem to do is to remove ...
0
votes
1answer
19 views
Backup & restore Designer workflow
How to backup & restore a SharePoint designer workflow and add it another site?
I would appreciate a step by step guide.
1
vote
2answers
71 views
Advance Search For Find Document with Column
I have a Document Library that contain large number document with four kind of content type.
My Documents Contain specific column that inherit from content type.
Now I need to design an advance search ...
3
votes
2answers
101 views
Scan Documents from Scanner and store directly into Sharepoint Library
I've been asked to create a button called "Scan". When this button is clicked, it will start scanning the file in the Scanner machine and then storing the file in the library. However, I've searched ...
0
votes
0answers
26 views
“NavigateUrlField” attribute in Sharepoint TreeView Not working?
Am doing a sample Project for my company in Sharpoint designer . While trying to create a treeview navigation for organization chart , am Getting the below error :
Could not bind to the 'url' ...
2
votes
2answers
27 views
How to choose the right datatype when creating external content types?
assuming I want to create a SPList using external content types, in my case SQL server tables. When I create my ECT in Sharepoint Designer 2010 SQL data types are mapped to the List as follows:
...
1
vote
1answer
95 views
How to remove the save and cancel buttons from Custom SharePoint List form(New form)
I want to add a custom webpart on a custom list form and remove the Save and Cancel buttons which are default. Is what i'm trying to do possible? If yes please tell me a good approach to do it?
...