Creating a screen
You can create a new screen in Sage CRM from columns in existing tables or external tables connected to CRM.
- Log on to Sage CRM as a system administrator.
- Go to <My Profile> | Administration | Customization | <Entity> | Screens.
- Click New.
- Select a screen type from Screen Type.
If you select Search Screen, an additional field called Associated List is displayed on the New Screen Definition page which allows you to associate a list with the screen. - Enter the name of the screen in Screen Name. This is the name used to reference the screen in ASP pages.
- Enter the actual name that's displayed on the screen in Screen Caption.
- Enter the name of the view that contains the screen fields in Associated View.
- If you're using fields from a foreign table, do the following:
- Enter the table name in Foreign Table.
- Specify the column that uniquely relates the foreign table to the Sage CRM table in Foreign Table Column.
This column has a corresponding field on the Sage CRM table.
- Click Save.
You can create a block from the new screen and use the block properties to customize the appearance of the screen.
You can also create a screen in an ASP page linked to CRM. For more information, see Creating an ASP page.