Tagged Questions
The sharepoint-designer tag has no wiki summary.
16
votes
7answers
648 views
What is the point of SharePoint?
My company have started to use SharePoint. Now, as a software developer I simply can not understand the advantages of such a system. To me it just looks like a browser based application through ...
6
votes
3answers
21k views
How to edit default.aspx on SharePoint site without SharePoint Designer
On several occations, I have faced the situation that the default.aspx page on a Site doesn't work. More specifically, a reference to a WebPart and/or Control is throwing a error because the assembly ...
6
votes
4answers
8k views
In sharepoint designer's workflow editor how do I get the workflow initiators username?
In Sharepoint designer's workflow editor I wish to retrieve the username/name of the work flow initiator (i.e. who kicked it off or triggered the workflow) - this is relatively easy to do using 3rd ...
5
votes
2answers
96 views
How to verify the logged in user using Javascript in sharepoint
I need to check whether the logged in user is a administrator or non-admin user by using JavaScript in sharepoint designer or content editor webpart.
Can anybody suggest?
3
votes
1answer
536 views
SharePoint | Filter a Calendar with a query string
I am looking for a way to filter a SharePoint Calendar WebPart by using a query string. It looks like the default "Query string (URL) Filter" web part doesn't work for this.
Thanks for the help,
...
3
votes
1answer
4k views
Sharepoint 2010 - Where do I put my CSS, how do I link to it from the master page?
I have installed sharepoint 2010 on a single machine in farm mode pointing to a db on another server. I would like to start dabbling into branding the site by doing something that I initially thought ...
3
votes
3answers
217 views
.NET SharePoint development, what do I need?
Question: I'm an ASP.NET developer since about a bit more than a year now.
I'm thinking about changing the employer sometime in the future, and
I've seen familiarity with SharePoint development as a ...
3
votes
2answers
2k views
XSL - How to disable output escaping for an attribute?
I've had the following <a> tag:
<a href="http://myserver/_forms?url={@FileRef}&id=5">...</a>
One of the files is called "File's got apostrophe.xml". The output of the XSL ...
3
votes
1answer
2k views
Data view web part throwing error
Hi I'm using a xslt based dataview webpart the steps i have taken to create a data view webpart is that
added a list view webpart on the page
Modified the toolbar property to show fulll toolbar
...
3
votes
1answer
2k views
Is there a good reference SharePoint's databinding syntax?
I'm putting asp server-controls into my SharePoint XSLT using SharePoint Designer. I've found it's really handy for pre-populating values into the form, or providing a different experience than the ...
3
votes
6answers
4k views
Customise a SharePoint List Form into Sections/Tabs/Pages
I have a SharePoint solution which uses a list with around 20 different pieces of data. I would like to be able to break these up into sections/pages/tabs so that the user experience in populating ...
3
votes
2answers
741 views
SharePoint: Site Layouts
Hi I was wondering which Layout I could use to get the search box in the top right hand corner. I used (Welcome Page) Blank Web Part Page) as the page layout but its missing the search box in the top ...
3
votes
2answers
350 views
SharePoint: Back up single page
I need to back up a sharepoint web page which containts web parts and other html tweaks. I would like to keep a back up of the page itself with the web parts in the appropriate places, is this ...
3
votes
8answers
15k views
How do I customize the print layout of a SharePoint list item?
i need to be able to produce a "pretty" printout of an individual list item's values, with the goals being:
get rid of all navigation
organize data as it would appear on a typical paper form (a ...
2
votes
1answer
54 views
Changing URL query string parameter value in for-each loop, xslt
I am using a key to get distinct values from a column's substring as follows:
<xsl:for-each select="//dsQueryResponse/Rows/Row[generate-id() = generate-id(key('Years',substring(@Date, ...
2
votes
1answer
30 views
How can I use the value of a variable for the use property of a key in XSLT, I want to achieve use=“$Variable” in the key tag;;
Suppose I have a key defined in an xslt file in SharePoint Designer 2010 as:
<xsl:key name="Years" match="/dsQueryResponse/Rows/Row" use="@Date" />
Where @Date is the column, however instead ...
2
votes
0answers
53 views
Sharepoint Designer says: “The list of workflow actions on the server references an assembly that does not exist”
I successfully deploy my custom Action to the list of Actions available for use in my SharePoint Designer, but when opening an existing workflow, or creating a new one in the Designer, I get the ...
2
votes
4answers
934 views
Automatically copy data from SP2010 external list to an SP2010 custom list
I have an SP 2010 external list that is populated with customer names. The list is updated occasionally throughout the day. I would like to automatically copy the newly added names to another SP 2010 ...
2
votes
2answers
313 views
A minimal code webpart that displays a single picked item from a list
I'm not sure this is possible, but figured I´d give it a shot. First a few pre-requeistes and environment details:
I´m using Sharepoing 2010, Sharepoint
Designer 2010, VS 2010
I want to create as ...
2
votes
2answers
510 views
Custom SharePoint Designer (SPD) workflow activity sentence not visible in SPD
I created a custom workflow activity (action) for SharePoint Designer. I deployed the assembly to the GAC, added the entry in the web.config file and created a .ACTIONS file in the 12hive ...
2
votes
0answers
177 views
Sharepoint Calendar: Block a Day Off
Does anyone know of a way to prevent access to, or highlight, a specific day in a Sharepoint calendar? The intent is to show which day(s) are not available for a given task.
I have already fashioned ...
2
votes
1answer
199 views
sharepoint 2007 workflow trigger
I have an initial workflow in Sharepoint Designer that triggers whenever an item is created and also whenever an item has changed in the 'Employee' list .
Within second workflow I am updating the ...
2
votes
0answers
275 views
Paging To The End Of A Data View Web Part
Hopefully you can help me with this.
I've displayed an Announcement web part on a page with 20 items. I opened up SharePoint Designer 2007 and set the paging to 6 items. I've added a little bit of ...
2
votes
1answer
216 views
What exactly can “Full Control” with SharePoint Designer accomplish?
I've been brought in as an intern to develop a SharePoint site. My team won't authorize the budget for Visual Studio and I don't have physical or remote access to the SharePoint server (running ...
2
votes
2answers
417 views
Sharing SharePoint Lists across sites without SharePoint Designer
The problem I've been having is how to show a list from one sub-site to another. I don't have server admin privileges so I am unable to use SharePoint Designer to edit any part of the site.
The ...
2
votes
3answers
3k views
Sharepoint Designer - is there a way to calculate a date difference in a workflow?
Maybe I'm just crazy... So, with SPD I can add any time unit to a date and put that into a variable, but I can't seem to find anything that will let me calculate the difference between two dates. "Do ...
2
votes
2answers
80 views
Detect page is loaded into Sharepoint Designer
Is there a way for a web part to figure out the hosting page is being loaded into SharePoint Designer ?
2
votes
3answers
418 views
Shortening jQuery Function
I've written the following functions to remove non-breaking spaces from the html code in a SharePoint site (SharePoint designer litters whatever code you write with non-breaking spaces whenever you ...
2
votes
3answers
2k views
Sharepoint 2007 : Populate Drop down list box 2 based on selection of Drop down listbox1
I have two drop down list box . I would like to populate drop down listbox 2 based on selection in drop down listbox 1. Can you please guide me whether this possible in the sharepoint 2007. Both drop ...
2
votes
5answers
824 views
Best practice for redesigning a SharePoint site
Basically need to use SharePoint (because we promote MS yay!) as a content management system for an internet facing site.
How do I get rid of the default SharePoint look and feel and make it look ...
2
votes
2answers
2k views
Are Sharepoint template files actually stored on the file system?
I'm new to Sharepoint and just starting to poke around with Sharepoint Designer. I'm curious about the file system I see in Sharepoint designer which doesn't seem to appear anywhere else.
When I ...
2
votes
1answer
998 views
SharePoint DataView Show Items from last week
I have a SharePoint DataView WebPart that is set up to combine data from a few different lists. I want to filter the data to only show data from last week. I am able to filter it to show data from ...
2
votes
1answer
1k views
Sharepoint Designer - Creating a simple Workflow, check status of another Workflow
I'm trying to create a simple workflow using the Sharepoint Designer. We already have one user-defined workflow, called Internal Approval. This creates a column with the same name.
Basically, my ...
2
votes
2answers
776 views
Sharepoint - how to enable caching w/o server access?
I am using WSS 3.0 in a hosted/shared (read: can make no server-side changes) environment. Unfortunately, between SP and IIS, almost nothing is getting cached, so page loads can be terribly slow.
We ...
2
votes
4answers
345 views
How should SharePoint developers work with the graphics designer on their projects?
The graphics designers that I've worked with on SharePoint projects don't know/understand a lot of SharePoint. Particularly they don't know SharePoint Designer which is basically required for ...
2
votes
1answer
2k views
SharePoint 2007 Calendar - Remove Time
Does anyone know how to remove the time from a SharePoint 2007 Calendar month view?
I could do this using some jQuery but would like to know if it is possible via configuration?
Cheers
2
votes
6answers
10k views
Sharepoint List redirect with new id
I have a list within Sharepoint, using a custom new form i have added a custom list form control ("New item form" for the list) and changed the SaveButton to a standard input HTML button, and added an ...
2
votes
1answer
117 views
DataView component in SPD attaches needless strings to field values
In SharePoint Designer I use some lists as sources and then link them together with an operation GetListItems (I fetch items from multiple lists on different site collections for rollup/aggregation):
...
2
votes
4answers
408 views
MOSS - Which would you choose - 120+ additional columns, or a separate linked List?
I have a design conundrum that I could use some feedback on, so I'm hoping my fellow SharePoint experts can help me work this out.
I am managing a set of Projects in a single MOSS List (List1), where ...
2
votes
2answers
1k views
Migrating a SharePoint Designer Workflow into Visual Studio Workflow
Under normal circumstances you cannot move a workflow designed in SharePoint Designer to another site, or into Visual Studio for further customisation/development.
I believe it is possible but was ...
2
votes
1answer
168 views
How to access the uiserID of the user who initiated a workflow
DUPE: See link below
I have a SharePoint Designer workflow and I need to send an email to the user who initiated the workflow. It is set for manual start only so it should always be running in the ...
2
votes
7answers
2k views
SharePoint Designer Reformatting HTML on the fly, able to disable?
Before I tear what is left of my hair out I have been trying to modify some master pages in SharePoint Designer and whenever I make HTML markup changes it reformats them as it see's fit. For example, ...
2
votes
3answers
13k views
How to add a web part zone in SharePoint using SharePoint Designer
I need to add a web part zone to a wiki page. I'm opening the page using SharePoint Designer, but there doesn't seem to be an obvious way (such as a menu) to add a Web Part Zone.
1
vote
3answers
49 views
Sharepoint: Sharepoint custom list validation
Can anybody tell me how we write validation formula for "single line of text" fields in SharePoint list that it accepts characters only.
1
vote
2answers
30 views
Set field via URL
Is it possible to have a field in the current item be changed by clicking a URL? The field would be a choice field with predefined choices.
Such as if the item field is currently:
Status: 2
If a user ...
1
vote
2answers
49 views
How to keep log of all users who are visiting site or page on site Sharepoint 2007
We have sharepoint site and we are using sharepoint 2007.
We want to keep track of all users who are accessing the site and pages of the site.
We are checking sharepoin site usage report but we are ...
1
vote
1answer
33 views
Customize Survey fields in Sharepoint 2007
I have a Survey list which has several questions, one of those is people picker field and the another one is single line of text field.
I need to hide a perticular question ( field ) based on login ...
1
vote
0answers
70 views
Adding an item to an InfoPath 2010 form's repeating table using SharePoint Designer
I need to update an infopath form and add an item into a repeating table when an item is added to another list using SPD 2010 work flow.
Scenario:
I have two forms libraries "FL1" and "FL2"
when i ...
1
vote
0answers
48 views
Unable to edit or set masterpage in SP2010 site (migrated from wss 3.0)
I just migrated sharepoint site from wss 3.0 to SP2010 foundation.
The site is not rendering while the "lists" are visible. I want to open and edit the masterpage for the site first.
Opened site ...
1
vote
0answers
31 views
How do I add new lines to a custom SharePoint workflow activity sentence
I am building a custom workflow activity in a fully-trusted solution for SharePoint 2010. The activity has several configurable parameters, which causes the RuleDesigner sentence to grow somewhat ...