よく分からないエラーですが、どうもユーザに権限セットが適用されていないことが原因のように思えてきた。
Tableau CRM
正しいプレイグランドに接続していない?
This error is resolved. For this trail, I had 2 different usernames (for US and CAN orgs). Connecting both the org via trailhead account did the trick.
このエラーは解決されました。このトレイルでは、2 つの異なるユーザー名を使用しました (US 組織と CAN 組織用)。 Trailhead アカウントを介して両方の組織を接続するとうまくいきました。
Thanks for creating the test user. I am able to pass the challenge using test user. You are verifying the challenge using darshanparate@empathetic-raccoon-p8ajn3.com username. You haven't added darshan.parate@tableaurocks.de username in the hands-on orgs. Please follow the below steps to connect your new Developer Edition org to Trailhead. Make sure you're logged in to your Trailhead account. In the Challenge section at the bottom of this page, click the playground name and then click Connect Org. On the login screen, enter the username and password for the Developer Edition you just set up. On the Allow Access? screen, click Allow. On the Want to connect this org for hands-on challenges? screen, click Yes! Save it. You are redirected back to the challenge page and ready to use your new Developer Edition to earn this badge. Now click Verify step, and then move to the next step, where you create an app and a lens.
【未解決】
There was an unhandled exception. Please reference ID: XXBRCSHY. Error: Restforce::ErrorCode::FunctionalityNotEnabled. Message: FUNCTIONALITY_NOT_ENABLED: This feature is not currently enabled for this user.
Another product, but the cause was that the permission set was not applied to the user. Make sure you have permissions.
https://trailhead.salesforce.com/ja/trailblazer-community/feed/0D54S00000BrMVjSAN
別の製品ですが、原因は権限セットがユーザーに適用されていなかったことです。権限があることを確認してください。
If you go to Setup>Analytics>Settings you will see a checkbox at the top which says "enable connectors". Once you have done this and saved, you will then be able to finish the aspect of the project that has you schedule the SFDC_Local connector.
https://trailblazers.salesforce.com/answers?id=9064S000000DTXqQAO
https://trailblazers.salesforce.com/answers?id=9063A000000pvhNQAQ
[設定] > [分析] > [設定] に移動すると、上部に [コネクタを有効にする] というチェックボックスが表示されます。これを実行して保存すると、SFDC_Local コネクタをスケジュールするプロジェクトの側面を完了することができます。
同様の質問
- Hello, I need sone info please I am stuck on the challenge; Get Hands-on with Formatting and Notification
- ID: AHIDHHRM. Error: Restforce::ErrorCode::FunctionalityNotEnabled. Message: FUNCTIONALITY_NOT_ENABLED: This feature is not currently enabled for this user.
Insufficient Privileges: This feature is not currently enabled for this user.
これは内部ユーザーに対しては問題なく動作しますが、コミュニティユーザーに対して実行するとすぐに次のエラーが発生します。Aoexクラスとして作成
Unfortunately, I was not able to assign these licenses to Portal Guest user. Additionally, I tried using enabling checkbox permission "Grant all users access to Wave API." under Analytics Settings but this was also not working.
In the end, I had to move to callout based approach and was able to achieve this by making Rest callout to "/services/data/v61.0/wave/query" end point to execute the query and get the result.
残念ながら、これらのライセンスをポータル ゲスト ユーザーに割り当てることができませんでした。さらに、アナリティクス設定で「Wave API へのアクセスをすべてのユーザーに許可する」チェックボックスの許可を有効にしてみましたが、これも機能しませんでした。
最終的には、コールアウト ベースのアプローチに移行する必要があり、クエリを実行して結果を取得するために、REST コールアウトを "/services/data/v61.0/wave/query" エンドポイントに作成することでこれを実現できました。
コールアウト方式に切り替えたということ?
Health Cloud
- ヘルスクラウドのRESTAPIを有効にする方法は?
- 次のエラーが発生しているPatientAPIにアクセスしようとしています-"errorCode": "FUNCTIONALITY_NOT_ENABLED"
予想どおり、ユーザーに割り当てる必要のある「HealthCloudUtilizationManagement」権限セットがあります。このドキュメントによると、「ケアサービスAPIにアクセスするには|HealthCloud利用管理権限セット」
API コールで使用されるコアデータ型
FUNCTIONALITY_NOT_ENABLED
機能が一時的に無効になっています。その他のコールの動作は続行します
確かに権限がないんで、無効なんだとうけど、分からん。