• user2 mki
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 8
    Replies
お世話になっております。

以下のVisualforceをシステム管理者で実行したところ、
「アクセス権がありません」のエラーが発生しました。
解決法をご教示頂けますでしょうか。
※標準オブジェクトでは正常に表示されたのですが、カスタムオブジェクトですとエラーが発生してしまいます

<apex:page standardController="Research__c">
    <apex:detail ></apex:detail>
</apex:page>
That the following Visualforce page is carried out by a system administrator "There are no right of accesses." An error message is indicated. Why is it?

<apex:page standardController="Research__c">
    <apex:detail subject="{!Research__c.Id}"/>
</apex:page>
When using Ajax, there is a possibility that you conflict in restriction with the heap size, but when how doing do, can a heap memory be opened?
When using Ajax, what is governor restriction with a possibility which occurs?
When using Ajax, what is governor restriction with a possibility which occurs?
お世話になっております。

以下のVisualforceをシステム管理者で実行したところ、
「アクセス権がありません」のエラーが発生しました。
解決法をご教示頂けますでしょうか。
※標準オブジェクトでは正常に表示されたのですが、カスタムオブジェクトですとエラーが発生してしまいます

<apex:page standardController="Research__c">
    <apex:detail ></apex:detail>
</apex:page>
That the following Visualforce page is carried out by a system administrator "There are no right of accesses." An error message is indicated. Why is it?

<apex:page standardController="Research__c">
    <apex:detail subject="{!Research__c.Id}"/>
</apex:page>
When using Ajax, what is governor restriction with a possibility which occurs?