• Gustavo A. Seluja
  • NEWBIE
  • 84 Points
  • Member since 2019
  • Business Systems Analyst - Salesforce Ad
  • WellMed Medical Management


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 7
    Replies
I have VF page with the Classic look (see below).  The code looks like this:

<apex:page >
 <apex:enhancedList height="600" rowsPerPage="25" id="AccountList" listid="{!$CurrentPage.Parameters.viewId}" customizable="false"/>
 </apex:page>

1) Can it be updated to a Lightning look and feel?  How?
2) The page, part of a Classic app, is still active and users are using.  Will an update make it a problem?

Thanks!

User-added image


 
I'm reaching out to the community for assistance.  I am stuck on one of the last steps of this superbardge.  It is the report 'Top Volunteer Organizations' (NOTE: it is NOT the 'My Top Volunteer Organizations' report).  The issue I'm having is with the chart.  The instructions request that the field 'Attributed Volunteer Hours' be displayed on the x-axis of an horizontal bar chart:

"The report chart is a horizontal bar chart called Top Volunteer Organizations showing the attributed hours as the x-axis."

To my knowledge, the only way to display a field as the x-axis is to group it by the field, yet the instructions indicate grouping by the volunteer organization accounts (ie, filter by the account record type of 'Volunteer Organization Account').

"Using the custom report type with account data, the summary report shows a list of Volunteer Organization Accounts with each org’s attributed volunteer hours, ranked from most to least hours."



App Customization Superbadge Top Volunteer Organizations report error

 
I have VF page with the Classic look (see below).  The code looks like this:

<apex:page >
 <apex:enhancedList height="600" rowsPerPage="25" id="AccountList" listid="{!$CurrentPage.Parameters.viewId}" customizable="false"/>
 </apex:page>

1) Can it be updated to a Lightning look and feel?  How?
2) The page, part of a Classic app, is still active and users are using.  Will an update make it a problem?

Thanks!

User-added image


 
Hi Team,

Request you to please help, while trying to complete the challenge 6 for Process Automation Specialist, I am facing the following issues
1. Though I have created a new Trailhead Playground for this superbadge, however I am not able to view RainbowBot, CloudyBot, and Assembly System in the product name, where to check them
2. I have checked couple of post froom other users explaining of how to complete it, however it has snapshot of old flow version which is completely different than of what I see
3. While creating the Radio Button what needs to be taken for "choices"

Kindly find the snapshot attached
Challenge 6

Thanks for your support
Vinay Kumar Salve

Can anyone share your configuration of 'My Shifts Pending Approval'  for super badge App Customization Specialist

Hello,
 I am working on Security Specialist Superbadge Challenge 4. One of the requirement is 
Field-Level Security—Customer SSN and Bank Account fields on contact records must be encrypted. Any change in the Amount field on opportunity records must be recorded. I cant find Customer SSN and Bank Account fields on Contact Object.
User-added image

I have created a permission set with the system permission "Two-Factor Authentication for User Interface Logins" and assigned it to the Samantha Cordero users. Here is the login history which i have used the Authenticator to authenticate the login of the user.

User-added image
What else am i missing? Any help is much appreciated.