• Jair Zheng
  • NEWBIE
  • 10 Points
  • Member since 2011
  • Meginfo


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

I created a canvas app, but when I open it in Chatter page, I got the following error message.

 

Load denied by X-Frame-Options: https://192.168.3.14:3001/users/sign_in?loginUrl=https%3A%2F%2Flogin.salesforce.com%2F#target_origin=https%3A%2F%2Fap1.salesforce.com&instance_id=06P9000000000vF does not permit framing.

 

Hi All,

I installed Force.com IDE plug in, When I started integrating with Sandbox, After giving all credenatials, i clikc on next and next, it didnt asked any components to select, 
by default only triggers, classes selcted...and installed...

When I tried to create a new project with same sandbox, second time also not getting option to select components, please guide me how to get the selection component wizard so that I can select work flows, objects all....

Advance Thanks
Sai

Hi!

 

I need some help on how to fix this Visualforce Error Message. I want to display the Open Activities and Activity History related list for a Custom Object. In its standard page, by default, this two related list is displayed but when I try to override the view page with a custom visualforce page only the custom child object related list shows.

 

Here's my code:

 

<apex:page StandardController="Object__c" extensions="ObjectExtension" showHeader="true" sidebar="true" >

    

    <apex:detail />    


    <apex:relatedList list="Object_Child__r"/>


    <apex:relatedList list="OpenActivities" />
    <apex:relatedList list="ActivityHistories"/>

</apex:page>

 

Is it something about salesforce restrictions? Like, Open Activities and Activity History were standard objects and cannot be a child of a custom object? Is there anyway I can do this right? I really need help T.T

 

Thanks!

 

Best Regards,

Pat

  • June 30, 2011
  • Like
  • 0
Does anybody know how to use the Apex:vote component?