Use our Google Custom Search for best site search results.
Create a SharePoint 2010 Data View that uses GetListItems to access DBXL forms
| Downloads: |
1,781 |
File Size: |
2MB |
| Posted By: |
donstephen |
Views: |
2,199 |
| Date Added: |
10-06-2014 |
|
SharePoint Designer allows you to receive data from DBXL’s web methods, and one method is particularly interesting when creating a SharePoint Data View. The DBXLDocumentService web service contains GetListitems, which retrieves promoted properties in the form and displays them as columns in SharePoint. GetListItems has an added bonus: it will respect DBXL permissions.
This document contains two approaches:
- The first approach will discuss forms that will open in the client (InfoPath).
- The second approach will deal with browser forms (IPFS) in SharePoint 2010. This second approach requires the use of Qdabra qRules.
To successfully complete this tutorial, you MUST have the following:
- DBXL v2.4 or later
- SharePoint 2010
- SharePoint Designer 2010
- qRules v2.4 or later (for browser forms only)