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.
0
votes
1answer
127 views
Add a WebPart to an Application page
I have a "Data view web part" created from SharePoint Designer. I added the web part to my visual studio project as a "Web Part" . I want to know how to add the web part to an application page.
0
votes
0answers
4 views
SPD2007 Assign To Do Item person workflow lookup not assigning task in SP2007 task list
I have created a workflow in SPD 2007 and I am pushing this WF to a library in SP 2007.
I have assigned a SPD To Do Item to a 'workflow lookup' people picker field. The person received the To Do ...
0
votes
1answer
3k views
Editing Sharepoint 2010 Asset Library View in SharePoint Designer 2010
I'm trying to make some changes to the Thumbnails view which is part of the Digital Assets Library in SharePoint 2010. From the Library Ribbon I select "Modify View in SharePoint Designer". After ...
0
votes
1answer
3k views
How to open New List Item Form in modal dialog in a SharePoint 2010 page from different site collection
I need to open a new list item form on hyperlink, or button click, in a Sharepoint 2010 page. The page and the list are in different site collections. I must do this from the Sharepoint Designer, or ...
1
vote
1answer
25 views
How to show a wait message OR loading image when a write operation is being performed using spapi_lists.js library.?
I am using SPAPI_Lists.js and SPAPI_Core.js libraries to update/add records to share point 2007 lists.
i want to show a wait message OR loading image still the write or read operation is completed.
...
0
votes
1answer
18 views
How to edit external lists in sharepoint designer 2013
I currently have a simple external content type that displays a very small sql table on a external list in my SharePoint site. The problem is I have a date of birth field that gets formatted with the ...
0
votes
2answers
3k views
SharePoint designer string replace function
SharePoint Designer does not support the replace function directly.
What would be a function or call Template for this? I want to replace "-Y" with "Yes" and "-N" with "NO" in a string. E.g.:
...
0
votes
1answer
44 views
How to setup a development environment for sharepoint 2013
I had installed sharepoint 2013 foundation, sql server 2012 in Windows Server 2012 operating system in virtual machine.
I need to setup development environment for sharepoint 2013. Can any one help ...
0
votes
0answers
15 views
SP Newbie - Reading from two lists and output a result in the HTML page
This is my first time to work with SharePoint Designer 2007. I have existing code that I would like to add on a very simple change. I have two existing lists in SharePoint both provide different ...
0
votes
1answer
29 views
Format Date in Xpath
I am editing the dispform.aspx in SharePoint Designer 2010, as to not show the created by fields in the announcement lists.
I notice that the expire ([Expires]) date field is off.
Example:
I have an ...
0
votes
1answer
3k views
SharePoint 2010 Workflow Update Lookup Field on Item
I have a SharePoint Designer workflow in 2010. This workflow is associated with a list and when it is run, should copy the Current Item back into the list then update a field in that newly created ...
-1
votes
0answers
44 views
Multiple Column lookup field from Access 2010 to Sharepoint 2010 [closed]
The question that I have is "Is there a way that you can create the Sharepoint lookup column of "Tool ID" to be the exact same way as Access's "Tool ID" multiple column lookup?"
I have two fields ...
0
votes
0answers
21 views
Custom Master Page - CEWP/JQuery Broken
I am using a script that adds scollbars to a doc library webpart which works fine on sites using the "default.master" system master page, but once I attempt to use my custom master page it breaks the ...
2
votes
1answer
5k views
Creating an XSLT Data View Form web part without Sharepoint Designer
With Sharepoint Designer there is a feature that allows you to convert a web part list to an XSLT Data View (right click on the web part in SPD and click 'Convert to XSLT Data View'). I need to be ...
2
votes
1answer
4k views
SharePoint 2010 - Create liste items with looping workflow - limitation of 5?
I have a little problem creating new list items (rows) with the help of a workflow in a list in SharePoint Server 2010. Here are the facts.
What I want to do:
Create an item in a main list. While ...