#LightningStrikesIndia July 2018

Tips for Passing the App Customization Specialist Superbadge

This article will help you to work through the App Customization Specialist superbadge. I am not intending to give out the answers, just a nudge here and there where I know it can get frustrating.

The superbadge covers:

      *Basic custom fields
      *Validation rules
      *Relationship fields
      *Rollup summary fields
      *Some advanced formula fields
      *Some less advanced formula fields
      *Process Builder
      *Approval Processes
      *Lightning app pages
      *Report builder
      *Dashboards
      *Lightning app
      *Creating a user
      *Permission sets
      *Testing!!

Help Yourself Succeed

      *Don’t rush through it
      *It’s not prescriptive on details – you have to figure out how to achieve each goal (except for things that are used for checking, like metadata labels and API names)
      *Read the exercise fully – there are gotchas in there designed to catch you out if you just try to race through it.
      *Enable the Beta Report Builder for Lightning Experience

It took me the best part of 2 days to get All Challenges because it’s so fussy. When this finally happened, I wanted to frame it:

Schema

      *Keep referring to the entity relationship diagram that you’re provided with
      *Get to know how each object relates to each other, so you know how to structure your formulae and report types later

Volunteer Shifts

      *When you roll up your “Shifts Taken”, adding two rows of filters to your roll-up summary field will not get you any correct results since you’re asking for 1 record where the status is x AND y. Think about how you’d make it an OR filter.
      *OMG – “# of Volunteers Still Needed” made my hair turn grey. There are a few ways to calculate this figure, but ultimately you’re figuring out whether the difference between “Desired # of Volunteers” and “Shifts Taken” is greater than 0 and deciding what result to show.

Reports and Dashboards

      *Switch on Report Builder (Lightning Experience). It doesn’t like it if you create the reports in Classic and then switch over.
      *Watch where you store things – the first step is to create your folders; this is where the checks will be made.
      *Disable row counts – these are technically “details”
      *This badge gets fussy over sorting, and the Beta report builder is a bit glitchy – it can forget your settings. Keep checking what you’re sorting by.
      *Most important when you check challenge for Report and Dashboards you should create all report and run at Once.
      *Sort your columns by clicking the grouped column and telling it to sort by your value column, as shown here:
    *Keep a close eye on your chart titles; they’re not always the same as your report titles and they don’t always inherit them either

In all, challenges 2 and 4 are the most frustrating. So I’m so happy now I’ve got

app page and the app correctly and assigning it to the right profiles

#LightningStrikesIndia July 2018...
If you need any type of help regarding this Superbadge. Please comment so I will try to help you...

Happy Sharing...

Everyone has their own favourites, so please feel free to share yours in the comments below!

Comments

  1. Hi, Sanjay i am getting this error plesae help out of this issue
    Challenge Not yet complete... here's what's wrong:
    The 'My Shifts Pending Approval' report does not have the correct columns. Confirm that ALL report columns are in place according to the requirements. Additionally, take note that of the two 'Volunteer Shift Worker ID' fields, make sure to include the one with the format Shift-XXXX so users can click through to the volunteer record.

    ReplyDelete
    Replies
    1. hello sir ,did you get the because i am also facing the problem

      Delete
  2. Hi, Sanjay i am getting this error plesae help out of this issue

    Challenge Not yet complete... here's what's wrong:
    Could not find the 'Shift Hours' field on the 'Volunteer Shift' object.

    ReplyDelete
  3. Error:-The 'Volunteer Dashboard' folder is the incorrect type.....

    Can you plz help?

    ReplyDelete
  4. I am getting this..

    Challenge Not yet complete... here's what's wrong:
    The 'My Volunteer Shifts Needing Approval' component is showing the incorrect number of rows.

    Can you plz help?

    ReplyDelete

Post a Comment

Popular posts from this blog

Salesforce LWC : Compact Layout on Hover

Salesforce LWC With Third Party JS : D3

Communications between Lightning Components : Salesforce