Aura - Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
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 SalesforceSupport@nyserda.ny.gov if you experience login issues with the NYSERDA Partner Portal. |
Aura - Tab Group | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||
|
Initial Login
You
|
|
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
- 15 characters
- 1 uppercase letter
- 1 lowercase letter
- 1 number
- 1 special character (e.g. $ or &)
The page displays a checkbox confirmation when meet each requirement.
After you have created a password, re-enter it in the Confirm New Password. The system will indicate if the passwords do not match.
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
|
Logging Into the Salesforce Portal
|
| |||||||
|
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> |