LoginSignup
1
2

OmniStudio

Last updated at Posted at 2022-09-06

まとめページに戻る
まとめN~Z

OmniStudio デジタルエンゲージメントスイートを使用して、Salesforce のお客様にガイド付きエクスペリエンスを創出します。

開発者組織: OmniStudio Developer Edition 組織(サインアップが必要)
https://trailhead.salesforce.com/promo/orgs/omnistudiotrails

各種まとめページ


上記の私の回答の「更新: selectrow イベント処理のビデオ説明はこちら:」
リンクは次のとおりです。https://www.youtube.com/watch?v=WnHIXSzcdKM

フレックスカードを使用してカスタム UI を作成できます。ただし、OmniStudio の全体的な設計はデータとプロセスを中心にしていることを考慮する必要があるかもしれません。したがって、実際にそれを使って何を達成しようとしているかによって決まります。

FlexCard は本質的にはビジュアルな LWC ビルダーです。

if you 'preview' the docGenerationSample/singleDocxLwc OmniScript , then you have to enter the Object Id manually. But you can call it from Quick Action as given in this https://help.salesforce.com/s/articleView?id=ind.doc_gen_create_a_custom_generate_document_button_394436.htm&type=5

This way, it will pass the object Id from the invoking page.

URL がxyz.sandbox.my.site.com/home/s/application?recordId=12345&applicationname=testappであると仮定します。

omn​​iscript では、setvalue 内の名前をそのまま使用して、recordId と applicationname に直接アクセスできます。

レポート

Salesforce OmniStudio is not primarily designed for creating traditional reports with charts, texts, and graphs. OmniStudio is a suite of tools within the Salesforce Platform that focuses on building end-to-end workflow applications. It includes features like Lightning Flow, Lightning App Builder, and more, which are geared towards creating custom applications rather than detailed reporting

Salesforce OmniStudio は、主にチャート、テキスト、グラフを含む従来のレポートを作成するように設計されていません。OmniStudio は、エンドツーエンドのワークフロー アプリケーションの構築に重点を置いた Salesforce プラットフォーム内のツール スイートです。Lightning Flow、Lightning App Builder などの機能が含まれており、詳細なレポートではなくカスタム アプリケーションの作成を目的としています。

if you can leverage these data views in your cloud page some reports can be built.

You also have SOAP Objects and via SSJS and WS-Proxy more data can be induced.

The other work-around is to create report via catalogs for each channel and save it to FTP and import it to a data extension and fetch the data to your cloud page.

クラウド ページでこれらのデータ ビューを活用できれば、いくつかのレポートを構築できます。

SOAP オブジェクトもあり、SSJS と WS-Proxy を介してより多くのデータを誘導できます。

もう 1 つの回避策は、各チャネルのカタログを介してレポートを作成し、それを FTP に保存し、データ拡張機能にインポートして、データをクラウド ページにフェッチすることです。

できないこと・アイデア

image.png

Unfortunately, it is not currently possible.
If you look at the PM's answer on this idea:
https://ideas.salesforce.com/s/idea/a0B8W00000GdWqnUAF/default-presence-status-in-omnichannel

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2