LoginSignup
0
0

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

Last updated at Posted at 2022-09-04

まとめページに戻る

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

2022年09月未解決の質問
2022年09月何故かベストアンサーをつけてくれない質問

There was an unhandled exception. Please reference ID: SALCCBMK. Error: Restforce::ResponseError. Message: 550: Lens filters are not supported on AggregateFlex steps with columns for API version '40.0'.

The problem was resolved after I deleted the artifacts and recreated them in the exact order as specified in the module.

The 'Calculate Discount' custom button isn't properly configured. Check the instructions for how to configure the Display Type and URL.

I got the calculator working but because it wasn't called "Calculate Discounts" it was telling me I didn't have it correct. I tried the solution that Derek suggested, but it didn't match my api, so I had to cerate a whole new flow so the api would match, but now that flow isn't working.

電卓は機能しましたが、「割引の計算」と呼ばれていなかったため、正しくないと表示されました。デレクが提案した解決策を試しましたが、それは私の API と一致しなかったため、API が一致するようにまったく新しいフローを作成する必要がありましたが、現在そのフローは機能していません。

INVALID_LOGIN, INVALID_OPERATION_WITH_EXPIRED_PASSWORD, UnexpectedErrorFault, QUERY_TOO_COMPLICATED, LIMIT_EXCEEDED.

QUERY_TOO_COMPLICATED

SOQL query is either selecting too many fields or there are too many filter conditions. Try reducing the number of formula fields referenced in the query.

https://developer.salesforce.com/docs/atlas.en-us.238.0.api.meta/api/sforce_api_calls_concepts_core_data_objects.htm

Gmailで送信された内容をTodoに自動登録したい

Não foi possível encontrar um gráfico em cascata no painel com o título 'Current Product Pipeline by Stage'.

タイトルがポルトガル語だったのせ英語にしたら合格したらしい

The 'Number of Days Open' formula field did not return the correct number of days. Please recheck the formula.

何か、すっきりしない。

 IF(ISBLANK(Implemented_Date__c), TODAY() - DATEVALUE(CreatedDate), Implemented_Date__c - DATEVALUE(CreatedDate))

がダメで、以下を提案したけど

IF(ISBLANK(Implemented_Date__c), TODAY() - DATEVALUE(CreatedDate) - 1, Implemented_Date__c - DATEVALUE(CreatedDate) - 1)

何故か+1らしい。

IF(ISBLANK(Implemented_Date__c), TODAY() - DATEVALUE(CreatedDate) + 1, DATEVALUE(Implemented_Date__c) - DATEVALUE(CreatedDate) + 1)

We couldn't find a user with the name ‘James Clifton’, or the user isn’t configured correctly. Double check the user’s Role, User License, Profile, and permissions and try again.

権限セットも設定がいるようです。

image.png

In the 'Monthly Active Subscribers' lens, we can't find a Bar group for 'Month'

Just go to Tableau CRM Data Manager->Data Flows & Recipes. Click on Down Arrow option of PackageSummary_Simulation and click Run Now.

This will create a new dataset named 'PackageSummariesSimulation' in Shared App. Now in Analytics studio click on PackageSummariesSimulation with location shared app. Then Click Explore button to create new lens with mentioned configuration. It will work.

If you want you can delete all previously created PackageSummariesSimulation dataset from all location using Tableau CRM Data Manager->Data option and then follow above step.

https://trailhead.salesforce.com/en/trailblazer-community/feed/0D54S00000BruDlSAJ

DNS_PROBE_FINISHED_NXDOMAIN

For anyone running into this in a CPQ dev org, the new Enhanced Domain setting has to be disabled. Solved it for me.

[renderer1] [error] Corrupt ZIP: end of central directory record signature not found: Invalid: Corrupt ZIP: end of central directory record signature not found

Let me share you what i have done, first i install the whole pack vsix file, but still some extension are install and some giving me error, so i install every individual extension manually and every time i need to disconnect my internet for smooth installation. i don't know what actual the problem is, but this is how it works for me.

we can’t find the expected reason or Gantt label.

Chat Deployment error: "This is not a valid option"

Turns out I had to clear out CSP Errors.

So now, why doesn't the active Offline chat functionality work to create a Case in case on one's online?

This app doesn't have any navigatipn items, or you can't access them.

CAUSE
You have not enabled the correct privileges for the Admin user.

SOLUTION

廃止?

I am unable to find amazon connect integration trail . Can anyone help if there is a change in the name of the trail ??

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