0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CPQのエラーのまとめ

Last updated at Posted at 2023-07-04

CPQ関係のまとめに戻る

caused by: SBQQ.JSQCClient.JSQCClientException: The system can't process API calls currently. Please try again in a few minutes.

This is in most cases related to the Known Issue below:

https://issues.salesforce.com/issue/a028c00000tJbElAAK/the-system-cant-process-api-calls-currently-please-try-again-in-a-few-minutes-when-making-callouts-from-cpq

契約の修正、契約の更新、見積りの計算などの Heroku サーバーへのコールアウトを行うと、断続的に次のエラーが表示される場合があります。

「システムは現在 API 呼び出しを処理できません。」数分後にもう一度お試しください。」

Heroku サーバーには、1 分間に処理できるコールアウトの数に制限があります。これは共有リソースであり、ジョブは先着順で処理されます。コールアウト時に利用可能なリソースがない場合、より多くのリソースが利用可能になるまでエラーがスローされます。

Field Metadata does not exist for Target Field [SBQQ__Group__r.Total_Weight_Ibs__c] for Price Rule

image.png

Please check whether you unchecked "Triggers Disabled" checkbox in your CPQ Configuration. Setup -> Installed Packages -> Salesforce CPQ -> Additional Settings -> 'Triggers Disabled'

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

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

カスタムバリデーションのエラー

image.png

価格ルール?

image.png

Go to Settings > Installed Packages > Salesforce CPQ > Configure > Go to Pricing & Calculation tab > Uncheck the Use Legacy Calculator > Save it. Once done execute your price rules and see if you are still getting error.

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

アクセス権限

image.png

We were able to resolve it with the help of Salesforce Support.

Solution :

  1. Check whether user trying to access the console has the EandU Sales PSL assigned. Please check the PSL accordingly for Communication/media/Energy.
  2. Follow the https://help.salesforce.com/s/articleView?id=ind.comms_t_set_up_sandbox_environments_for_permission_set_licenses_243218.htm&type=5

Make sure to check this
System.debug('IsSandboxOrg' + vlocity_cmt.VlocityFeatureService.getFeatureValue('IsSandboxOrg'));

if True use below
vlocity_cmt.VlocityFeatureService.SetFeatureValue('IsSandboxOrg', false);

CPQ Save & Email Button not working

My issue is resolved. I was disabling pop-ups and now after enabling I'm getting the Email tab.

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

image.png

Outlet Standard: bad value for restricted picklist field: TypeC

Please check this article.

https://help.salesforce.com/s/articleView?id=000382161&type=1

That solved the issue. The Outlet Standard picklist field on Product Option object has different picklist values than on Quote line object which was causing the validation error.

それで問題は解決しました。製品オプション オブジェクトのアウトレット標準選択リスト項目には、見積品目オブジェクトのものとは異なる選択リスト値があり、検証エラーの原因となっていました。

Error: Convertible 8116g000000iXMAAA2 cannot be a child of both convertibles COMBINE_8026g00000AsmK6AAJ and COMBINE_8026g00000AsmKAAAZ.

This was mostly solved with the help of a Salesforce Architect. Two or more of our lines, when amended through a custom process were pointing to the same line being amended (old one telling it to terminate with quantity 0 and new one telling it to change it's product over to a new one or such) By removing what was historically populating the link via SBQQ__AmendedContractLineItem__c and replacing it with a custom field, the error was fixed going forward. Then by removing two connections on the contractlineitems that were being kept, we were able to process renewals again.

この問題は、Salesforce アーキテクトの助けによってほとんど解決されました。カスタム プロセスを通じて修正された場合、2 つ以上の行が修正対象の同じ行を指していました (古い行は数量 0 で終了するように指示し、新しい行は製品を新しいものなどに変更するように指示します)。従来、SBQQ__AmendedContractLineItem__c を介してリンクを設定し、それをカスタム フィールドに置き換えていたものですが、このエラーは今後修正されます。次に、保持されていた契約行項目の 2 つの接続を削除することで、再度更新を処理できるようになりました。

Error while saving Quote Records:unable to obtain exclusive access to this record

For anyone coming across this in the future: The problem was that some Opportunities had duplicate Opportunity Contact Roles. Make sure all Contact Roles point to a unique Contact and the problem resolves

今後この問題に遭遇する人へ: 問題は、一部の商談に重複した商談担当者の役割があることでした。すべての連絡先の役割が一意の連絡先を指していることを確認すると、問題が解決します。

未分類

I found the issue. The problem is related to the subscription record. Since we use MDQ, the Segment Index in one subscription was incorrect. Once I fixed it, I was able to create the renewal quote.

問題が見つかりました。問題はサブスクリプション レコードに関連しています。 MDQ を使用しているため、1 つのサブスクリプションのセグメント インデックスが正しくありませんでした。それを修正したら、更新見積書を作成することができました。

ステータスフィールドで注文のステータスをドラフトから承認済みに変更するのをほとんど忘れていました。同じ問題を抱えている人は上記の回答に従ってください

I almost forgot to change the status of order to approved from draft in status field, anyone who have same issue please follow above answer

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

image.png

Please check this article.

https://archwise.io/cpq-nofieldcalled/

please check whether you unchecked "Triggers Disabled" checkbox in your CPQ Configuration. Setup -> Installed Packages -> Salesforce CPQ -> Additional Settings -> 'Triggers Disabled'

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

But I did figure it out. There was an extra character

I have already reviewed that. I was able to solve the issue late last night. Another admin removed the start date field from the New Quote customer button on the opportunity. So the users were not entering a start date prior to adding products, and that was causing the error.

それについてはすでにレビューしました。昨夜遅くに問題を解決することができました。別の管理者が、商談の [新規見積顧客] ボタンから開始日フィールドを削除しました。そのため、ユーザーは製品を追加する前に開始日を入力していなかったことが、エラーの原因となっていました。

CPQ Cross reference id error

image.png

This is a permissions issue where the Quote Owner doesn't have EDIT permission to the opportunity record as the Opportunity Owner is different.

There are 3 options-

  1. Manual Sharing - Opportunity Owner/ anyone above in the hierarchy/admin needs to MANUALLY share the READ/WRITE permission to opportunity record with the Quote Owner.

SF Documentation Link - https://help.salesforce.com/s/articleView?id=000384398&type=1

2. Apex Sharing - you can write APEX to PROGRAMATICALLY share related opportunity to the Quote Owner using Quote Trigger through APEX Sharing.

SF Documentation Link - https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_bulk_sharing_creating_with_apex.htm

3. Opportunity Teams -

Use salesforce OOB feature of Opportunity Teams to allow multiple users other than the Opportunity Owner to update the quotes on the opportunity. Opportunity Owner/ anyone above in the hierarchy/admin needs to MANUALLY share the READ/WRITE permission to opportunity record with the Quote Owner.

SF Documentation Link - https://help.salesforce.com/s/articleView?id=sf.opp_team_manage.htm&type=5
Blog Article Link - https://www.salesforceben.com/salesforce-opportunity-teams/

Cannot read properties of null (reading 'getUTCMonth')

Amending Large Contracts

image.png

Please check out the below package settings related to amending the large contracts-

  1. SF CPQ Package Settings -> Subscriptions and Renewals -> Legacy Amend/Renew Service

  2. SF CPQ Package Settings -> Subscriptions and Renewals -> Amend Contracts in Background

CPQ : Capture Solar Bundle Details with Attributes

image.png

What I did wrong was that when I created the Global Attributes "Hardware Color" and "Measurement Standard", I did in the Product record page - Related tab - Configuration Attributes.

Delete them from the above place and re-create them under item Configuration Attributes tab - Global Attribute, will fix the issue.

TriggerOnQuote: System.LimitException: Maximum stack depth reached: 9

Please check this article.

Salesforce CPQ error 'Maximum Stack Depth Reached' on Contract renewal
https://help.salesforce.com/s/articleView?id=000383153&type=1

All products on the primary quote have been ordered

image.png

Invalid tag attribute name key: [TotalQuantity]

「発生しているエラー「無効なタグ属性名キー」は、通常、CPQ (構成、価格、見積もり) ツールの構成ルールに問題があるとき、または Salesforce の見積もり設定中に発生します。

問題をトラブルシューティングするための手順をいくつか示します。

構成ルールを確認します。

Salesforce CPQ セットアップの設定ルールを確認してください。ルールの 1 つに無効な属性または欠落した属性がある可能性があります。

製品オプションとバンドルを確認する:

製品バンドルを使用している場合は、属性とオプションが正しく設定されていることを確認してください。誤った構成によりこのエラーが発生する可能性があります。

フィールド名を検証:

ルール設定内のフィールド名やタグ名、特に「キー」属性にタイプミスがないことを確認します。

カスタムコードを確認する:

カスタム コード (Apex トリガーや検証ルールなど) が関係する場合は、カスタム ロジックによって見積作成プロセスが中断されていないことを確認します。

これらの領域を確認した後もエラーが解決しない場合は、Salesforce 管理者または開発者に相談して構成ルールをさらに調べるか、Salesforce サポートに連絡する必要がある可能性があります。」

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?