Panel | ||||
---|---|---|---|---|
| ||||
IntroductionThis page reviews how contractors add new users to the Large Scale Renewable (LSR) Salesforce Portal. |
Instructions
Warning |
---|
The instructions on this page can only be completed by existing contractors who have been assigned the Manage Users Tab permission. This permission set must be set either by a NYSERDA employee or an existing contractor in your organization that has previously been granted this access. If you have access to this permission set you will have access to the Manage Users tab after logging into the Large Scale Renewables Salesforce Portal. |
UI Steps | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||
|
HTML |
---|
<script type="text/javascript" >
jQuery(document).ajaxComplete(function() {
if(jQuery('.ia-fixed-sidebar.collapsed').length == 0 ) {
jQuery('.expand-collapse-trigger').click();
};
});
</script> |