たまに質問がありますが、忘れてしまいます。
duplicates value on record with id
<unknown> duplicates value on record with id: <unknown>
I don't know what it was, but when I tried recreating the test class, it no longer gave me the error. Case is resolved.
原因は分かりませんが、テストクラスを再作成してみたところ、エラーは発生しなくなりました。事件は解決しました。
開発者コンソールが機能しない
I got same error once I tried from another browser it worked for me , I think this is was due to McFee extension as security
Failed to load data Log from Salesforce.com: Salesforce automatically deletes system logs 24 hours after they're generated. If the log you had open was less than 24 hours old, someone deleted it. To save logs, select File > Download Log.
よく分からんエラーです。
回避策をみつけましたが、試したことはないです。
質問
Please check this article.
Developer console cannot save classes, triggers or pages
https://help.salesforce.com/s/articleView?id=000386505&type=1
未解決
The Apex class "StringArrayTest " is not a legal name"
Remove the space at the end of the Apex class name and try.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000Hlb9ZSAR
Please check this article.
Get Started with Apex Unit Tests クラスのリンクがない 404エラー
Invalid parameter value
I don't know what it was, but when I tried recreating the test class, it no longer gave me the error. Case is resolved.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007Rcxzo
原因は分かりませんが、テストクラスを再作成してみたところ、エラーは発生しなくなりました。事件は解決しました。
Started with Apex Triggers
Trigger name which your trying to create contains an extra space at the end " AccountAddressTrigger"
作成しようとしているトリガー名の末尾に余分なスペースが含まれています「AccountAddressTrigger」
24 時間あたりの単体テストの実行数が最大量に達したた ?
The reason of the given error message is that maximum amount of unit tests executions per 24 hours is reached. According to the documentation: The maximum number of test classes you can run per 24-hour period is the greater of 500 or 10 multiplied by the number of test classes in the org.
Ways to fix:
- You can clone a sandbox (if there are unused licenses of same type) and run tests there.
- wait for 24 hours and try again
表示されたエラー メッセージの理由は、24 時間あたりの単体テストの実行数が最大量に達したためです。ドキュメントによると、24 時間ごとに実行できるテスト クラスの最大数は、500 または組織内のテスト クラスの数に 10 を乗算した値の大きい方です。
修正方法:
- サンドボックスのクローンを作成し (同じタイプの未使用のライセンスがある場合)、そこでテストを実行できます。
- 24 時間待ってから再試行します
I think the settings for the previous challenge remain. Please deactivate.
Go to Setup -> Object manager -> Choose (Account )-> Validation Rules.
Find that validation rule and deactivate it.
言語は変えられる?
残念ながら言語は変更されないと思います。