A piece of software for a user to further develop their SharePoint site beyond its basic capabilities by manipulating the design and behavior of the site.
1
vote
3answers
1k views
SharePoint Designer Workflows - tips and resources?
I'm working on revising some existing SPD WF's and strugling with some of the concepts including why 2 appearingly alike WF's doesn't produce the same output.
Are there anyone of you that has worked ...
3
votes
2answers
7k 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 ...
0
votes
1answer
306 views
Need help in opening sharepoint 2010 from designer
While i am opening the sharepoint 2010 intranet site with port number, i am successfully able to open the site from sharepoint desinger. But while i am trying to open the same site after configuring ...
6
votes
4answers
9k 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 ...
0
votes
3answers
11k views
Sharepoint Conditional fields in Edit.aspx
I would like to display certain meta data fields in the edit form based on the value of a fields.
Example: Users upload a document to the Doclib to be approved by there manager. They are allowed to ...
5
votes
1answer
4k 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 ...
0
votes
2answers
2k views
Sharepoint2010 - QuickLaunchMenu accordion style
I try to change QuickLaunchMenu of my Sharepoint2010 site to use accordion style.
How can I get the current selected item? Is there a possibility to add a css class to the current (active) nav-item?
...
0
votes
3answers
7k views
Multilevel Approval Workflow Using Sharepoint Designer
I need to create a multilevel Approval Workflow for following scenario:
Workflow starts once item is created employee (Say in a ProductList) for certain Amount.
Manager Approves the workflow.
If ...
2
votes
2answers
2k 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
7answers
4k 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, ...
1
vote
2answers
304 views
A very small Q on sharepoint calculated formulas
I have a column called "name", I wanna to create a new column to be group. if the file name contains "MDSN", will return "MDSN" file, if not, will reutrn "non-MDSN"
I found a way ...
1
vote
1answer
9k views
Replace default search box in SharePoint 2010 with custom one
On every new SharePoint 2010 site you get the default search box (In the MasterPage) that allows you to just do a normal search.
I would like to replace this with some item that will allow you to ...
1
vote
2answers
1k views
No-code solution for calendar view of SharePoint news items
MOSS provides you an excellent option to create a "news" site in your portal.
It adds some "Archive" functionality, but it is very limited - a list of all articles published in that particular site.
...
1
vote
2answers
6k views
How to tie a dropdown list to a gridview in Sharepoint 2007?
This should be a really really simple thing, but for some reason it is just eluding me.
I want a Sharepoint page which will have a drop down list that is tied to a database lookup table.
When an ...
0
votes
0answers
102 views
Quick Launch Flyouts
Im designing a site using Sharepoint 2007 and im using quick launch as the left menu . I have a submenu to be displayed so im using quicklaunch flyout. It looks as Such
Menu 1
Menu 2
Menu 3
Menu ...
0
votes
1answer
3k views
Update multiple SharePoint list Items
I have an InfoPath form that, when submitted to a SharePoint Form Library, also adds a single item to a Task List. Each item in the Task List contains a People field that may contain multiple names. ...
0
votes
1answer
220 views
Timing concerns with Custom WF Activity changing permissions
I'm using MOSS 2007 and have developed a set of fairly simple custom workflow activities for use in SharePoint Designer which control item-level permissions (break inheritance, re-inherit, revoke all ...
0
votes
3answers
806 views
SharePoint 2010 multiple users accessing same list issue
We have a list with 1000+ phone numbers in it. This list is sorted in a specific order by due dates and other criteria. This order is very important and needs to be maintained in the solution.
We ...
0
votes
2answers
617 views
Sharepoint's “New Folder” doesn't ask for a required field
I am using Web Part Connections to filter documents in a documents library in SharePoint. To do this, there's a column that is required, which I've named "related contact." Here's my problem: When I ...
0
votes
1answer
264 views
Sharepoint out of the box capabilities
I am planning to build a case management system from scratch, The system will incorporate a workflow. Cases will contain activities to be performed by different people inside and outside the company ...
0
votes
2answers
2k views
Looking up document library items in a SharePoint workflow
I using SharePoint Designer to create a workflow. I'm trying to get at a sub-folder in a document library in the "Define Workflow Lookup" dialog. There are two issues with this:
I can't look up ...