www.enmaxservices.com Open in urlscan Pro
69.46.107.11  Public Scan

Submitted URL: https://www.enmaxservices.com/
Effective URL: https://www.enmaxservices.com/f?p=109:LOGIN:25549331018367:::::
Submission: On September 25 via manual from US — Scanned from CA

Form analysis 1 forms found in the DOM

Name: wwv_flowPOST wwv_flow.accept

<form action="wwv_flow.accept" method="post" name="wwv_flow" id="wwvFlowForm" novalidate="">
  <input type="hidden" name="p_flow_id" value="109" id="pFlowId"><input type="hidden" name="p_flow_step_id" value="101" id="pFlowStepId"><input type="hidden" name="p_instance" value="25549331018367" id="pInstance"><input type="hidden"
    name="p_page_submission_id" value="6610168123125" id="pPageSubmissionId"><input type="hidden" name="p_request" value="" id="pRequest">
  <script type="text/javascript">
    var gIrRegionId = "";
    var gPageIRColGrp = '';
  </script>
  <script type="text/javascript">
    /////////////////////////////////////////////
    function closeSearch() {
      $cog.modalClose();
      $("#P0_REG_SEARCH_BY_SRVC").hide();
    }

    function rC(str) {
      var res = str;
      if (res) {
        res = res.replace(/,/g, '');
      }
      return res;
    }
    /*
    APEX - A20 upgrade. Function replaces plugin.
    This function is called by dynamic action after IR report refesh.
    It creates and adds to the page first/last page links
    */
    function firstLastPageLinksA20() {
      var current_row, number_of_records, rows_fetched, pagination, paginationExists, last_page_from, current_row_last, url_last, affectedRegionId;
      var image_last = '<img align="absmiddle" alt=">>" title=">>" style="padding: 0px 2px;" src="last_page.gif">';
      var image_first = '<img align="absmiddle" alt="<<" title="<<" style="padding: 0px 2px;" src="first_page.gif">';
      var pag = $('.a-IRR-pagination').closest('.tBI_Region');
      var affectedRegionId = pag[0].id;
      var paginationExists = $("#" + affectedRegionId + " .a-IRR-pagination").length;
      if (paginationExists == '0') {} else {
        pagination = $("#" + affectedRegionId + " .a-IRR-pagination").text();
        // remove concurrent spaces
        pagination = pagination.split(' ').filter(function(n) {
          return n != ''
        }).join(' ');
        current_row = rC(pagination.split(' ')[0]);
        rows_per_page = $("#" + affectedRegionId + "_row_select").attr("value");
        number_of_records = rC(pagination.split(' ')[4]);
        last_page_from = Math.ceil(parseInt(number_of_records) / parseInt(rows_per_page));
        current_row_last = (last_page_from - 1) * parseInt(rows_per_page) + 1;
        data_last = 'pgR_min_row=' + current_row_last + 'max_rows=' + rows_per_page + 'rows_fetched=' + rows_per_page;
        data_first = 'pgR_min_row=' + '1' + 'max_rows=' + rows_per_page.toString() + 'rows_fetched=' + rows_per_page;
        console.log(data_last);
        console.log(data_first);
        console.log(affectedRegionId);
        var buttonFirst = "<li class=\"a-IRR-pagination-item\"><button class=\"a-Button a-IRR-button a-IRR-button--pagination\" data-pagination=\"" + data_first + "\" aria-label=\"First\" title=\"First\" aria-controls=\"" + affectedRegionId +
          "\" type=\"button\"> <span class=\"a-Icon icon-left-arrow\" aria-hidden=\"true\"></span> </button></li>";
        var buttonLast = "<li class=\"a-IRR-pagination-item\"><button class=\"a-Button a-IRR-button a-IRR-button--pagination\" data-pagination=\"" + data_last + "\" aria-label=\"Last\" title=\"Last\" aria-controls=\"" + affectedRegionId +
          "\" type=\"button\"> <span class=\"a-Icon icon-right-arrow\" aria-hidden=\"true\"></span> </button></li>";
        if (current_row != '1') {
          $("#" + affectedRegionId + " .a-IRR-pagination-item:first").prepend(buttonFirst);
        }
        if (current_row != current_row_last) {
          $("#" + affectedRegionId + " .a-IRR-pagination-item:last").append(buttonLast);
        }
      }
    }
    /*
    function GetSearchBySiteData(partyId, billAcctId, srvcId)
    {
      var pf = $v('pFlowStepId');
      apex.item('P' + pf + '_PARTY_ID').setValue(partyId);  /*'#PARTY_ID#'*/
    var lSpinner$ = apex.util.showSpinner();
    setTimeout(function() {
      apex.item('P' + pf + '_BILL_ACCT_ID').setValue(billAcctId); /*#BILL_ACCT_ID#*/
      apex.item('P' + pf + '_SRVC_NO').setValue(srvcId); /*#SRVC_NO#     */
      lSpinner$.remove();
    }, 500);
    closeSearch();
    } // function GetSearchBySiteData(partyId, billAcctId, srvcId)
    */
    /* 
      APEX - 20 upgrade Lev $x function was replaced with apex.item(str).getValue 
      DEV-21078
    */
    function $x(str) {
      let res = {
        value: '',
        appendChild: function() {}
      };
      res.value = apex.item(str).getValue();
      return res;
    }
    /*
       end of apex upgrade 
    */
    ///////////////////////////////////////////
    $(document).ready(function() {
      // $cog.loadRegionTabs("RTabGroup1");
      $cog.loadRegionTabs("RTabGroup2");
      $("table.apexir_WORKSHEET_DATA tbody tr:last").each(function() {
        $first = $(this).children("td")[0];
        $last = $(this).children("td:last");
        if ($first.innerHTML == 'Totals:' && $last.children("a")[0].innerHTML == 'Details') $last[0].innerHTML = "";
      });
    });
  </script>
  <script>
    function GetSearchBySiteData(partyId, billAcctId, srvcId) {
      var pf = $v('pFlowStepId');
      apex.item('P' + pf + '_PARTY_ID').setValue(partyId); /*'#PARTY_ID#'*/
      var lSpinner$ = apex.util.showSpinner();
      setTimeout(function() {
        apex.item('P' + pf + '_BILL_ACCT_ID').setValue(billAcctId); /*#BILL_ACCT_ID#*/
        apex.item('P' + pf + '_SRVC_NO').setValue(srvcId); /*#SRVC_NO#     */
        lSpinner$.remove();
      }, 500);
      closeSearch();
    } // function GetSearchBySiteData(partyId, billAcctId, srvcId)
  </script><!-- Custom Fonts -->
  <!-- Font Awesome Icons -->
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  <meta name="format-detection" content="telephone=no">
  <!-- External Files -->
  <!--[if !IE]><!-->
  <link href="/i/cognera/ers_eec/bi/css/eecBI_01.000.0002.css" type="text/css" rel="stylesheet"><!--<![endif]--><!--[if lt IE 10]><link href="/i/cognera/ers_eec/bi/css/eecBI_01.000.0002.legacy_ie.css" type="text/css" rel="stylesheet"><![endif]-->
  <script type="text/javascript">
    $(window).scroll(function(e) {
      // scroll navbar horizontally with window
      $('#tBI_PageHeader, #tBI_PageFooter').css({
        'left': $(window).scrollLeft()
      });
    });
    // COLLAPSIBLE REGION PERSIST VARIABLES
    // build localStorage item IDs from page ID and session ID
    var pageGroup = "101";
    pageGroup = pageGroup.slice(0, -2);
    var appSession = "25549331018367";
    var appUser = "nobody";
    // REPORT PURPOSE COLLAPSIBLE
    var rpTrayClosed = false;

    function collapseReportPurpose(animated) {
      // set animation length
      animated = animated !== false;
      var animLength = 200;
      if (!animated) animLength = 0;
      $('#REPORT_PURPOSE').slideToggle({
        duration: animLength
      });
      if (!rpTrayClosed) rpTrayClosed = true;
      else rpTrayClosed = false;
      if (rpTrayClosed) {
        $('#report-purpose-collapse').html('<i class="fa fa-chevron-up" style="font-family: FontAwesome !important;"></i>');
        // set reportPurpose localStorage item for this page to closed
        localStorage.setItem(pageSessionRPurpose, 'closed');
      } else {
        $('#report-purpose-collapse').html('<i class="fa fa-chevron-down" style="font-family: FontAwesome !important;"></i>');
        // set reportPurpose localStorage item for this page to open
        localStorage.setItem(pageSessionRPurpose, 'open');
      }
    }
    // REPORTS MENU COLLAPSIBLE
    // open/close reports menu
    function collapseReportsMenu(animated) {
      animated = animated !== false;
      var animLength = 200;
      if (!animated) animLength = 0;
      // toggle menu contents
      if (regionBody.is(':visible')) {
        regionBody.hide();
        // contract reports menu
        regionContainer.animate({
          width: '30px'
        }, {
          duration: animLength
          //step: function() { $(window).resize(); }, 
          //complete: function() { $(window).resize(); } 
        });
        // set padding on content if menu position is fixed
        if ($('#tBI_ContentLeft').css('position') == 'fixed') $('#tBI_ContentBody').css({
          'padding-left': '35px'
        });
        // remove title of region
        regionHeader.html(openCloseIcon(false));
        // set localStorage item for page number & session to closed
        sessionStorage.setItem(pageSessionRMenu, 'closed');
      } else {
        // expand reports menu
        regionContainer.animate({
          width: 200
        }, {
          duration: animLength,
          step: function() {
            $(window).resize();
          },
          complete: function() {
            // delay showing the menu for smoother animation (css transition takes 500ms)
            regionBody.show(); // show reports menu      
            regionHeader.html(openCloseIcon(true) + origTitle); // restore region title
            $(window).resize();
          }
        });
        // restore padding if menu position is fixed
        if ($('#tBI_ContentLeft').css('position') == 'fixed') $('#tBI_ContentBody').css('padding-left', origPadding);
        // set localStorage item for page number & session to open
        sessionStorage.setItem(pageSessionRMenu, 'open');
      }
    }
    // open/close link icon
    function openCloseIcon(trayOpen) {
      trayOpen = trayOpen || false;
      var icon = null;
      if (trayOpen === true) icon = '<i class="fa fa-chevron-left" style="font-family: FontAwesome !important;"></i>';
      else icon = '<i class="fa fa-chevron-right" style="font-family: FontAwesome !important;"></i>';
      return '<a href="#" onclick="collapseReportsMenu(); return false;" class="collapse-field">' + icon + '</a>';
    }
    $(document).ready(function() {
      // prepend reports icon to menu header
      $('#REPORTS_MENU_COLLAPSIBLE .tBI_RegionHeader').prepend('<i class="fa fa-area-chart" style="font-family: FontAwesome !important;"></i> ');
      /* --- GLOBAL VARIABLES --- */
      // localStorage session/pagegroup names
      pageSessionRMenu = "reportsMenu_" + appSession;
      pageSessionRPurpose = "reportPurpose_" + pageGroup + "_" + appUser;
      // reports menu
      regionContainer = $('#REPORTS_MENU_COLLAPSIBLE').find('.tBI_ReportRegion'); // reports menu region table
      regionHeader = $('#REPORTS_MENU_COLLAPSIBLE').find('.tBI_RegionHeader'); // reports menu region header
      regionBody = $('#REPORTS_MENU_COLLAPSIBLE').find('.tBI_RegionBody'); // reports menu region body
      origWidth = regionContainer.width(); // original width of reports menu region children
      origTitle = regionHeader.html(); // original name of reports menu region
      origHeight = regionHeader.height(); // original reports menu region header height
      origPadding = $('#tBI_ContentBody').css('padding-left'); // original content body padding
      /* --- END GLOBAL VARIABLES --- */
      /* --- COLLAPSIBLE REGIONS --- */
      // append open/close icon to Report Purpose region header
      if ($('#REPORT_PURPOSE').find('.tBI_ReportPurpose').text().length > 0) {
        $('#REPORT_PURPOSE').closest('table').find('.tBI_RegionHeader').append(
          '&nbsp; <a href="#" style="color: inherit; text-decoration: none; vertical-align: middle;" onclick="collapseReportPurpose(); return false;" class="collapse-field" id="report-purpose-collapse"><i class="fa fa-chevron-down" style="font-family: FontAwesome !important;"></i></a>'
          );
      }
      // add initial open/close icon to Reports Menu region header and set fixed width for smooth animation
      regionHeader.prepend(openCloseIcon(true));
      // set initial toggle state of Report Purpose
      if (localStorage.getItem(pageSessionRPurpose) == "closed") collapseReportPurpose(false);
      // set initial toggle state of Reports Menu
      if (sessionStorage.getItem(pageSessionRMenu) == 'closed' && document.documentElement.clientWidth >= 767) collapseReportsMenu(false);
      // set function of navbar buttons
      $('#tBI_ReportsMenu_collapse').click(function() {
        $('#tBI_NavBar ul').hide();
        $('#tBI_ContentLeft').slideToggle(300);
      });
      $('#tBI_NavBar_collapse').click(function() {
        $('#tBI_ContentLeft').hide();
        $('#tBI_NavBar ul').slideToggle(300);
      });
      /* --- END COLLAPSIBLE REGIONS --- */
    });
  </script>
  <script type="text/javascript">
    var oldIE = false;
  </script>
  <!--[if lte IE 9]>
<script type="text/javascript">
oldIE = true;
</script>
<![endif]-->
  <script>
    /////////////////////////////
    function downloadMenu(vReportID) {
      if (!vReportID || ($('#XLSX_load').length > 0)) {
        return;
      }
      ////////////////
      var aCSV = apex.jQuery('[id$="actions_menu_14i"]');
      aCSV.text("Download CSV");
      ////////////////
      //first item in menu
      var regionID = "#" + vReportID + "_actions_menu_0";
      var menuAction = apex.jQuery(regionID);
      // menu - ul
      var ulMenu = apex.jQuery(regionID).parent();
      var aLink = '<a href="f?p=' + '109' + ':903:' + '25549331018367' + ':::903:P903_PAGE_ID,P903_REGION_ID:' + '101' + ',' + vReportID + '"' + ' id="XLSX_load_i" class="xa-Menu-label" >Download XLS</a>';
      var menuXLSX = '<li id="XLSX_load" class="a-Menu-item">' + '<div class="a-Menu-inner">' + '<span class="a-Menu-labelContainer">' + '<span class="a-Menu-statusCol"><span class="a-Icon icon-irr-download"></span></span>' + aLink + '</span>' +
        '<span class="a-Menu-accelContainer"><span class="a-Menu-subMenuCol"></span></span>' + '</div>' + '</li>';
      ulMenu.append($(menuXLSX));
      $('#XLSX_load_i').click(function(ev) {
        onClick(ev, vReportID);
      });
      return;
    } // function downloadMenu(vReportID)    
    function onClick(ev, vReportID) {
      ev.stopPropagation();
      ev.stopImmediatePropagation();
      ev.preventDefault();
      var aLink = 'f?p=109:903:25549331018367:::903:P903_PAGE_ID,P903_REGION_ID:101,' + vReportID;
      // follow the link
      location.href = aLink;
    }
    $(document).ready(function() {
      //Tree Menu
      $("#menuTree").treeview({
        persist: "cookie"
      });
    });
    ///////////////////////////
    function dispIRColGrpHeader5() {
      if (typeof(gPageIRColGrps) != "undefined") {
        // retrieve the Interactive report table
        var vTbl = $('table[class="a-IRR-table"]');
        //DEV-4817 - check if object exist
        if (!vTbl || !vTbl[0] || !vTbl[0].rows[0]) {
          return;
        }
        // change the look and feel of the IR table 
        $(vTbl).attr("border", "1");
        // Prevent Duplicate rows
        $('#irColGrpRow').remove();
        // Add the Column Group row
        $(vTbl[0].rows[0]).before('<tr id="irColGrpRow"></tr>');
        var vPrevColGrp = '';
        var vColGrpExists = false;
        var vColSpan = 1;
        // Loop over the row headers and see if we need to add a column group.
        for (var i = 0; i < $(vTbl[0].rows[1].cells).length; i++) {
          // For IR, the column headers have divs with id of apexir
          // Only set the col ID if it exists (needed for IR row_id icon)
          vColId = vTbl[0].rows[1].cells[i].id;
          var vFoundColGrp = false; // This column has an associated column grp
          var vColGrp = ''; // Current Column group
          // Find the ID in the IR Groups global variable (genereated in AP)
          for (var j = 0; j < gPageIRColGrps.row.length; j++) {
            if (gPageIRColGrps.row[j].COLUMN_ALIAS.toUpperCase() == vColId) {
              vFoundColGrp = true;
              vColGrpExists = true;
              vColGrp = gPageIRColGrps.row[j].COLUMN_GROUP;
              break;
            } //if
          } // For IR Col Groups
          // Only print the col group header for the previous entry. This allows us to set the col span for similar groups
          // Have to do it this way to support IE  (otherwise we could look at the previous entry and update it's col span
          // If the current 
          if (vColGrp.length > 0 && vColGrp == vPrevColGrp) {
            // Don't display the 
            vColSpan = vColSpan + 1;
          } else if (i > 0) {
            // Display the previous item
            $('#irColGrpRow').append('<th class="a-IRR-header" colspan="' + vColSpan + '">' + vPrevColGrp + '</th>');
            vColSpan = 1;
          }
          // If this is the last item then display it
          if (i == $(vTbl[0].rows[1].cells).length - 1) {
            $('#irColGrpRow').append('<th class="a-IRR-header" colspan="' + vColSpan + '">' + vColGrp + '</th>');
          }
          vPrevColGrp = vColGrp;
        } // For each column being displayed
        // Remove the col group heading if no column groups:
        if (!vColGrpExists) {
          $('#irColGrpRow').remove();
        }
      } // Column groups exist
    } // dispIRColGrpHeader5
    function fShowSearch() {
      $s('P0_SEARCH_SRVC_NO', $v('P' + $v('pFlowStepId') + '_SRVC_NO'));
      $s('P0_SEARCH_PARTY_NAME', $('#P' + $v('pFlowStepId') + '_PARTY_ID :selected').attr('index') == 0 ? '' : $('#P' + $v('pFlowStepId') + '_PARTY_ID :selected').text());
      $s('P0_SEARCH_SRVC_NAME', '');
      $cog.refreshReport('P0_REG_SEARCH_BY_SRVC', {
        setSessionItems: ['P0_SEARCH_PARTY_NAME', 'P0_SEARCH_SRVC_NO', 'P0_SEARCH_SRVC_NAME'],
        pageId: 0
      });
      $cog.modal('P0_REG_SEARCH_BY_SRVC', {
        escClose: false
      });
      var topSearchPos = '50%',
        leftSearchPos = '50%';
      oldIE = false;
      if (!oldIE) {
        // added code to function below this line
        // resize and centre search box
        $('#P0_REG_SEARCH_BY_SRVC').queue(function(n) {
          $(this).children('table').css({
            width: '1024px'
          });
          $(this).css({
            position: 'absolute',
            top: topSearchPos,
            left: leftSearchPos,
            transform: 'translateY(-50%) translateX(-50%)',
            '-webkit-transform': 'translateY(-50%) translateX(-50%)',
            'text-align': 'center',
            width: '1024px'
          });
          // if not chrome
          var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;
          if (!is_chrome) {
            $(window).resize().resize().resize();
          }
        }).dequeue();
      }
      $(window).resize();
      // set ESC key listener
      $(document).keydown(function(e) {
        if (e.keyCode == 27) {
          closeSearch();
        }
      });
    }

    function closeSearch() {
      $cog.modalClose();
      $("#P0_REG_SEARCH_BY_SRVC").hide();
    }

    function searchBySite() {
      $cog.refreshReport('P0_REG_SEARCH_BY_SRVC', {
        setSessionItems: ['P0_SEARCH_PARTY_NAME', 'P0_SEARCH_SRVC_NO', 'P0_SEARCH_SRVC_NAME', 'P0_SEARCH_COMMODITY_TYP', 'P0_SEARCH_LDC_NAME', 'P0_SEARCH_LSA_NAME', 'P0_SEARCH_LDC_RATE_CODE'],
        pageId: 0
      });
    }
    ///////////////////////////
    // function to get cookies by name
    function getCookie(cname) {
      var name = cname + "=";
      var ca = document.cookie.split(';');
      for (var i = 0; i < ca.length; i++) {
        var c = ca[i];
        while (c.charAt(0) == ' ') c = c.substring(1);
        if (c.indexOf(name) == 0) return c.substring(name.length, c.length);
      }
      return "";
    }
    // FIRST/LAST PAGE LINKS
    function firstLastPageLinks(pDynActData) {
      var current_row, number_of_records, rows_fetched, pagination, paginationExists, last_page_from, current_row_last, url_last, affectedRegionId;
      var image_last = '<img align="absmiddle" alt=">>" title=">>" style="padding: 0px 2px;" src="last_page.gif">';
      var image_first = '<img align="absmiddle" alt="<<" title="<<" style="padding: 0px 2px;" src="first_page.gif">';
      affectedRegionId = (pDynActData.affectedElements[0].id);
      paginationExists = $("#" + affectedRegionId + " .a-IRR-pagination").length;
      if (paginationExists == '0') {} else {
        pagination = $("#" + affectedRegionId + " .a-IRR-pagination").text();
        current_row = pagination.split(' ')[0];
        rows_per_page = $("#" + affectedRegionId + "_row_select").attr("value");
        number_of_records = pagination.split(' ')[4];
        last_page_from = Math.ceil(parseInt(number_of_records) / parseInt(rows_per_page));
        current_row_last = (last_page_from - 1) * parseInt(rows_per_page) + 1;
        current_row_last.toString();
        rows_per_page.toString();
        data_last = 'pgR_min_row=' + current_row_last + 'max_rows=' + rows_per_page + 'rows_fetched=' + rows_per_page;
        data_first = 'pgR_min_row=' + '1' + 'max_rows=' + rows_per_page.toString() + 'rows_fetched=' + rows_per_page;
        console.log(pagination);
        console.log(current_row);
        console.log(rows_per_page);
        console.log(number_of_records);
        console.log(last_page_from);
        console.log(current_row_last);
        console.log(data_last);
        console.log(data_first);
        console.log(affectedRegionId);
        var buttonFirst = "<li class=\"a-IRR-pagination-item\"><button class=\"a-Button a-IRR-button a-IRR-button--pagination\" data-pagination=\"" + data_first + "\" aria-label=\"First\" title=\"First\" aria-controls=\"" + affectedRegionId +
          "\" type=\"button\"> <span class=\"a-Icon icon-left-arrow\" aria-hidden=\"true\"></span> </button></li>";
        var buttonLast = "<li class=\"a-IRR-pagination-item\"><button class=\"a-Button a-IRR-button a-IRR-button--pagination\" data-pagination=\"" + data_last + "\" aria-label=\"Last\" title=\"Last\" aria-controls=\"" + affectedRegionId +
          "\" type=\"button\"> <span class=\"a-Icon icon-right-arrow\" aria-hidden=\"true\"></span> </button></li>";
        if (current_row != '1') {
          $("#" + affectedRegionId + " .a-IRR-pagination-item:first").prepend(buttonFirst);
        }
        if (current_row != current_row_last) {
          $("#" + affectedRegionId + " .a-IRR-pagination-item:last").append(buttonLast);
        }
      }
    }
  </script>
  <div id="tBI_PageHeaderLogin">
    <table border="0" cellpadding="0" cellspacing="0" summary="">
      <tbody>
        <tr>
          <td id="tBI_Logo" valign="top"><span><img style="border-width: 0px;" src="/i/cognera/ers_eec/bi/images/banner.png"></span><br></td>
        </tr>
        <tr>
          <td id="tBI_HeaderMiddle" valign="top" width="100%" colspan="2"></td>
        </tr>
        <tr>
          <td>
            <div id="tBI_NavBar" valign="top"><br></div>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <div id="tBI_BreadCrumbsLeft"></div>
  <div id="tBI_PageBody">
    <table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">
      <tbody>
        <tr>
          <td width="100%" valign="top" height="100%" id="tBI_ContentBodyLogin">
            <div id="tBI_ContentMiddle">
              <div id="tBI_Messages">
                <noscript><br>
                  <p align="left">You must have JavaScript enabled to properly view this page</p>
                </noscript>
              </div>
              <table id="apex_layout_16319584372209246864" border="0" class="formlayout" role="presentation">
                <tbody>
                  <tr>
                    <td align="left"><span class="tBI_NoLabel">Login Msg Pre</span><span id="P101_LOGIN_MSG_PRE" class="display_only"></span></td>
                  </tr>
                  <tr>
                    <td align="right"><label for="P101_USERNAME" id="P101_USERNAME_LABEL" tabindex="999"><span class="tBI_OptionalLabel">User Name</span></label></td>
                    <td colspan="2" align="left"><input type="hidden" name="p_arg_names" value="16319584460788246877"><input type="text" id="P101_USERNAME" name="p_t01" class="text_field" style="white-space: nowrap;" value="" size="40"
                        maxlength="100"></td>
                  </tr>
                  <tr>
                    <td align="right"><label for="P101_PASSWORD" id="P101_PASSWORD_LABEL" tabindex="999"><span class="tBI_OptionalLabel">Password</span></label></td>
                    <td align="left"><input type="hidden" name="p_arg_names" value="16319584552875246883"><input type="password" name="p_t02" size="40" maxlength="100" value="" id="P101_PASSWORD" class="password"
                        onkeypress="return apex.submit({request:'P101_PASSWORD',submitIfEnter:event})"><a href="javascript:apex.submit('LOGIN');" class="tBI_Button">Login</a></td>
                  </tr>
                  <tr>
                    <td nowrap="nowrap" align="right"><span class="tBI_NoLabel"></span></td>
                    <td align="left" valign="middle">
                      <a id="P101_RESET_PASSWORD_LINK" href="f?p=109:800::DELETELINE:NO:::&amp;cs=3BbidZCYFFfaHJ2SubuukrgTvwySVt3E7HzRVORV8k-fIbPX28xDxea1zZV9SaitWRd1Rl5RD6HrNEXUoYhDMSg">Reset Password<span id="P101_RESET_PASSWORD" class="display_only"></span></a>
                    </td>
                  </tr>
                  <tr>
                    <td nowrap="nowrap" align="right"><span class="tBI_NoLabel">Login Msg Post</span></td>
                    <td align="left"><span id="P101_LOGIN_MSG_POST" class="display_only">
                        <p style="max-width: 500px; margin: 15px 0;"> Welcome to those signing into our online customer portal for the first time! For security reasons, you will be guided through a confirmation process for setting up your email
                          address username. <a href="/i/cognera/ers_eec/bi/ENMAX customer portal first login steps v3.pdf">Click here</a> for a guide on what to expect when logging in to the portal for the first time. <span
                            style="font-weight: bold; font-style: italic;">Trouble?</span> Contact <a href="mailto:business@enmax.com">business@enmax.com</a> or 1-866-331-2199 <br><br> If you have a billing account which begins with 'A' and you would
                          like to request access, please <a href="https://www.enmax.com/business/customer-care/commercial/invoice-notification">Click here</a>
                          <br><br> If you are not the legal owner of the billing account, please have the legal owner complete the required Third-Party consent form by
                          <a href="https://www.enmax.com/business/customer-care/third-party-authorization-form">Clicking here</a>
                        </p>
                      </span><input type="hidden" name="p_arg_names" value="15554085701533660468"><input type="hidden" name="p_t03" id="P101_RESET_PASSWORD_URL"
                        value="f?p=109:800::DELETELINE:NO:::&amp;cs=3BbidZCYFFfaHJ2SubuukrgTvwySVt3E7HzRVORV8k-fIbPX28xDxea1zZV9SaitWRd1Rl5RD6HrNEXUoYhDMSg"></td>
                  </tr>
                </tbody>
              </table>
            </div>
          </td>
          <td valign="top" width="200" id="tBI_ContentRight">
            <table class="tBI_Region tBI_RegionwithoutTitle" id="R16308859862932346328" border="0" cellpadding="0" cellspacing="0" summary="">
              <tbody id="R16308859862932346328_body">
                <tr>
                  <td class="tBI_ButtonHolder"></td>
                </tr>
                <tr>
                  <td class="tBI_RegionBody"></td>
                </tr>
              </tbody>
            </table><br>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <br>
  <table class="tBI_Region tBI_ReportRegion tBI_ReportRegionHidden" id="R16280177593418493469" border="0" cellpadding="0" cellspacing="0" summary="" style="display:none;">
    <thead>
      <tr>
        <th class="tBI_RegionHeader" id="R16280177593418493469_header">P0 Items</th>
      </tr>
    </thead>
    <tbody id="R16280177593418493469_body">
      <tr>
        <td class="tBI_ButtonHolder"></td>
      </tr>
      <tr>
        <td class="tBI_RegionBody"><input type="hidden" name="p_arg_names" value="16309594859399188424"><input type="hidden" name="p_t04" id="P0_REPORT_NAME" value=""><input type="hidden" name="p_arg_names" value="16317188769838899568"><input
            type="hidden" name="p_t05" id="P0_NO_DATA_FOUND_MSG" value="Your submitted options have brought back no result."></td>
      </tr>
    </tbody>
  </table>
  <table class="tBI_Region tBI_ReportRegion tBI_ReportRegionHidden" id="RSESSION_TIMEOUT" border="0" cellpadding="0" cellspacing="0" summary="" style="display:none;">
    <thead>
      <tr>
        <th class="tBI_RegionHeader" id="RSESSION_TIMEOUT_header">Session Timeout</th>
      </tr>
    </thead>
    <tbody id="RSESSION_TIMEOUT_body">
      <tr>
        <td class="tBI_ButtonHolder"></td>
      </tr>
      <tr>
        <td class="tBI_RegionBody">Your session has timed out. Please re-login. <br>
          <br>
          <a class="tBI_Button" href="f?p=109">Login</a>
        </td>
      </tr>
    </tbody>
  </table>
  <table border="0" cellpadding="0" cellspacing="0" summary="" id="tBI_PageFooter" width="100%">
    <tbody>
      <tr>
        <td id="tBI_Left" valign="top"></td>
        <td id="tBI_Center" valign="top"></td>
        <td id="tBI_Right" valign="top"><span id="tBI_Customize"></span><br></td>
      </tr>
    </tbody>
  </table>
  <input type="hidden" name="p_md5_checksum" value=""><input type="hidden" name="p_page_checksum" value="WJ5N6M4Ltrb3TeHxjgS_qZ2-H3qeeIwbdKI4Ra-hN5kW-_kq-S4ZCeGT5nZMEY_WpE6aNtwDq_WSruEY3xxXHQ" id="pPageChecksum">
</form>

Text Content









You must have JavaScript enabled to properly view this page

Login Msg PreUser NamePasswordLoginReset PasswordLogin Msg Post

Welcome to those signing into our online customer portal for the first time! For
security reasons, you will be guided through a confirmation process for setting
up your email address username. Click here for a guide on what to expect when
logging in to the portal for the first time. Trouble? Contact business@enmax.com
or 1-866-331-2199

If you have a billing account which begins with 'A' and you would like to
request access, please Click here

If you are not the legal owner of the billing account, please have the legal
owner complete the required Third-Party consent form by Clicking here





P0 Items

Session Timeout Your session has timed out. Please re-login.

Login