Deleting a Form

In the subsequent steps, let's look at the details for deleting a Form in Form Definition List:

  1. Right-click a Form in Form Definition List.

To delete multiple Forms, select the check box adjacent to the Forms and right-click the selected Form.

      2. Click Delete Form to delete the selected Form(s).


      3. After the successful deletion of selected Form(s), click Ok. 


On successful deletion, Canvas Studio generates rollback script and delete query for the deleted Form.

  • Rollback script: Rollback script can be used to re-create the deleted Form, if required.
  • Delete query: Delete query can be used to delete the same Form from other database, if it exists and needs to be deleted.

In case of multiple Forms deletion, Canvas Studio generates individual rollback and delete queries for each deleted form.

Generated rollback script and delete query will be available in Canvas workbench folder. For example, D:\Canvas\CodeGen\generated\wdktemplate\1.0\form.

File

File Name Format

Example

Rollback script

Form ID_Day_Date@time_ROLLBACK.sql

ALERTS_DETAIL_FORM_Tue_23-Jan-2018@15-05-51_ROLLBACK.sql

Delete query

Form ID_Day_Date@time.sql

ALERTS_DETAIL_FORM_Tue_23-Jan-2018@15-05-51.sql