結果的に以下は関係ない
- Try your browser's incognito mode.Or try it in a different browser.
- Turn off hardware acceleration in your browser if it is enabled.
- if you have any extensions, try turning them off as well.
これもだ。adding an external Service
I had the same issue and i solved.
You just have to change your company currency, go to Setup > Company Information > Currency > select: English (United States) USD.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V000077CXVoSAO
Advanced Rules with Business Rules Engineでも同じ
このパターンも同じ設定で回避できた
So, I found the solution myself for the error.
I asked a friend about it and he told me that maybe I should check out this settings:
Settings > Company Information > Currency Settings > Currency Locale
When I took a look to that settings, I noticed something strange, it said 'Spanish - null' so all I did was change that option to any currency. Because I'm from Uruguay, I changed to 'Spanish (Uruguay) - UYU' and now almost every error or load bugs I had on the ORG are fixed.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000G6Z3lSAF
これも同じ原因だった Groupオブジェクトを開いた時?
Error during LWC component connect phase: [Invalid currency code : ] [Error creating components forceChatter:groupCreationWizard in force:actionLink]
Object.Ue [as getNumberFormat]()@https://playful-raccoon-28n8yl-dev-ed.trailblaze.lightning.force.com/components/lightning/i18nService.js:1:10498
Object.format()@https://playful-raccoon-28n8yl-dev-ed.trailblaze.lightning.force.com/components/lightning/internationalizationLibrary.js:1:20162
get formattedValue [as formattedValue]()@https://playful-raccoon-28n8yl-dev-ed.trailblaze.lightning.force.com/components/lightning/slider.js:1:3861
v()@https://playful-raccoon-28n8yl-dev-ed.trailblaze.lightning.force.com/components/lightning/slider.js:1:1520
Are you sure there are no nulls in the configuration below?
Settings > Company Information > Currency Settings > Currency Locale
Configuring a non-null currency in your org will solve the problem:
- Setup
- Company Settings
- Company Information
- Edit org
- Currency Locale
- Select a non-null and pair-wise valid currency:
- Error prone currency: Spanish (null) - null
- No error currency: Anything
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007T4GhfSAF
同じ質問
レコード詳細コンポーネント:情報が不足しているのはなぜですか?
設定>会社情報>通貨設定>通貨ロケール
その設定を見てみると、何か奇妙なことに気づきました。「スペイン語-null」と表示されていたので、そのオプションを任意の通貨に変更するだけでした。私はウルグアイ出身なので、「スペイン語(ウルグアイ)-UYU」に変更しました。これで、ORGで発生したほとんどすべてのエラーまたはロードのバグが修正されました。
Create Service Contracts with Entitlementsでも同じ
クラシックに切り替えたら関係ない?
I have problems completing "Customize Opportunity Stage" project
理解してくれない人いますね。
以下も通貨設定の問題らしい
In my case, the stacktrace sed that I have a problem with the Currency Setup. So I went to Company Setup and discover that the currency was "Spanish - null"... that null was the problem. I put the correct currency and all was solved.