Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Aura - Panel
tab1
styles{"body":{"text":{"color":"#465671","textAlign":"left","fontWeight":"normal","fontSize":14}},"header":{"backgroundColor":{"color":"#f2f8fa"}},"headline":{"alignment":{"horizontal":"start"},"text":{"text":"Accessing the NYSERDA Partner Portal","color":"#002d72","textAlign":"left","fontWeight":"bold","fontSize":26}},"base":{"border":{"bottom":false,"left":true,"right":false,"top":false,"color":"#002d72","width":4,"style":"solid"},"backgroundColor":{"color":"#f2f8fa"},"borderRadius":{"radius":4},"boxShadow":{"shadows":[{"color":"rgba(0, 0, 0, 0.08)","x":0,"y":1,"blur":1,"spread":0},{"color":"rgba(0, 0, 0, 0.16)","x":0,"y":1,"blur":3,"spread":1}]}}}
body<p><br /></p>

Accessing the NYSERDA Partner Portal is required when accessing project records, submitting deliverables, and raising invoices. In order to access the NYSERDA Partner Portal, Contractors must first create an account following the NYSERDA Portal Registration Instructions on this page.

Please contact [email protected] if you experience login issues with the NYSERDA Partner Portal.



Aura - Tab Group
settings{"generalSettings":{"tabSpacing":0,"tabWidth":40,"tabHeight":40,"direction":"vertical"},"activeSettings":{"backgroundColor":{"color":"#002d72"},"text":{"fontSize":16,"color":"#fff","textAlign":"left","fontWeight":"normal"}},"inactiveSettings":{"backgroundColor":{"color":"#f4f5f7"},"text":{"fontSize":16,"color":"#5e6c84","textAlign":"left","fontWeight":"normal"}},"contentSettings":{"backgroundColor":{"color":"#fff"},"boxShadow":{"shadows":[{"color":"rgba(0, 0, 0, 0.08)","is":"drop-shadow","x":0,"y":0,"blur":1,"spread":0},{"color":"rgba(0, 0, 0, 0.16)","x":0,"y":3,"blur":2,"spread":-2}]},"border":{"style":"solid","width":2,"top":false,"bottom":false,"left":true,"right":false,"color":"#002d72"},"padding":{"top":10,"right":10,"bottom":10,"left":10}},"hoverSettings":{"backgroundColor":{"color":"#0073a4"},"text":{"fontSize":16,"color":"#ffffff","textAlign":"left","fontWeight":"normal"}}}
tab1


Aura - Tab
titleAccess Setup


Panel
borderColor#002D72
bgColor#F3F4F9
titleColor#ffffff
borderWidth1
titleBGColor#002D72
borderStylenone
titleSetting up Your Partner Portal Acess



UI Steps
sizesmall


UI Step

Once you are registered in Salesforce you will receive an email from the NYSERDA Partner Portal to activate your account and set your password. Click the To get started, create a password hyperlink in the email to begin this process. You will be directed to the Change Your Password page for the NYSERDA Portal.

Warning

Please note that if you are applying for one of our funding opportunities, you must log in via the Apply Online link within the email instead.


Expand
titleScreenshot



UI Step

On the Change Your Password page you will be prompted to set your password. Follow the guidance to ensure your password conforms to the requirements listed. Re-enter your password in the Confirm New Password filed, then click Change Password.

Expand
titlescreenshot





Aura - Tab
titlePortal Login


Panel
borderColor#002D72
bgColor#F3F4F9
titleColor#ffffff
borderWidth1
titleBGColor#002D72
borderStylenone
titleLogging into the NYSERDA Partner Portal



UI Steps
sizesmall


UI Step

After you have set your password, return to the

UI Button
colorblue
sizesmall
iconlink
titleNYSERDA Parner Portal
urlhttps://portal.nyserda.ny.gov/login
.


UI Step

Then, enter in your Username and Password, and click Log In to access your NYSERDA Portal account.

Expand
titleScreenshot





Aura - Tab
titlePassword Reset


Panel
borderColor#002D72
bgColor#F3F4F9
titleColor#ffffff
borderWidth1
titleBGColor#002D72
borderStylenone
titleResetting your Partner Portal Password



UI Steps
sizesmall


UI Step

On the NYSERDA Partner Portal log in page, click the Forgot Your Password? button to navigate to the Portal Password Reset page.

Expand
titleScreenshot



UI Step

On the Portal Password Reset page enter the email address associated with your NYSERDA Partner Portal account, then click the Reset button. Instructions on how to reset your password will be sent to the email provided. Follow the instructions in that email to reset your password.

Expand
titlescreenshot







HTML
<style type="text/css">
.aura-header {
padding-top: 10px!important;
padding-left: 10px!important;
padding-right: 10px!important;
}
.aura-headline {
padding-bottom: 10px!important;
}
.aura-body {
padding-left: 5px!important;
padding-right: 5px!important;
padding-top: 5px!important;
padding-bottom: 5px!important;
}
#title-text { display: none;}
#breadcrumb-section {display: none;}
#system-content-items, #content-metadata-attachments { display: none; }
.aui-nav-imagelink {
display: none!important;
}
.panel, .alertPanel, .infoPanel {
margin-top: 0px!important;
}
.panelHeader {
font-size: 20px;
padding-top: 5px!important;
padding-bottom: 5px!important;
}
.panelContent {
display: none;
}
.aura-tab-content {
margin-top: 0px!important;
padding-top: 0px!important;
}
</style>


HTML
<script type="text/javascript" >
   jQuery(document).ajaxComplete(function() {
      if(jQuery('.ia-fixed-sidebar.collapsed').length == 0 ) {
         jQuery('.expand-collapse-trigger').click();
     };
   });
</script>