Sacramento Forms User Group

Slides:



Advertisements
Similar presentations
SharePoint Forms All you ever wanted to know about forms but were afraid to ask.
Advertisements

Microsoft Office SharePoint Portal Server 2007 Introduction to InfoPath Forms Services Daryl L. Rudolph.
Edoclite and Managing Client Engagements What is Edoclite? How is it used at IU? Development Process?
Web Forms For Marketers
SharePoint 2013 Catalog Sites Brian Culver ● SharePoint Saturday DFW ● March 7, 2015 Build a SharePoint 2013 Search Driven.
Introducing Mapbuilder Michael Adair Natural Resources Canada.
Integrating SOA and the Application Development Framework Shaun O’Brien Principal Product Manager – Oracle JDeveloper / ADF.
CSLA Presenter Sergey Barskiy, senior consultant at Magenic Technologies your questions Send an in order.
Reference and Instruction Automated Statistics Gathering and Reporting System Members: Patrick Chen (pyc7) Soo-Yung Cho (sc444) Gregg Herlacher (gah24)
Partner of Salesforce Partners. Index 1.Company Overview 2.Why Dreamwares? 3.Salesforce Development Services 4.About 15-hours free development 5.Methodology.
Microsoft Dynamics.
User Group 2015 Version 5 Features & Infrastructure Enhancements.
Midwest Documentum User Group Harley-Davidson Documentum WCM 10/10/2006.
WEB329 ASP.NET: A Lap Around the New Enhancements for Web Developers in Microsoft Visual Studio 2005 Omar Khan Lead Program Manager Web Platform and Tools.
SQLTeach Presentation Template Use of this template is mandatory (no exceptions) Please note the orientation of this presentation is landscape (16:10);
Creating Business Workflow Using SharePoint Designer 2007 Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server MVP Microsoft SQL Server.
Dennis Bottjer Solutions Architect April Dunnam Lead SharePoint Consultant/Developer Building Public Web Sites With SharePoint Online.
JavaScript and The Document Object Model MMIS 656 Web Design Technologies Acknowledgements: 1.Notes from David Shrader, NSU GSCIS 2.Some material adapted.
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
Copyright © 2006, SAS Institute Inc. All rights reserved. What Is New in SAS Profitability Management (PrM) 2.1? Authors: Jack Zhang Solution & Version:
McGraw-Hill/Irwin © 2004 by The McGraw-Hill Companies, Inc. All rights reserved. Dynamic Action with Macromedia Dreamweaver MX Barry Sosinsky Valda Hilley.
Eric Westfall – Indiana University Jeremy Hanson – Iowa State University Building Applications with the KNS.
The Evolution of SharePoint Event May 21 st, 2014 Timothy Ferro.
1 Software Development Configuration management. \ 2 Software Configuration  Items that comprise all information produced as part of the software development.
© 2006 IBM Corporation IBM WebSphere Portlet Factory Architecture.
The Evolution of SharePoint Event Receivers #SPSNYC July 26 th, 2014 Timothy Ferro.
DEV-5: Introduction to WebSpeed ® Stephen Ferguson Sr. Training Program Manager.
© 2008 IBM Corporation ® IBM Cognos Business Viewpoint Miguel Garcia - Solutions Architect.
Peter Laird. | 1 Building Dynamic Google Gadgets in Java Peter Laird Managing Architect WebLogic Portal BEA Systems.
DEV337 Modeling Distributed Enterprise Applications Using UML in Visual Studio.NET David Keogh Program Manager Visual Studio Enterprise Tools.
Kuali Rice A basic overview…. Kuali Rice Mission First and foremost to provide a consistent development framework and common middleware layer for Kuali.
Local Touch – Global Reach InfoPath 2010 Presented by Mark Grimes Principal Consultant Microsoft Infrastructure Practice Sogeti, USA.
EBZ 321 Extending CMS 2002 Publishing Processes Scott Fynn Microsoft Consulting Services National Practices.
COGNOS 8BI Introduction and Architecture
Taking Control of Visual Studio through Extensions and Extensibility Anthony Cangialosi Senior Program Manager Lead Microsoft Corporation DEV311.
Workforce Scheduling Release 5.0 for Windows Implementation Overview OWS Development Team.
DYNAMICS CRM 2013 Overview Part II Presented by: Visha Narayan & Rami Mounla.
Date : 3/04/2010 Web Technology Solutions Class: PHP Web Application Frameworks.
V7 Foundation Series Vignette Education Services.
Integration and Forms Tools for Laserfiche from TCi IS124 Kevin Pederson & Chris Sharp.
De Rigueur - Adding Process to Your Business Analytics Environment Diane Hatcher, SAS Institute Inc, Cary, NC Falko Schulz, SAS Institute Australia., Brisbane,
Apps for the modern enterprise INTRODUCTION TO SHAREPOINT AS A DEVELOPMENT PLATFORM RON COURVILLE.
Microsoft Virtual Academy Jamie McAllister | SharePoint MVP & Solution Architect Rob Latino | Program Manager in Office 365 Support.
Virtual techdays INDIA │ November 2010 SharePoint 2010 – Your one stop shop for all portal requirements Saranya Sriram │ Developer Evangelist, Microsoft.
Interactive Geospatial Analysis with SAS Portal Falko Schulz Senior Technology Presales Consultant SAS Institute Australia.
Social Enablement of Xpages - Linoy K George & Mervin Thomas.
Workflow foundation and BizTalk 2006 “making the kids play together” Bill Chesnut BizTalk Server MVP Senior Consultant, Readify
Sharing Maps and Layers to Portal for ArcGIS Melanie Summers, Tom Shippee, Ty Fitzpatrick.
Web Technology Solutions
DYNAMIC CONTENT DELIVERY
Internet Made Easy! Make sure all your information is always up to date and instantly available to all your clients.
Demand Management and Workflow
Windchill Customization
Integrating Dropbox with Canvas
Using E-Business Suite Attachments
About Bill Bill Baer (ˈbɛər)
GeneXus 9.0: Web applications at their higher power
Upgrading from Full Trust Code to Add-in Model and SharePoint Framework Paolo Pialorsi Senior Consultant - PiaSys.com Track: DEV | Level:
Accessing and Surfacing LOB Data in SharePoint 2010
Fast App Creation with APEX Blueprints
Shankar Chandrasekaran
Visual Studio 2005 “Personalized productivity”
Sacramento Forms User Group
Rich single page applications with SharePoint
Sacramento Forms User Group
Sacramento Forms User Group
Integration (API) testing with SoapUI
Versatile workflow management Tool
SharePoint Foundation 2010
Western Mass Microsoft Technology Users Group
Presentation transcript:

Sacramento Forms User Group January 24, 2018

Agenda Introduction Rule Editor Code Editor Demo AEM Forms Implementation Discussion Questions - Check how many are using/know Adaptive Forms - Introduction on AF - HTML - Responsive - Web authoring, no thick client required - AEM Forms required. LC only not sufficient - Integration with LC workflow, REST, connectors - AF creation options: Data model, XDP, no model - Authoring tool

Introduction Aditya Shah Naveen Vanam Adobe Architect Enterprise Architecture Solutions Consultant Based in Sacramento Naveen Vanam Adobe Solutions Specialist Senior Developer

LiveCycle ES Users How many? What version? Plan to upgrade? Date? Data persistence?

Rule Editor AEM Forms provides a rule editor that allows you to create rules to add dynamic behavior to adaptive form components. The rule editor is event based. Show or hide fields Calculate values Change drop-down lists Save form Reset form data

Code Editor JavaScript code to build business logic in a form JavaScript Library API reference for Adaptive Forms Examples: guideBridge.reset(): Resets a form. guideBridge.submit(): Submits a form. guideBridge.setFocus(somExp, focusOption, runCompletionExp): Sets focus to a field. guideBridge.validate(errorList, somExpression, focus): Validates a form.

AEM Forms Implementation Discussion What was a typical implementation time frame? What kind of complexities occurred with the architecture? What kind of complexities occurred with development? What portion/percentage of OOTB features were leveraged? Were application bugs identified? Were product bugs identified? What lessons were learnt from the implementation? How did you create customer awareness after go-live? Is the application operational? Testing approach? Are you experiencing issues with maintaining the application and/or environment?

Demo

Next Event Logistics and Agenda Suggestions... When and Where? Volunteers? Collaboration? Agenda ES4 to AEM Forms Upgrade Making an Adaptive Form accessible Layouts and Themes Introduction to Forms Portal Form Submission

Questions

Notes

Action Items [CalTrans] They would like a Forms Portal crash course that will help them host XDP forms and use it for HTML and Adaptive Forms [DWR] They were inquiring whether the Workspace splash page customization was done correctly. We need to find documentation that would guide them through the right direction. Need to set up a working session with them