Versions Compared

Key

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


Panel
bgColor#f0f0f0
borderStylesolid

Introduction

Placeholder



Aura - Tab Group
settings{"generalSettings":{"tabSpacing":0,"tabWidth":100,"tabHeight":50,"direction":"horizontal"},"activeSettings":{"backgroundColor":{"color":"#0077c8"},"text":{"fontSize":18,"color":"#ffffff","textAlign":"left","fontWeight":"normal"}},"inactiveSettings":{"backgroundColor":{"color":"#f4f5f7"},"text":{"fontSize":18,"color":"#5e6c84","textAlign":"left","fontWeight":"lighter"}},"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":1,"top":false,"bottom":true,"left":true,"right":true,"color":"#f4f5f7"},"padding":{"top":10,"right":10,"bottom":10,"left":10}},"hoverSettings":{"backgroundColor":{"color":"#233e90"},"text":{"fontSize":18,"color":"#ffffff","textAlign":"left","fontWeight":"lighter"}}}
tab1


Aura - Tab
titleApplication Requirements


UI Steps
sizesmall


UI Step



UI Step



UI Step





Aura - Tab
titleElectronic Applications


UI Steps
sizesmall


UI Step

To complete an application, log into the Salesforce Portal using the Username created by Salesforce when creating your portal account along with the password you established.

UI Button
colorblue
newWindowtrue
sizesmall
iconlink
titleSalesforce Portal Login
urlhttps://uat-nyserda-portal.cs32.force.com/customer/login

Expand
titlescreenshot

Image Added



UI Step

From your Salesforce Portal home screen, make sure the Submit a New Application tab is selected at the top of the page and click the Combined Residential Application option.

Expand
titlescreenshot

Image Added



UI Step





Aura - Tab
titlePaper Applications


UI Steps
sizesmall


UI Step



UI Step



UI Step








HTML
<style type="text/css">
#title-text {
display: none;
}
.rwui_button {
background-color: #0073A4;
margin:0px;
}
.rwui_button:hover {
background-color: #002D72;
} 
#com-atlassian-confluence .page-metadata {
display:none;
}
   </style>



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