0
votes
1answer
13 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
2answers
32 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
30 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
26 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
50 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
11 views
Sharepoint column split - common and different
I have a number of pages in Sharepoint - one for each country. I want my left hand column to be the same for each country (for global announcements), and the right hand column to be different for each ...
1
vote
1answer
41 views
SP2010 Workflow Copy Item Error
I'm having issues with a workflow that copies items from one document library to another after an approval process. The workflow starts automatically when an item is changed. It gets cancelled and I ...
0
votes
2answers
46 views
Problems saving Masterpage in Sharepoint Server 2010
My Sharepoint site is using a custom Masterpage.
I get an error just checking out, and saving the Masterpage without doing any changes.
When I open the masterpage in sharepoint designer, and try to ...
0
votes
2answers
67 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
49 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
215 views
Is it possible to import/export list from Sharepoint 2013 to Sharepoint 2010?
We have been using SP 2013 for its ease of use when it comes to developing workflows especially the copy & pasting thing in SPD. But our main production environment will be using SP 2010 for it's ...
0
votes
0answers
23 views
Add controls to custom group in Sharepoint Designer Toolbox
I would like to create custom group for my Server Controls in Toolbox in SharePoint designer. Is it possible?
Currently it is:
Toolbox > SharePoint Controls > Server Controls (SharePoint) > My ...
0
votes
0answers
78 views
Not all changes apply after re-deploying solution (custom workflow action for SharePoint Designer)
currently I'm creating a custom workflow action for SharePoint Designer 2010. After the first deploy succeeded everything looked fine. But after that I changed several things and re-deployed the ...
0
votes
0answers
25 views
Designer Workflow Error only on first run after reset
SharePoint Designer Workflow
we have an action that creates a folder item in a list and then copies a PDF document from a different list to that newly created folder. After an IIS or AppPool reset I ...
1
vote
1answer
47 views
How to set a value in a list based on the current filtered column value
I have edited my document set Welcome Page to include a web part of a "Notes" list. This list is filtered so that only notes pertaining to the currently viewed document set are visible.
Question: ...
0
votes
2answers
39 views
Connection among webparts getting lost when editting aspx
I have a little problem. Im creating a custom aspx page to serve as an advanced dashboard for PPS webparts (mainly filters and reports) in SP2010. I didnt mention this in the title since I think that ...
1
vote
0answers
30 views
Issue with direct edit item link via email not closing
I have a very simple workflow sending an email for users to take a survey. I do not want them to have to click on Edit Item, so I am trying to send a link directly to the edit view. When I do so, ...
0
votes
1answer
20 views
How to preview calendar on non-calendar page (2010)?
This seems simple. I want to have a preview of the calendar on my site homepage in 2010.
It looks like the only way to do this is to embed the calendar with SharePoint Designer (which then puts a ...
0
votes
1answer
46 views
SPD2010: Storing Variables as email addresses
Morning all,
Current Infrastructure:
SharePoint 2010 Standard (RTM)
My Question:
Can the community advise me if it's possible to store an email address as a variable within an SPD Workflow?
...
1
vote
0answers
60 views
Sharepoint Controls and CssClass
Im building some page layouts in SharePoint Designer 2010. If i do this:
<PublishingWebCOntrols:RichImageField
FieldName="Image Caption"
runat="server"
CssClass="imageCaption" />
The ...
0
votes
1answer
83 views
How do you change the approval status back to Pending if an already approved document has been edited?
I have an approval workflow in a document library. It's manually started by the user because they may not want to start it everytime they edit a document.
The workflow is as follows:
If for UK
...
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 ...
1
vote
2answers
402 views
How to get user first name in Sharepoint Designer 2010 workflow?
I would like to get access to the current user first name, so be able to insert into an email.
I have found that
[%Workflow Context:Current User%]
will insert the full name of the logged in user ...
1
vote
1answer
50 views
How would I take a date field and subtract 30 days to show the month prior to the original date
I have records that are modified each month. The site is used to display the previous month's information. However, to make sure that the information is correct, I want to use the date the ...
1
vote
1answer
54 views
Limiting a view based on authentication
I am attempting to solve/plan a strategy for a business using SharePoint 2010. They have data from multiple external databases. I would like to display this data in a report based on the current ...
1
vote
1answer
73 views
Hide some fields from EditForm
I have some troubles with EditForm in Sharepoint.
In SPD 2010 i have created External Type and defined CRUD method for him. I want to show in Disp form all item fields, but in Create and Edit form ...
0
votes
1answer
149 views
Sharepoint Designer broken after extending webapp and changing AAM
To change the URL of my sharepoint 2010 site, I:
Went to Central Admin -> Web Applications
Extended the webapp to a new URL
Made sure the new URL worked
Went to "Remove sharepoint from IIS website" ...
0
votes
0answers
75 views
How to automatically collapse/expand treenodes in TreeView, based on current page
So, I have a TreeView in my SharePoint masterpage which has quite a lot of treenodes. Some of these link to subsites (also containing the TreeView in their masterpage).
Since it was starting to get ...
0
votes
0answers
36 views
Customised masterpage not honoured by iOS on iPad
I created a totally blank white masterpage by cloning v4.master and adding style="display:none" to hide all the SharePoint screen elements I wanted to hide.
I then set my particular web page to use ...
0
votes
1answer
53 views
CSS markup is missing after I change theme of subsite
I was just making a new subsite, and the very first thing I usually do is set the theme to match that of the parent. In my case this is a custom theme named CustomTheme. I selected it and applied it ...
0
votes
1answer
63 views
How would custom aspx pages with code behind be used for workflow forms
We have a situation where we developed reusable workflows, content types and InfoPath 2010 forms for a client as a proof of concept but now the client has decided they can't go ahead with the ECALs ...
3
votes
1answer
145 views
Is it possible to prevent SharePoint 2010 from creating a folder structure when users upload files?
I have a wiki library with pages and a document library which I've configured to be an assets library. How do I prevent sharepoint from creating a directory structure for file uploads?
The wiki pages ...
3
votes
2answers
234 views
Sharepoint site using corev4 AND custom CSS File?
I'm using a custom Masterpage which references a custom CSS File in the header like so:
<Sharepoint:CssRegistration Name="CUSTOM/Custom.css" runat="server"/>
My custom CSS file is simply a ...
0
votes
1answer
2k views
Can I use SharePoint Designer 2013 to edit SharePoint 2010 sites?
Can I use SharePoint Designer 2013 to edit SharePoint 2010 sites?
Couldn't find this info in the web.
3
votes
2answers
83 views
how to have a list like this
i would like a list that has one more column with a hyper link "details" inside of it. when i click that link for each list item, it should take me to a new item view. if this is the first visit then ...
0
votes
0answers
30 views
How to select a new approver when a task due date is reached
We have a bunch of SPD 2010 workflows using InfoPath 2010 forms that are used for multiple levels of approval for various user requests.
The Problem:
A user submits an item for approval by their ...
0
votes
2answers
29 views
Users not assigned for a task in “Collect User Data” action in SP2010 can complete the assignee's task
This has been bugging me for weeks wherein the task assigned to a specific user which was issued by a workflow through the action "Collect User Data from a user" in SPD2010 can just be completed by ...
0
votes
1answer
35 views
I keep getting “Revert to template” whenever I set a custom masterpage for one particular page
I made 2 master pages. One named "reg_page.master" for all the regular pages, still containing the Quick Launch, and another one named "home_page.master" for the homepage only. The homepage has an ...
1
vote
0answers
37 views
Is the workflow attached to the list when saved as a template?
Is the workflow attached to the list when saved as a template also copied? If yes then why is it I cannot see the workflow in SPD when i tried creating a new list based on the list template.
What im ...
1
vote
1answer
156 views
How to add values from a multi-valued field from a list using SPD's Update an Item Action
I have a workflow that automatically updates the value of a multi-valued field in an item.
This workflow is working as expected. BUT, when that field/column of an item has a value already, the current ...
2
votes
2answers
241 views
Open a modal from a link in wiki-site: Sharepoint removes javascript
so I tried to add a little horizontal menu to a wiki-site and wanted one of the links to open in a modal Dialog (a contact form). Every time I try to add it about the UI, sharepoint removes the link. ...
0
votes
0answers
18 views
how can i have only navigation in my left column
all i want is a navigation on my left column:
home
search
...
so whatever template i choose for new website, it always shows this Libraries, Site Pages, Lists, and etc...
how can i create that ...
0
votes
0answers
11 views
Workflow Publisher
Is there any way to confirm who published a workflow? I cannot seem to find a setting that would let me see who published the workflow. I am asking because I have impersonation steps running.
0
votes
0answers
105 views
Setting a default InfoPath form for each view within a single master list
I'm not very advanced with code, so please keep that in mind. I have a central master list that contains information from a number of organizations within my company. We've then set a view for each ...
0
votes
2answers
234 views
Create List view to display category totals
I have a list of tickets and there age:
|---Ticket ID---|---Age (days)---|
|--- WO#12 ---|-------- 35 -------|
|--- WO#13 ---|-------- 70 -------|
|--- WO#14 ---|-------- 99 -------|
I need to ...
0
votes
2answers
127 views
Is it possible to add a security trim that filters by user groups?
In my left hand side bar I have 3 links to downloads- one for each of three different companies. I need each company to log in and see only the one link to their companies downloads - not all 3 links ...
0
votes
0answers
46 views
Different site layout for different users?
I'm fairly new with SharePoint and I'm currently working with SharePoint Foundation 2010 and SharePoint Designer 2010. Prior to that I was working in the Cloud version of SharePoint.
I somewhat know ...
0
votes
0answers
197 views
Global Navigation for different Variations
I have two variations on a site collection for different languages. They are using different master pages.
I would like the two variation sites to have different items in the top menu (i.e. global ...
1
vote
1answer
287 views
Custom Edit Form for Document Set
I have a document library with three allowed content types - A, B, and C. A inherits Document Set, B and C inherit Document. Using A's Document Set Settings, B and C are the allowed content types ...
4
votes
1answer
68 views
sharepoint e-mail subscription customize description
I would like to replace the email addresses in the description column in the subscription list with a customized description. I would like to see the company name the subscription is for. It would ...




