1 / 21

Infopath 2010 Data Connections and Rules

Tom Castiglia Hershey Technologies tcastiglia@hersheytech.com Twitter: @ tomcastiglia www.hersheytech.com www.sanspug.org. Infopath 2010 Data Connections and Rules. Agenda. Using Data Connections and Rules to connect InfoPath forms to custom services or existing services Intro (slides)

clint
Télécharger la présentation

Infopath 2010 Data Connections and Rules

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tom Castiglia Hershey Technologies tcastiglia@hersheytech.com Twitter: @tomcastiglia www.hersheytech.com www.sanspug.org Infopath 2010Data Connections and Rules

  2. Agenda • Using Data Connections and Rules to connect InfoPath forms to custom services or existing services • Intro (slides) • Demo – Completed AP Invoice Approval form • Demo – How to configure rules and data connections to create form • Review 10 tips (slides)

  3. Target Audience • Middle Tier Developers • Expose your middle tier business logic as a service (cloud or on-premise) • Use InfoPath as a RAD tool to easily build web UIs that can easily consume your custom services • End-Users, Business Analysts & IT staff • Use InfoPath as a RAD tool to easily build web apps and forms that can easily consume existing services

  4. What is InfoPath? • Form Design tool • Form Filler tool • Forms Services for browser based form • Rules and Data Connections to create rich, functional forms for sending and receiving • Can be used in lieu of custom application development/Visual Studio to create moderately rich web-apps.

  5. InfoPath Data Connections

  6. Types of Data Connections

  7. InfoPath Rules • Rules are like the application programming logic for your form • Rules can be used to… • Pass form data as an input parameter to a data connection • Bind the data connection’s return values to other form fields

  8. Types of Rules

  9. Why use Data Connections & Rules? • Build rich, functional applications without code • Common examples:

  10. Demo Time Show Me…

  11. Data Connection Tip #1

  12. Data Connection Tip #2 • When connecting to WCF services, typically use the “Receive data” option. • (Even if your service is used to save, update or delete data.) • Use “Submit data” only when you want to submit (and close) the entire form.

  13. Data Connection Tip #3 • When connecting to a WCF service, select the option called “SOAP Web service”. • This applies to any type of service that has a WSDL file (SOAP, WCF, Azure, Java) • You must know the URL for your WSDL if you select this option.

  14. Data Connection Tip #4 • You can specify default values for the input parameters of your data connections, if user input is not required.

  15. Data Connection Tip #5 • Uncheck the option to “Automatically retrieve data…” • This option is checked by default. • Leave enabled if the data connection does not require user input.

  16. Data Connection Tip #6 • This allows connections to be re-used on multiple forms • Prevents security warnings from being displayed when form is used

  17. Data Connection Tip #7 • Move Data Connections to Central Admin Connection Library • Easiest way to deal with migrating between Dev/QA/Prod • This requires forms to be published as an ‘Admin-Approved’ form. • Steps… • Export UDC files to local folder • Open in Notepad and edit settings • In Central Admin, navigate to General Settings>InfoPath Forms Services>Manage Data Connection files

  18. Data Connection Tip #8 • Unlike regular Data Connection Libraries, you cannot re-use existing connections in the CMCL on different forms!

  19. Data Connection Tip #9 • When using the result from one query as the input into another query, create multiple rules rather than multiple actions in the same rule. • If a single rule contains multiple query actions, a race condition may occur causing the second query to fail intermittently

  20. Data Connection Tip #10 To insert line feeds into data (e.g. to format an address), create a “New Line” XML data connection <?xml version="1.0"?> <linebreaks> <newLine>&#xA;</newLine> </linebreaks>

  21. Questions ??? … Tom Castiglia Hershey Technologies tcastiglia@hersheytech.com @tomcastiglia www.hersheytech.com www.sanspug.org

More Related