0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

カレンダのまとめ

Last updated at Posted at 2022-09-06

まとめページに戻る
まとめA~M

150項目しか表示できないという制限があるようです。

Googleカレンダーとの連携

会議室予約のレコードはEventRelationだと思います。

このオブジェクトがGoogleカレンダーと連携していればいいのですが、Lightning Sync では機能しないようです。

Lightning Sync doesn't update the Event Relation (WhoID) on Update action

また、以下を見ると

  1. Set up an org with Lightning Sync or Einstein Activity Capture

と書かれているので、EventRelationの扱いではEinstein活動キャプチャでもLightning Syncと同じ挙動ではないかと思います。

Lightning Sync/EAC - Adding a 'Related To' event relation results in an email notification to attendees when using Salesforce to X sync

サポートに問い合わせてもみましたが、やはり「できない」と回答が来ました。

Spring 20

開発者は、標準オブジェクト CalendarView で表されるオブジェクトカレンダーを表示、作成、および配布できます。以前は、オブジェクトカレンダーはユーザインターフェースからのみ作成可能でした。

添付のスクリーンダンプに示されているように、カレンダー オブジェクトの既存のフィールドをイベント セクションに追加することは可能ですか。

image.png

image.png

イベントのグローバル アクション レイアウトにカスタム選択リスト フィールドを追加することで成功しました。ただし、このフィールドは商談と連絡先にのみ表示されます。なぜリードに表示されないのかわかりません。

アクションボタンからの行動作成で、デフォルト割り当て先を公開カレンダーとする方法

残念ながら、この機能はアイデアに要望があがっています。

https://ideas.salesforce.com/s/idea/a0B8W00000GdcNbUAJ/lightning-quick-actions-in-lightning-experience-calendar

自働化処理でOKみたいなので、画面フローで対応できると思います。

Quick Actions is true (or Flow/process builder/code) can find the ID and set it behind the scenes.

https://www.reddit.com/r/salesforce/comments/bec35j/how_to_assign_an_event_to_a_public_calendar_when/

フローでの例です。
https://salesforce.stackexchange.com/questions/413816/how-do-i-add-an-event-to-a-specific-public-calendar-using-a-flow-and-new-event

公開カレンダーなどのデータモデル

カレンダーに登録した行動(予定など)自体はEventオブジェクトに保存されます。

またカレンダーとの関係はEventRelationに保存されているようです。

このオブジェクトにはEventIdとRelationIdという項目があって、Eventとカレンダーを紐付けしています。

実際に検索してみるとRelationIdには023で始まるIdが保存されています。これはカレンダーオブジェクトを表しています。

image.png

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?