Salesforce Platform Spring '12リリースの新機能についてご紹介したWebinarのスライドです。
Developer Force JapanではForce.com開発者に必要な各種技術資料の公開や、Webinarセミナー等を定期的に開催しております。
http://jp.force.com/
Spring'19 で正式リリースされました Einstein Next Best Action について、その概要や試し方をご紹介します。
Einstein Next Best Action は、その名の通り、次の最良手は何か?を Salesforce 利用者に教えてくれるものです。Salesforce 利用者が判断に有する時間を短縮し、また見落としを防いでくれる優れものです。
この判断ロジックの生成自体に機械学習やディープラーニングの要素は入っていませんが、Einstein Discovery や Einstein 予測ビルダーの結果を判断ロジックで使うことができるので、蓄積されたデータからの予測に基づく最良手の提示も実現できます。
Salesforce を設定画面からあれこれ操作・設定できるくらいの方であればご理解・試してみていただける内容です。
<ご紹介内容>
- Einstein Next Best Action とは?
- 利用者目線でのデモ / 想定される利用シナリオ
- Einstein Next Best Action の構成
- サンプルの実装手順
- ライセンス・注意事項など
Spring19リリースは、Lightning上でのUI プログラミングモデルを大きく変えるLightning Web Componentsと、宣言的開発機能の中心的な位置を占めるFlowの更新 (Flow Builderのリリース)など、非常に重要な更新が数多く行われます。こちらのスライドでは、Spring 19の新機能の中でも、前出の2つに加えて開発者が把握しておくべき機能についてご紹介します。
<ご紹介する内容>
Flow Builder
Lightning Web Components
Big Objectの新機能
Apexの新機能
VS Codeの新機能
This document contains forward-looking statements about salesforce.com's products and services. It warns that actual results may differ from projections due to risks and uncertainties. It lists many risks including those related to new product development, mergers and acquisitions, a relatively new market, limited operating history, managing growth, and utilizing larger customers. The document states that any unreleased features mentioned may not be delivered on time or at all, and customers should make purchase decisions based on currently available features.
Herokuはクラウドアプリケーションを効率よく開発するためのPaaS (Platform as a Service)として、スタートアップ企業やB2Cサービスを提供する企業の開発者から支持されていますが、近年ではエンタープライズシステムにおける需要も非常に多くあります。
直近でも2018年9月25日に米国サンフランシスコで行われた「Dreamforce 2018」イベントにあわせて、Heroku は多くのエンタープライズ向け機能追加が行われており、ますます企業利用にとっても最適なPaaSとなりました。
直近発表された最新機能の中から、開発者にとって重要と思われるものをピックアップして、デモを交えながら紹介します。
The document contains forward-looking statements about Salesforce's products and services, including potential new functionality and services, and disclaims any obligation to update such statements. It warns that actual results could differ from forward-looking statements if any uncertainties materialize or assumptions prove incorrect. The document also lists various risks that could affect Salesforce's financial results, such as risks associated with developing new products and services, possible fluctuations in operating results, and other risks detailed in Salesforce's SEC filings. Any unreleased services mentioned may not be delivered on time or at all.
This document provides an overview of the Lightning platform on Salesforce and demonstrates its capabilities. It discusses Lightning components, how they can be used to build applications with no code or powerful code using Apex and JavaScript. It also demonstrates how to integrate Lightning components with external APIs using CORS and Swagger/Open API documentation. The document concludes with a demo of Lightning components in action.
The document discusses various Salesforce topics including Lightning web components, Apex switch statements, JSON configuration files, development methodologies like CLI, CI/CD, and UAT. It also provides links to documentation on unlocked packages, Oclif, Salesforce release notes, admin and developer videos, and a Trailhead module for the Summer '18 release.
The document discusses Salesforce Big Objects, which allow storing and querying large volumes of data. It notes that Big Objects support all standard CRUD operations but have some limitations compared to standard objects. The document provides examples of using Big Objects to store log data from an application and querying the data. It also links to Trailhead and developer documentation for more information on implementing Big Objects.
5. Forward-Looking Statements
Statement under the Private Securities Litigation Reform Act of 1995:
This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or
if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the
forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any
projections of product or service availability, subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies
or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology
developments and customer contracts or use of our services.
The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for
our service, new products and services, our new business model, our past operating losses, possible fluctuations in our operating results and rate of
growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of any litigation, risks associated with completed
and any possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand,
retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history
reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could
affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-K for the most recent fiscal year and in our quarterly
report on Form 10-Q for the most recent fiscal quarter. These documents and others containing important disclosures are available on the SEC
Filings section of the Investor Information section of our Web site.
Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available and may
not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently
available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.
19. Heroku Addon を追加してみよう
hobby-‐‑‒dev プランの Heroku Postgres をインストールしてみるよ
$ heroku addons:create heroku-postgresql:hobby-dev
Creating heroku-postgresql:hobby-dev on ⬢ calm-lowlands-14220... free
Database has been created and is available
! This database is empty. If upgrading, you can transfer
! data from another database with pg:copy
Created postgresql-elliptical-71354 as DATABASE_URL
Use heroku addons:docs heroku-postgresql to view documentation
コンソールでどうぞ
下線部(⽩白⽂文字)が実⾏行行するコマンド
空っぽのデータベースができ上がるよ
接続先DB の URL は “DATABASE_̲URL” 環境変数へ登
録されるんだ