Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

You can upload the customized form using Adeptia suite in following four ways. 

  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 of of the following application type from the Application Type drop-down list box.
  5. If you select Form application type, perform the following steps:
    1. Select the method to create the form from the Form Type drop-down list box. The methods used to create forms are:

      Form Type

      Description

      Template

      A Form template opens, where you can define the form

      Manual

      You need to write complete HTML code for the form manually

      Rich Form

      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, you need to upload the file in the Upload File (described later in this section).
  6. Select Add as Link check box, if you want the form to appear as a link in the menu (Monitor > My Solutions). Provide the values in the step 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.

     

    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.

    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.

    <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.

  • No labels