Mark Hammer's Blog

SalesforceやTrailheadに関する情報を投稿しているブログです。

Trailhead モジュール:Platform デベロッパー資格の更新 (Winter '20)

※この内容は2019/12時点のものです。

Winter '20 の Platform デベロッパー向けの新機能の学習

https://trailhead.salesforce.com/ja/content/learn/modules/platform-developer-i-certification-maintenance-winter-20/learn-whats-new-for-platform-developers-in-winter-20

  • 説明:日本語
  • Challenge:日本語選択問題

Lightning Web コンポーネントのカスタムタブ作成のハンズオン

https://trailhead.salesforce.com/ja/content/learn/modules/platform-developer-i-certification-maintenance-winter-20/get-handson-creating-custom-tabs-for-lightning-web-components

  • 説明:日本語
  • Challenge:英語ハンズオン

【Challenge要約】

※このChallengeには、Salesforce公式解説があります。
未管理パッケージをインストール済みの場合、「myComponent」Lightning Web Component は設定済みとなり、新規 Lightning コンポーネントタブを作成する準備が完了しています。

  • 新規 Lightning Web Component を以下の通り作成してください。
    • 名前:myComponent
  • 以下の lightning-card を「myComponent」Lightning Web Component に追加してください。
    • Title: Hello
  • 「Hello」 lightning-card に、以下の通り lightning-button を追加してください。(注意:ボタンの slot が “actions” であることを確認してください。)
    • Label: New
  • 「Hello」 lightning-card に、以下の通りフッターの文章を設定してください。
    • テキスト: Footnote
  • 以下内容で新規 Lightning コンポーネントタブを作成してください。
    • Lightning コンポーネント:c:myComponent
    • タブの表示ラベル:Words
    • タブ名:Words
    • タブスタイル:任意