SharePoint Designer is a specialized HTML editor and web design freeware for creating or modifying Microsoft SharePoint sites and web pages.
1
vote
2answers
712 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
1answer
424 views
SharePointDesigner encountered an error during setup
I'm trying to install Sharepoint Designer 2010, 32bit. The installation gets all the way to the end and then says "Microsoft SharePointDesigner encountered an error during setup. The file ...
1
vote
2answers
1k 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
84 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
770 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
33 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
356 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 ...
1
vote
1answer
435 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
455 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
400 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
21 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
7 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
136 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
52 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
18 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
432 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
587 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
360 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
9 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
522 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
113 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
15 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
648 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
311 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
8 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
378 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
164 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
600 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
316 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
17 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
24 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
712 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
336 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
32 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
760 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
30 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
43 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
361 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
431 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
138 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
0
votes
1answer
31 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
23 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 ...
3
votes
3answers
2k views
Why does SharePoint always prompt me to download SharePoint Designer when I already have it installed?
For example, if I click Edit page -> Edit in SharePoint Designer from within my SharePoint site, I'm always presented with a dialog prompting me to download Designer. I already have Designer ...
0
votes
0answers
101 views
Copy multiple list items to another list field based on a condition with SPD 2010 workflow
Is it possible, using SharePoint Designer 2010 (SharePoint 2010 Enterprise Edition) to copy multiple list items from list A (Personnel Clearances) to a single field (of any type) in List B (DD254) ...
0
votes
0answers
12 views
error while attaching file in sharepoint 2010
When trying to attach file in share point site, getting error 'null or not an object' in init.js. Also the page is not scrolled till end and a part of page is left behind.
0
votes
1answer
36 views
I want a literal 'Read/view Only' library - no save, download or print functionality. Is this possible?
I have a number of documents that I want to be literally 'Read Only' in a Library (ideally view in the browser). This means that I want to disable the 'Save As', download and print functionality to ...
0
votes
1answer
37 views
how to find the master page from MasterPageFile=“~masterurl/default.master”
i am unable to edit the master page in SharePoint designer. i guess these master page are bind with the content page latter during the page load.
is there any way to find out the master page so that ...



