• yoshinaga
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 4
    Replies

Force.com Site ユーザーはアンサー機能を利用して質問・回答できる要件があります。
標準のアンサー機能が利用できると確認できましたが、Data Categoryの選択ができません。
ちなみに、ライセンスはOverage High Volume Customer Portal です。
このようなユーザーはデータカテゴリにアクセスするにはどうすればよろしいでしょうか?

APEXガイドの”動的APEX”章の”Apex Describe Information について”を参考にSchema.describeDataCategoryGroupStructures機能を利用する
APEXコードを実装しましたが、管理者ユーザーの実行でDataCategory情報取得できたと確認できましたが、
Siteユーザー実行時”Error: Insufficient Privileges ”エラーとなりました。without sharing 句をクラス定義に追加しても状況変わりませんでした

Force.com site user need to be able to use Answers (Question&Replay) function.
I have programed using Schema.describeDataCategoryGroupStructures described in Apex reference.
But a Force.com site user with Overage High Volume Customer Portal licence got "Insufficient Privileges" error.
I have tried to use "without sharing" ,the error countinue to happen.


Is it possible for Overage High Volume Customer Portal user to access data category?

I am building a Force.com site. and I need to query the data category used in Answers.

with salesforce.schema I confirmed that the data category group infomation can be queried from QuestionDataCategorySelection.

But It looks like no any table provide the categories info in that group.

Does anybody know how to query data categories used by Answers in Apex?

I keep getting the following error:
Challenge Not yet complete... here's what's wrong:
Could not find 'Jane Cando' as a territory member of a service territory named 'San Francisco Area'.
However, when you look at the Territory related list you see the following:
User-added image
Jane Candor is in the correct territory.

 
SandboxからSandboxに変更セットをリリースしようとしたところエラーが発生しています
Apexクラスのテストクラスで下記のエラーが発生し、リリースに失敗しています

[オブジェクトのAPI名] の参照アクセスが拒否されました。コントローラアクションメソッドが実行されない可能性があります。 
Stack Trace: null

今までにこの様なエラーが出たことがなく、何が原因か分かりません
また、別のSandbox向けに変更セットをリリースした際には同様のエラーは発生しておりませんでした

Sandboxの違いは下記の通りです
成功したSandboxのプラットフォームバージョン:38.0 インスタンス:cs15
失敗したSandboxのプラットフォームバージョン:37.0 インスタンス:cs16

他に違いは無いのですが、原因として何が考えられるでしょうか?

Force.com Site ユーザーはアンサー機能を利用して質問・回答できる要件があります。
標準のアンサー機能が利用できると確認できましたが、Data Categoryの選択ができません。
ちなみに、ライセンスはOverage High Volume Customer Portal です。
このようなユーザーはデータカテゴリにアクセスするにはどうすればよろしいでしょうか?

APEXガイドの”動的APEX”章の”Apex Describe Information について”を参考にSchema.describeDataCategoryGroupStructures機能を利用する
APEXコードを実装しましたが、管理者ユーザーの実行でDataCategory情報取得できたと確認できましたが、
Siteユーザー実行時”Error: Insufficient Privileges ”エラーとなりました。without sharing 句をクラス定義に追加しても状況変わりませんでした

I am building a Force.com site. and I need to query the data category used in Answers.

with salesforce.schema I confirmed that the data category group infomation can be queried from QuestionDataCategorySelection.

But It looks like no any table provide the categories info in that group.

Does anybody know how to query data categories used by Answers in Apex?