/// <summary>
        /// Get Zoom
        /// </summary>
        /// <param name="query">query</param>
        /// <returns>Zoom Window</returns>
        public override int GetZoomWindow(Query query)
        {
            /* Handle cases where you have multiple windows for a single table.
             * So far it is just the tables that have a PO Window defined.
             * For eg., Order, Invoice and Shipments
             * This will need to be expanded to add more tables if they have
             * multiple windows.
             */
            int AD_Window_ID = ZoomTarget.GetZoomAD_Window_ID(_vInfo.tableName, _WindowNo, query.GetWhereClause(), GetCtx().IsSOTrx(_WindowNo), GetCtx());

            return(AD_Window_ID);
        }