Before Zoom hook
Use this hook to instruct the zoom session to adapt its behavior. For example, the index the session must use or the record that must be shown as the first one. In the latter case, you must specify the key of that record. Standard sessions do not always show the desired behavior because of specific implementations.
Examples:
function extern void ext.currency.before.zoom()
{
attr.zoomindex = 2
}