function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
amine elmrabetamine elmrabet 

Working with Custom Lightning Components Challenge !! ContactsToday component

in order to complete this challenge : 

To easily organize and access your important contacts, create a Lightning App using Lightning App Builder that uses a custom component.
The Lightning App must be called 'MyData' and must use the One Column template. Note: If you have completed the previous challenge in this module ('Creating an App Home Lightning Page'), the app should already exist in your Developer Edition.
Install this unmanaged package into your Developer Edition.
Add the 'ContactsToday' custom component that is included in that package to the 'MyData' Lightning App.


I can't Install the ContactsToday component !! ERROR : 

This app can't be installed.
There are problems that prevent this package from being installed.
Illegal assignment from List<User> to UserContactsTodayController_test: Illegal assignment from List<User> to User
 
amine elmrabetamine elmrabet
I found that i had an Empty apex class named User, i deleted it and it worked fine !