Tagged Questions
0
votes
1answer
34 views
Adding list items from XML file
I'm currently exporting XML files from my ERP system and they look like this :
<?xml version="1.0"?>
<ISA xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ISA_Info ...
0
votes
2answers
167 views
PDF Icon in announcement lists attached files
I added the following line in the DOCICON.XML file and I get the PDF icon in my document lists, but not in Announcement lists that have a file attached or uploaded as a PDF.
<Mapping Key="pdf" ...
1
vote
1answer
297 views
Open link lists, attached and uploaded files in new tab
I would like to know how can I edit in SharePoint 2010 Standard version so that when a user clicks on any link list item, uploaded or attached files in a announcement and document lists to be opened ...
1
vote
0answers
231 views
Dropdown menu with XML data source gives web part error
I am using SharePoint designer to build a page with a data view web part that displays the contents of a 6,000 record XML file that is structured like the example below with each "Details" element ...
0
votes
1answer
72 views
How to Link an XML document to Outlook calendar? [closed]
I have an xml document with the following structure:
<Tasks>
<Task>
<DateTime>11/01/2012</DateTime>
<detail>Do something</detail>
</Task>
...
1
vote
0answers
231 views
Automatically create a list based on dynamic xml
I am trying to set up a SharePoint page as follows (using SPdesigner), but don't know if it is possible and where to start.
We want a page where a list is displayed, and the content of the list ...
2
votes
2answers
541 views
External XML web services, not valid?
I'm trying to connect data from Exchange 2010 to a SharePoint site through SharePoint designer, using the ASMX web services Exchange 2010 exposed as a Web Service data source.
I've already verified ...
4
votes
1answer
2k views
Dynamically setting Default Value in ParameterBinding through Javascript
To make a long story short (too late), we have a dropdownlist that is populated through a list of items. We want to use this dropdownlist to filter the list in a data view web part.
This works ...
2
votes
2answers
863 views
Is it possible to style mobile list views?
I have been working on a task to style mobile lists views and since then, I have been unable to find a solution in terms of how I could get the views styled.
So I am starting to wonder if is it really ...