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
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?
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 ...
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
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 ...