Get Zoom Return Field hook
Specify the field that must be returned of the selected record in the zoom session and specified in the customer defined field. It must be one of the fields that are shown in the zoom session.
Example:
function extern string tcibd001.cdf_colr.get.zoom.return.field()
{
return("txcom100.colr")
}
Note: This hook is called after the form is
loaded in the session. If the zoom return field depends on the data in the session,
use this hook only to set the default zoom return field. The specific zoom return
field that is based on the data must be set in the Before Zoom hook.