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-04-12

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

Salesforce campaigns not showing in list of completion actions in Pardot

Pardotの完了アクションのリストにSalesforceキャンペーンが表示されない

Salesforce campaigns not showing in list of completion actions in Pardot

"Campaign.External_Id__c" throws an INVALID_FIELD error: SELECT Id, CampaignId, Campaign.External_Id__c FROM CampaignMemberStatus

Insert CampaignMemberStatus using related Campaign's external Id

This is a platform limitation, confirmed by Support. You have to use the Id of the Campaign.
これはプラットフォームの制限であり、サポートによって確認されています。キャンペーンの ID を使用する必要があります。

キャンペーンメンバーのリストビューボタンの順番の変更

image.png

今はできないようです

複数のキャンペーンをリード/商談に関連付けるにはどうすればよいですか?

私の知る限り、商談オブジェクトに商談を割り当てるフィールドは 1 つだけです。

キャンペーン メンバー オブジェクトを通じてリードを複数のキャンペーンに追加できます。同じキャンペーンに追加できるのは 1 回だけですが、複数の異なるキャンペーンに追加できます。

商談に関して言えば、カスタム フィールドを追加する主な影響は、キャンペーンの影響力を使用している場合です。これはすべて商談のプライマリ キャンペーン ソースから派生するためです。商談担当者の役割を使用して、複数の商談をキャンペーンに関連付けることができます。かなり時間が経ちましたが、プライマリコンタクトがどのキャンペーンに関連付けられているかを確認していると思います。したがって、主要連絡先がキャンペーン A と B に追加された場合、その商談は両方のキャンペーンの影響を受けると見なされます。

Campaign Influence を使用していない場合は、可能性のある組み合わせごとにルックアップ フィールドを作成することなく、商談を必要な数のキャンペーンに関連付けることができるように、ジャンクション オブジェクトの使用を検討します。

使用例

できないこと

残念ながらまだアイデアのようです。

Allow Folders for Campaigns
https://ideas.salesforce.com/s/idea/a0B8W00000GdWbYUAV/allow-folders-for-campaigns

Error: Type can't be removed and must be the first field in the related list. To remove, set another field as the Name field and the first field in the related list.

I managed to remove it a week ago in a Sandbox environment playing with the up/down left/right arrows. For some reason, I need to reproduce it right now and It seems not to work. Maybe I bugged it last time.

https://www.reddit.com/r/salesforce/comments/xcycvx/set_another_field_as_name_field/

You can do it using Metadata API (with sfdx, workbench or other tools using Metadata API ):

  1. Download the xml file related to the page layout

  2. Edit it by removing the line "MEMBER_TYPE" in the

RelatedCampaignMemberList section

  1. Deploy the xml file

データのインポート

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?