• JuliaForest
  • NEWBIE
  • 10 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies

Hello Everyone,

 

Does anybody know how to get list of user's bookmarks via apex? can't find any appropriate object in scheme...

 

Thank you!

This is to solve one of the trailhead challenge. 

How do we assign multiple values to an attribute by not using default paramenter instead value parameter. For example.

I have a component as below.

<aura:component name="DayOfTheWeek" type="string" value="Monday" : "Tuesday" : "Wednesday">

and I would like to read these values and find the week of the day dynamically, as we have $Browser and $Locale, do we have another binding variable to check on day, date and time values.

Thanks.

Hello Everyone,

 

Does anybody know how to get list of user's bookmarks via apex? can't find any appropriate object in scheme...

 

Thank you!