Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

Adeptia suite enables you to You can upload the customized form . There is no limit to the number of forms that can be added to Adeptia Suite. A Web Form can be created in four ways:

...

in the following way: 

  1. Go to Develop > Web Forms.



  2. Click Create New to create a new web form.



  3. Type the name and description of the Web Form in the Name and Description text boxes respectively.
  4. Select the application type from the Application Type drop-down list box. The Following are the available options are:
      • Form
      • Custom
    If you select - Custom and Form.
  5. For Custom application type, you need to upload the file in the Upload File (described later in this section). For Form application type, perform do the following steps:
    1. Select the method to create the form from the Form Type drop-down list box. The various methods used to create forms different form types are:

      When Manual is selected, you .When Wizard Form is selected, you can create .
      Form TypeDescriptionDescrition

      TemplateWhen Template

      is selected, a Form template opens, where you You can define the form in a form .template

      Manual

      You need to write complete HTML code for the form manually

      Rich Form

      When Rich Form is selected, you can Allows you to create and design a rich Web Form using Frevvo tool.

      Wizard FormCreate multi-forms using Frevvo tool
    2. To design the form using a template, select Template from the Form Type drop-down list box.  For details, refer to Creating a Web Form using template.
    3. To design the form manually, select Manual from the Form Type drop-down list box. For details, refer to Creating Web Form Manually.
    4. To design the form using a rich form, select Rich Form from the Form Type drop-down list box. For details, refer to Creating Web Form using Rich Form.
    5. To design the form using a wizard form, select Wizard Form from the Form Type drop-down list box. For details, refer to Creating Web Form using Wizard Form.

    6. Click Create Form. This displays the selected design form screen. Create your form.


    If you select Custom application type
    1. Info
      In case, license error occurred while creating a Web Form using Rich Form, you need to
    upload the file in the Upload File (described later in this section).
    1. update the license
  6. Select Add as Link check box , if you want the form to appear form as a link in the menu (Monitor > My Solutions). Provide If you select the check box, provide the values in the step steps 7 to 11 else skip to step 12. 
  7. The Major Category Name will always be populated as MySolutions. You cannot edit this text box.
  8. Type the minor category name in the MinorLevel Category Name text box. This text box is enabled only, if you select Add as Link check box. 
  9. Type the name of the link in the Link Name text box. 
  10. To trigger a process flow with the Form application type, select the Trigger Process and select the process flow that you want to trigger from the Select Process Flow drop-down list box. Alternately, to upload custom jsp files, select Customize option. Click Add/Remove File(s) to upload the custom JSPs, HTMLs and support files. 


    Click Browse to select the file to be uploaded. Click Add File to add the selected file. Similarly, you can add multiple files to be uploaded.

     

    Info

    There is no limit to the number of files that you can upload to Adeptia Suite.


    To remove the uploaded file, select the file that you want to remove and click Remove Files. To select all files, click Select All.
    Click Finish. This closes the Add/Remove Files screen and displays the selected files in the Upload File.

    Info

    You can upload only JSP and HTML files and all their supported classes and jar files using this feature.

    Once the files are uploaded, if an error occurs due to the connection being disconnected, then the system displays an error message.

    When you upload the files, a directory is created with the name as specified in Link Name, in the ../../ServerKernel/web/custom folder and the uploaded files are copied into this directory. If your application refers to any JS, CSS or image file, you need to mention the path of these files relative to the custom folder. Following is the sample HTML file.

    Code Block
    languagexml
    <Html>
    <TITLE> Adeptia BPM Server
    </TITLE>
    <script type="text/javascript"
    src="Custom/ErrorReports/calendar.js"></script>
    <Body>
    <H1>
    Hi!
    </H1>
    <img src='Custom/ErrorReports/nature2.jpg'>
    </Body>
    </Html>


    Here, ErrorReports is the name of the link.

  11. All the uploaded files are displayed in the Main File drop-down list box. Select the file that you want to use as the main file from this list. 

  12. Expand Advanced Properties to set the values of the advance properties related to Web Form. For more information, refer to Changing Advanced Properties.
  13. Click Save.