Use our Google Custom Search for best site search results.
Create a SharePoint Data View that uses GetListItems to access DBXL forms
| Downloads: |
1,260 |
File Size: |
1.2MB |
| Posted By: |
donstephen |
Views: |
1,795 |
| Date Added: |
10-07-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.
To successfully complete this tutorial, you MUST have the following:
- A form template with promoted properties.
- This form template is published as a Document Type in DBXL, and documents have already been
added.
- Microsoft Office SharePoint Designer 2007.
Another option involves first creating a Database (SQL) Mapping for your DBXL Document Type, then configuring your data view to retrieve data from SQL. Please read the document called Create a SQL-based SharePoint Data View to access your DBXL Forms for information on this alternative method.
If you require DBXL Document-Level permissions, please read Use Document-Level Permissions for browser-based forms in a data view.