Versions Compared

Key

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


Panel
borderColor#c5005c
bgColor#f9e6ef
borderStylesolid

System Instructions



Panel
bgColor#f0f0f0

Overview

The following sections will help you understand the process for creating Creating and managing Managing Program Partnerships in Salesforce.

Warning

Before creating a new New Account, search in Salesforce for an existing Existing Account to update.




UI Tabs


UI Tab
titleSearch for an Existing Account or Create a New Account

Search for an Existing Account or Create a New Account

  1. Navigate to the NYSERDA launch pageat http://launch.nyserda.org/ and click the Salesforce
  2. Enter the Company Name in the Searchfield at the top of the Salesforce check for any existing accounts in Salesforce.
  3. If the search results in zero matches, click the Accountstab and then click New.

    Expand
    titlescreenshot


  4. Enter all available information on the Accounts tab then click Save.



UI Tab
titleEstablish a Program Partnership

Establish a Program Partnership

  1. On the Account tab, scroll to the Program Partnerships section and click New Program Partnership.

    Expand
    titlescreenshot


  2. Search for the program name in the Program field; select the appropriate program and click Save.If the program name is not available, submit a Salesforce Jira Software Issue to request adding the program to the list.
  3. Save the record.


UI Tab
titleUpdating Program Partnership Records

Updating Program Partnership Records

  1. On the Program Partnership record the below fields impact what is displayed on NYSERDA’s websiteWebsite. If you have not already established a website to display your Program Partnership data, a Salesforce Jira Software Issue must be submitted Submitted to initiate the process.

    Expand
    titlefield description table


    StatusIndicates the status of the Account in relationship to the Program. Program Partnerships with a “Full”, “Provisional”, or “Probation” status can be displayed on the website.
    WebsiteThe URL of the Account’s website. This can be displayed on the website.
    Areas of ExpertiseSkillsets and technologies in which an Account specializes. Multiple Areas of Expertise may be selected and displayed on the website.
    Counties ServedThe New York State Counties where the Account performs their business activities. Multiple Counties Served may be selected and displayed on the website.
    Do Not Display on WebsiteA checkbox which when selected, removes an Account from the website listing for only the applicable Program Partnership.


  2. Select desired Area of Expertise from left and click right arrow to add; to remove an Area of Expertise, select from the field on left and click left arrow. When done click OK.

    Expand
    titlescreenshot


  3. To edit Counties Served, hover over the field and double click Double Click.

    Expand
    titlescreenshot


  4. Scroll down past the counties until you reach the regions at the bottom of the list on the left and select desired region(s). Click OK.

    Expand
    titlescreenshot





HTML
<style type="text/css">
.rwui_tabs .rwui_tab_content {
padding-left: 0px; padding-right: 0px;
}
.rwui_tabs>.rwui_tabs_menu li a {  
  background-color: inherit;  
  float: middle left;  
  border: 1px #002D72; 
font-family: Arial, sans-serif;  
  border-radius: 3px;  
  outline: none;  
  cursor: pointer;  
  padding: 6px;  
  transition: 0.3s;  
  font-size: 14px;  
  color: #777777;  
}  

.rwui_tabs_menu {  
  overflow: hidden;  
  border-bottom: 3px solid #1C49B0;  
  background-color: white;  
border-radius: 3px;  
} 

.rwui_tabs>.rwui_tabs_menu li a.rw_active {  
background-color: #FFFFFF;  
color: #F2A900;  
font-size: 24px;
border-top: 0px;
} 

.rwui_tabs>.rwui_tabs_menu li a:hover {
background-color: #FFFFFF;
color: #002D72;
font-size: 24px;
}

.rwui_tabs>.rwui_tabs_menu li a.rw_active:hover {    
background-color: #FFFFFF;    
color: #F2A900;    
font-size: 24px;    
} 

.rwui_tabs .rwui_tab_content {    
background-color: #FFFFFF;
padding-left: 8px;
padding-top: 0px;
} 

.rwui_tabs>.rwui_tabs_menu li a.rw_active.rw_highlight {
background: #FFFFFF;
}

.rwui_tabs .rwui_tab_content.rw_highlight {
background: #FFFFFF;
}
</style>