Maintain Screen Definition fields
The table below explains the standard fields in the Maintain Screen Definition page. For more information about JavaScript and Sage CRM’s Client-Side API library of functions, see Advanced screen customization.
Field |
Description |
---|---|
Field |
List of fields that can be added to the screen. |
Position |
Position on the screen. Select New Line or Same Line from the list. |
Hyperlink To |
Creates a link to another screen. |
Height |
Height of the field on the screen in rows. |
Width |
Width of the field on the screen in columns. |
Create Script |
You can enter JavaScript which is executed on the server side when the input form is created. |
OnChange Script |
JavaScript can be entered, which is executed on the client side as the user changes information on the page. You can enter generic JavaScript and/or Sage CRM’s Client-Side API library of functions. |
Validate Script |
You can enter JavaScript which is executed on the server side when the user clicks Save. |
Custom Content |
You can enter HTML or generic JavaScript and/or Sage CRM’s Client-Side API library of functions. |