tyoshikawa1106のブログ

- Force.com Developer Blog -

Trailhead

SFDC:レモネードスタンドアプリ開発をやってみました

Trailheadのレモネードスタンドアプリ開発をやってみました。 はじめに Developer Edition組織を作成してLightning Experienceを有効化します。 アプリケーションとカスタムオブジェクトを作成する 設定からアプリケーションとカスタムオブジェクトを作成し…

SFDC:TrailheadのSalesforce Career Exploration for Studentsをやってみました

TrailheadのSalesforce Career Exploration for Studentsをやってみました。 Salesforce Career Exploration for Students | Salesforce Trailhead 学生向けのSalesforce社でキャリアを構築していくには..という感じの内容でした。(米国のSalesforce社の話で…

SFDC:Trailheadの新バージョンを試してみました

Trailheadの新バージョンがリリースされ、プロフィールページのUIが新しくなったり、ソーシャルログイン機能が追加されたりなどの変更がありました。 Trailhead | Salesforce を楽しく学ぶ方法 新しいプロフィールページはこんな感じです。 自己紹介の入力内…

SFDC:Trailheadにログインできないときは・・・

Trailheadにログインするときはサイト右上のログインボタンからログインできます。 最近正常にログインできない問題に遭遇しました。この問題ですがDiscussionForumで解決方法が紹介されていました。 Trailheadにログインできません Trailheadサイトには言語…

SFDC:シングルサインオンの設定を試してみました

SalesforceのTrailheadにシングルサインオン設定の方法が紹介されていたので試してみました。 User Authentication | Salesforce Trailhead Step 1: Create a Federation ID ユーザの編集画面を表示。Federation IDに値を入力します。 Step 2: Set Up Your S…

SFDC:Using Text Formulas - 数式と集計処理について

TrailheadのUsing Text Formulasをやっているときに数式作成で少しハマってしまいました。 Using Text Formulas Unit | Salesforce Trailhead 最後のChallengeで次のような課題がありました。 リードの5つの項目(Email, Phone, Company, Title, Industry)で…

SFDC:ApexとREST Callouts

TrailheadのApex SOAP Calloutsに載っていた内容についてです。 Apex REST Callouts Unit | Salesforce Trailhead 下記HerokuアプリにHTTPRequestを行うとJSON文字列が返ってきます。 https://th-apex-http-callout.herokuapp.com/animals/1 Apexの場合はこ…

SFDC:Lightning開発とSVGコンポーネントの作成

Lightning Componentの開発では一手間追加しないとSVGタグを利用できません。Trailheadにそれを解決するためのSVGコンポーネントの作り方が紹介されていました。 Build a basic SVG Icon Component Step | Salesforce Trailhead 自作のSVGコンポーネント svg…

SFDC:Salesforceの学習サイト"Trailhead"が日本語化されました

Salesforceの学習サイトTrailheadが日本語化されていました。betaという表示がなくなってサイトデザインも更新されていました。 the fun way to learn Salesforce カテゴリと難易度が確認できるようになっています。 無料で学習を開始を選択すると『管理者』…

SFDC:TrailheadのLightning Design Systemをやってみました

TrailheadでLightning Design Systemをやってみました。 Understanding Key Principles behind the Design System Design Systemには以下のリソースが用意されています。 CSS framework Icons Font Design Tokens (色、フォント、間隔、サイズが変数で管理さ…

SFDC:Trailheadの『Lightning Connect』をやってみました

Introduction to Lightning Connect Setting up Lightning Connect Integrating External Data Complated

SFDC:Trailheadの『Lightning App Builder』をやってみました

Getting Started with the Lightning App Builder Building an App Home Lightning Page Working with Custom Lighting Components Completed

SFDC:Trailheadの『Reports & Dashboards』をやってみました

Getting Started with Reports and Dashboards レポートとダッシュボードの違い。 カスタムレポートタイプを作成。 Using the Report Builder ドラッグアンドドロップのレポートビルダを使用。 フィルタを使用しての値、クロスフィルタ、フィルタロジックを…

SFDC:Trailheadの『Application Lifecycle Management』をやってみました

Trailheadの『Application Lifecycle Management』をやってみました。チームのアプリ開発とライフサイクル管理のためのベストプラクティスについてです。Application Lifecycle Management | Salesforce Trailhead Introduction to Application Lifecycle Ma…

SFDC:Trailheadの『Catter』をやってみました

Trailheadの『Catter』をやってみました。ChatterではなくCatterです。Salesforceのエイプリルフールネタです。(特に宣言は見当たらないのですが...) 猫による猫のためのコラボレーションということになっています。エイプリルフールのネタなので1ページぐら…

SFDC:Trailheadの『Visualforce Basics』をやってみました

Getting Started with Visualforce Visualforceとは何かそれがために使われているかを説明 Visualforceが使用できる3つ以上の場所 Creating & Editing Visualforce Pages Using Simple Variables and Formulas Using Standard Controllers Displaying Record…

SFDC:Trailheadの『Salesforce1 Mobile Basics』をやってみました

Getting Started with the Salesforce1 Mobile App Customizing Navigation Customizing Compact Layouts Creating Global Publisher Actions Creating Object-Specific Publisher Actions Getting Started with the Salesforce1 Mobile App Salesforce1Mobi…

SFDC:Trailheadの『Change Management』をやってみました

Trailheadの『Change Management』をやってみました。 Deploying Changes Safely Developing and Testing with Sandbox Deploying from Sandbox with Change Sets Managing Change with a Governance Framework Deploying Changes Safely 本番組織内を変更す…

SFDC:Trailheadの『Apex Basics & Database』をやってみました

Trailheadの『Apex Basics & Database』をやってみました。 Getting Started with Apex Using sObjects Manipulating Records with DML Writing SOQL Queries Writing SOSL Queries Getting Started with Apex Apexプログラミング言語の主要な機能 Anonymous…

SFDC:Trailheadの『Data Modeling』をやってみました

Trailheadの『Data Modeling』をやってみました。 Understanding Custom & Standard Objects Creating Custom Objects and Fields Creating Object Relationships Working with Schema Builder Understanding Custom & Standard Objects アプリ開発のためのF…

SFDC:Trailheadの『UI Customization』をやってみました

Trailheadの『UI Customization』をやってみました。 Customizing Navigation, Buttons, and Links Modifying Page Layouts Creating List Views Customizing Navigation, Buttons, and Links 簡単なナビゲーションのためのタブをカスタマイズ カスタムボタ…

SFDC:Trailheadの『Data Management』をやってみました

Trailhead『Data Management』をやってみました。 Importing Data Exporting Data Importing Data Salesforceのにデータをインポートするためのさまざまなオプションを比較 インポート用データの準備に必要な手順をリスト データインポートウィザードを使用…

SFDC:Trailheadの『Apex Testing』をやってみました

Trailhead『Apex Testing』をやってみました。 Getting Started with Apex Unit Tests Testing Apex Triggers Creating Test Data for Apex Tests Getting Started with Apex Unit Tests Apexのユニットテストの主な利点を説明 テストメソッドを持つクラスを…

SFDC:Trailheadの『Apex Triggers』をやってみました

Trailhead『Apex Triggers』をやってみました。 Getting Started with Apex Triggers Bulk Apex Triggers Getting Started with Apex Triggers Salesforceのオブジェクトのためのトリガーを書く トリガコンテキスト変数を使用 トリガからクラスメソッドを呼…

SFDC:Trailheadの『Data Security』をやってみました

Trailhead『Data Security』をやってみました。 Overview of Data Security Controlling Access to the Organization Controlling Access to Objects Controlling Access to Fields Controlling Access to Records Creating a Role Hierarchy Defining Shari…

SFDC:Trailheadの『Process Automation』をやってみました

Trailheadの『Process Automation』をやってみました。 Choosing the Right Automation Tool Automating Processes with the Lightning Process Builder Creating Wizards with Visual Workflow Automating Time-based Actions with Workflow Routing Record…

SFDC:Trailheadの『Formulas & Validations』をやってみました

Trailheadの『Formulas & Validations』をやってみました。次の内容が用意されています。 Using Formula Fields Implementing Roll-Up Summary Fields Creating Validation Rules Using Formula Fields 式のための要素とデータ型を記述 高度な数式を作成する…

SFDC:Trailheadの『Visualforce Mobile』をやってみました

Trailhead -『Visualforce Mobile』をやってみました。以下の内容が用意されています。 Getting Started with Visualforce in Salesforce1 Adding Visualforce Pages to the Navigation Menu Implementing Global Actions with Visualforce Pages Implementi…

SFDC:Trailheadの『Chatter Basics』をやってみました

Trailhead -『Chatter Basics』をやってみました。以下の内容が用意されています。 Getting Started with Chatter Enabling Feed Tracking Creating Publisher Actions Approving Records from the Feed Developing a Rollout Strategy Getting Started with…

SFDC:Trailheadの『Lightning Components』をやってみました

SalesforceのTrailheadにLightning Componentsのカテゴリが追加されているので、ちょっとやってみました。 次の内容が用意されています。 Getting Started with Lightning Components Creating Components Defining Component Attributes Using Expressions …