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?

Salesfroce コピーについて

Last updated at Posted at 2024-11-26

Salesforceで通常のコピー方法を確認します

通常のコピー方法

通常の場合コピーボタンを配置することによりコピーが可能です

image.png

通常コピーボタンの場合、以下のような制約があります

・コピー画面の配置の制約
コピー画面はページレイアウトの画面となります

・コピー時の項目
ページレイアウトの配置の項目が表示されるは必ずデフォルトで設定されている
(特定の項目のみ空欄 という設定はできない)

また、ページレイアウトに表示されない項目はコピーされない
(ページレイアウトには表示されない裏持ち項目はコピーできない)

image.png

なお、コピーの項目を指定する場合、別途アクションの作成が必要です

アクションでのコピー方法

アクションの作成はこのようになります

image.png

数式はこのようになります

/lightning/o/Opportunity/new?defaultFieldValues=
Name={!Opportunity.Name},
CloseDate={!TEXT(Opportunity.CloseDate)}

この数式の場合、商談名と完了予定日が空欄ではない状態でコピーすることが可能です

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?