Adeptia Web Forms is an interactive feature that allows you to create a form to transfer data from a source to destination. Web Forms are so simple to use that a business user can easily create it by adding controls, customizing the appearance and layout, and adding rules that decide the behavior of the form. It contains elements such as a checkbox, text box, and many other features that you may need to use to fill the details required for data transfer.
Once created, you can provide access to the form to your Partners. On Adeptia Connect, you can access the created form from the Partner, Transactions, and Dashboard tab. You can create following three kinds of Web Forms:
- Form: A single page step form.
- Wizard Form: A wizard type would contain a complex form with multiple steps in different pages. For example, if you have a large form for entering user data, you would create a wizard form to divide the detail fields into a series of steps. At runtime, the wizard form would display the Web Form asking to fill the details like any other online complex form.
- Custom: A customized web page developed in Ext JS.
________________________________________________________________________________________________________________________________
Learn how to activate or deactivate a Web Form.
Use a form as a web page or in Template/Transactions.
Modify the details of a Web Form.
Granting Web Form Access to Partner
Step-by-step instructions to grant Web Form access to a Partner.
Delete a Web Form to permanently remove it from Adeptia ConnectNow we will use Sencha Architect to design a form in transaction and template and design custom pages which can we published as link. So there are two use where we will use Sencha Architect:
- To design form which can be used in transaction and template.
- To design custom pages which can be published as link at defined navigation path like "Pantner", "Dashboard" tab etc.(e have already a separate document for this requirement with JIRA ID: ACE-4041.)
Link for that document : /wiki/spaces/ProductSpace/pages/16254770
Design Forms Using Sencha Architect
- Install Sencha Architect on your machine.
- Open the Sencha Architect and click on plus(+) button on the top left corner.
- Design the form by using Sencha drag-and-drop feature. You can choose components from the left hand panel and drop them on the centre canvas. You can provide the configuration properties to the components like min. length, max length, allow blank, blank text, validation etc.
- Save
- Copy the folder created from step 4 and place it directly in web-apps folder of your application.