GRD_CUSTEMAIL Grid Component
Purpose
The GRD_CUSTEMAIL grid component provides a lookup that allows users to select email addresses by user name.
Description
The GRD_CUSTEMAIL component is read-only tabular lookup grid used to select email addresses for the To, CC, and BCC fields of the DLG_IEMAIL dialog component. The grid displays only customer table records where the email field is not NULL. Entries display alphabetically by last name. The grid also support a quick search feature that displays records that contain the search value in the name column, which is a calculated field that combines the firstname and lastname fields.
name = alltrim(Firstname) + " " + alltrim(Lastname) |
Containers
Notable Grid Control Property Settings
Control |
Property |
Description |
Customer_Id |
Display Settings > Control type |
"Link" |
Link Properties > Display what in link |
"Static image" | |
Link Properties > Link address type |
"Computed from fields in the Grid" | |
Link Properties > Link address |
"Computed from fields in the Grid" | |
Link Properties > Link address type |
Displays the customer table record whose customer_id matches the selected record. This is a link to a second lookup grid. aswcustone.a5w?cid={Customer_Id} |
Notable Component Property Settings
Property |
Description |
Quick Search > Has Quick Search |
"True" |
Quick Search > Field(s) to search |
"Name" |
Quick Search > Search style |
"Contains" |
Quick Search > Control type |
"Textbox" |
See Also
Supported By
Alpha Five Version 7 and Above