LoginSignup
0
0

2022年02月の質問の中から整理します

Last updated at Posted at 2022-02-06

まとめページ

参照して頂くのは結構ですが、そのまま内容を丸ごとコピーするような行為は控えて欲しいです。一応時間を掛けて作っているので、その点はご考慮願いたいです。

システムの変更について

【未解決】Error: Can't update splits: percentages don't add up to 100.00%.

【未解決】Data Not Available The data you were trying to access could not be found. It may be due to another user deleting the data or a system error. "

#【バグ】英語にしないと保存できない?

すべて小文字だとエラーになる?

それはすべてが小文字である場合に機能します。そのため、半径と高さのフィールドに移動して、それらをRからrに、Hからhに変更して、円柱の体積フィールドで小文字になるようにする必要がありました。

Callout Exception:400 - Bad Request メールのプレビュー

The issue was with the personalized strings in the Email template that were not according to Profile attributes (supposed to be set for Salesforce CRM against Lead and Contact objects in Marketing cloud) but according to column names of Data extensions.

Due to this reason, the Email sending was getting failed (when initiated from Salesforce CRM) and also the Email content was not able to be displayed dynamically in the Preview mode.

この問題は、メール テンプレート内のパーソナライズされた文字列がプロファイル属性 (Marketing Cloud のリードおよび取引先責任者オブジェクトに対して Salesforce CRM に対して設定されるはず) に従っておらず、データエクステンションの列名に従っていることにありました。

この理由により、メール送信が (Salesforce CRM から開始された場合に) 失敗し、またメールの内容をプレビュー モードで動的に表示できませんでした。

There was an unhandled exception. Please reference ID: XETKPYLL. Error: Restforce::ResponseError. Message: 550: Value [false] for field [showAllFilters] can't be downgraded to API version 43.0.

ClosedOpportunityTrigger on Opportunity

trigger ClosedOpportunityTrigger on Opportunity (after insert, after update) {

      List<Task> tasks = new List<Task>();
        for ( Opportunity opp:Trigger.New ) {
          if ( pp.StageName == 'Closed Won' ) {
              tasks.add( new Task ( Subject = 'Follow Up Test Task', WhatId = opp.Id ) );
          }
        }  
      insert tasks;
  }  

Can’t Log In to AppExchange

【既知の問題】Guidestar統合が機能していませんか?

【障害】Attach files and send?

Email Composer - 'Don't show me this message again' Checkbox Selection Not Respected When Sending Email with Attachment

【障害:リリース処理中】Error in $A.getCallback() [Cannot set properties of undefined (setting 'alternateExpressionValue")]

SalesforceのMailChimpアーキテクチャについて知っていますか?

Add Logic to Your Survey Trailhead instructions for Step 2, Branching Logicのボタンがない。

思った場所になかったようです。

Validation error while saving record

Validation error while saving record

image.png

I figured it out. It was straight under my eyes and I missed the basics. The OWD is 'Public RO'-- Changed it to "Public RW"

Verify that there is a new lightning app called Ursa Major Solar Service Console.

Verify that Accounts, Cases, Contacts, and Knowledge navigation items have been added to the Ursa Major Service Console.

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