The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
18 views

Connecting Sharepoint to Enterprise Service Bus(ESB) that connects to IBM DB2 [duplicate]

Is it possible to connect to an Enterprise Service Bus which connects to a DB2 database instead of connecting to the current sharepoint SQL database. This is in relation to document management. Will ...
0
votes
0answers
18 views

Filter data view web part by page field

Is there a way to filter a data view by a page field that exist on the page. We can Implement it by CQWP in this way: [PageFieldValue: Relevancy]. Thanks, Romi
1
vote
1answer
24 views

How to import the data from a Google Public Data Explorer into SharePoint 2010 out-of-box charts

using the new Google PDE I was wondering if there was a way of importing the data into my nicely formatted Chart Web Parts in sharepoint 2010.
1
vote
0answers
12 views

linq to sharepoint error: Cannot insert an entity that already exists

I have a sharepoint list: MyList I insert item to this list by Linq to Sharepoint (context object) like this: context.MyList.InsertAllOnSubmit(data.Items.Select(n => dataConvertor.Convert(n))); ...
0
votes
1answer
41 views

How are columns in SharePoint connected to CAML with regards to data submission?

I am trying to make an alteration to an infopath form that was created to submit data to sharepoint. I added a dropdown box and want to submit that data to sharepoint. The submission has been ...
0
votes
0answers
71 views

Filtering a business data list with date range filter

I just started working with BCS , specifically business data list. We created a sql view/query and are displaying the results via a BDL with some basic filters. However one of the bigges requirements ...
0
votes
2answers
24 views

How to round a datatime LocalTime to the onkly datatime. Not to the time with hours

I have got a code: DateTime dzienStart1; DateTime dzienStop1; dzienStart1 = dzienStart.ToLocalTime(); dzienStop1 = DateTime.Now.ToLocalTime().AddMonths(-2).AddDays(-1.0); Whem I look at a date in ...
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 ...
1
vote
0answers
88 views

Data Connection Library Event 6932

I am having the worst time connecting to the web service to call in the UserName variable for use in my InfoPath 2007 form. I can do it from a code behind, and want to be able to use this option as ...
1
vote
3answers
345 views

Use multi-select lookup field as filters in a data view web part (DVWP)

i have a list and a doc library. the list has a multi-select lookup field to the ID field in the doc library. when a user chooses multiple values in the dispform.aspx list form, i want to display the ...
0
votes
1answer
44 views

Time in Sharepoint

We have got two method in Sharepoint to get the time. One is ToUniversalTime() an secound is ToLocalTime() But when we are in server and have got a aplication instaled on server which kind data method ...
0
votes
0answers
130 views

Unable to refresh data for a data connection in the workbook. Try again or contact your system administrator

I am using SharePoint 2010. My Excel file is saved in document library. The data connection library has the data source, which brings the data into Excel from SQL Server 2012 cube. The problem is ...
0
votes
1answer
33 views

Store cross site collection data

Is there a way to store data (strings, maybe xml) in SharePoint that can be accessible to all the site collections in a web application?
1
vote
2answers
94 views

External lists do not display data though data are available

I have external lists connected to a sql server database. Since the last day, some of the lists do not display data; the lists are empty, only headers are shown. (Some lists still display data, ...
2
votes
2answers
110 views

Use sharepoint 2007 as database for an ASP.NET MVC 4 application

I have built an ASP.NET MVC 4 C# application that has Many to One relationships. The application currently uses SQL as data provider. The following is the data connection string I use: <add ...
0
votes
2answers
866 views

How can I create a cross-site DVWP in 2010?

This was so easy in SharePoint Designer 2007 - you just used the "Connect to another library..." link and you could quickly create a DVWP on your page that used any list/library in your site ...
0
votes
0answers
20 views

DEP is crashing my SharePoint when I browse to a particular row on an Administration page

I have Office 2010, a 64 bit Windows 7 installation. I have tried to disable DEP for Internet Explorer and Excel. I have no reason to believe there are any malicious add-ons on my computer. I can ...
0
votes
1answer
90 views

Can I access a SharePoint List or library with an InDesign HTML file?

I'm looking to Use InDesign to create an interactive object that creates "click and reveals" that reveal data from SharePoint data. How would this task be done?
0
votes
0answers
168 views

Join vs extended CAML

Seems to be a common problem. For the answer, I'm looking for the most efficient way to call a secondary list, based on values in a primary list. I have a list of Posts, and a list of Comments. Each ...
1
vote
0answers
38 views

Is my Data Access model acceptable?

I'm creating a SharePoint application and want to do things the right way as often as possible. I'm deploying a series of Lists in a Site Definition, and I want to lock down Data Access to a series ...
0
votes
1answer
93 views

Trigger the start of a one time workflow via a data entry in a list

I have a workflow that is triggered via any change on a list and it is set to send email. Problem, the condition is set on any data point when I want it to be triggered on one data point when it ...
2
votes
2answers
477 views

Reason people don't use SPContext when executing web.Lists[“ListName”].GetItems(query)

I'm building a Site Definition that will be the core of a SharePoint product. I want to use best practices building the data access architecture. Since I do not know what the URL of the site will ...
0
votes
1answer
189 views

How to move content within fields in a page layout?

I'm working on a requirement where I'm adding a few fields in an already existing Page Layout and also renaming all the fields. After adding the fields via code,I want to move content within fields ...
1
vote
3answers
99 views

Data Modeling, Primary Keys, TOAD?

Is there software i can use to create a data model of sharePoint lists and libraries like there is TOAD for SQL databses
0
votes
1answer
361 views

How to manage a dynamically updated Excel file in SharePoint

When we have a client that requests a call back, we fill out a web form that automatically populates an excel spreadsheet on a shared drive. Reps will then access the spreadsheet and take appropriate ...
2
votes
1answer
1k views

Define XSLTListViewWebPart Custom DataSource

I'm currently working on a personal project which main goal is to create simple and customizable dashboards for everyday life. In order to avoid wrong way, I would like to know how to do to bind a ...
1
vote
2answers
502 views

Share Data Between Visual Web Parts on different pages

I have a need to share information from Web Parts on one page, with Web Parts on a second page. SharePoint does not have a default Session State, and let's say for arguments sake I cannot enable ...
0
votes
1answer
1k views

Importing external data synchronously into a Sharepoint List

Problem : We need external data to be imported synchronously into a Sharepoint list. The data is located in a MySQL database. The Sharepoint server is setup behind a firewall and no direct connection ...
1
vote
2answers
371 views

How many person/group can be saved in a person/group column?

Is it possible to store some 1000+ users in a SharePoint 'person' column.
0
votes
1answer
41 views

Additional databse - best practices

Our system needs to synchronize data with external systems by web services. We want additional database to keep needed data and then be able to access it. I wonder how to resolve issue with database ...