Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a form using Form Designer. Refer ReferĀ Accessing Form FrameworkDesigner for information on creating and configuring forms.
  2. Specify the error message to be displayed in the properties file.
  3. In the form's listener JS file, provide the following code:

...

Code Block
languagejs
canvas.env.options.form.errorLblPosition ='bottom'; 
	//* The default option is 'inline'., Thatwhich is,means the error message  
 * displays when the user hovers over the //error icon on the form item.
 */


Info

To view the form in your end application, you must create a view and map the form to it. Then map the form view to the app and the app to a workspace.

...