• James5
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
I have a frame in a VF Page that points to a standard SF page.  This used to work and now is not because the VF Pages are on their own sub-domain.  It is providing the error "Refused to display 'https://na7.salesforce.com/000000000000000' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'".  Is there a way to load VF Pages on the same subdomain as the standard pages?
I have a frame in a VF Page that points to a standard SF page.  This used to work and now is not because the VF Pages are on their own sub-domain.  It is providing the error "Refused to display 'https://na7.salesforce.com/000000000000000' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'".  Is there a way to load VF Pages on the same subdomain as the standard pages?
What am I doing wrong? If the date is less than today then it has to be red if it is greater than today then it should be green

<apex:column >
              <apex:facet name="header">Expires</apex:facet>
             <apex:outputText style="font-weight: bold;color:{!if(ib.verboseWarrantyExpirationDate < {!today()}, 'red', if(ib.verboseWarrantyExpirationDate > {!today()},'green'))};" value="{!ib.verboseWarrantyExpirationDate}"/>
</apex:column>
 

 

Hi Friends ,

I am trying to migrate Apex code from sandbox to production but I am getting the follwing message

 

This organization isn't authorized to upload change sets to other organizations. For authorization, contact the deployment connections administrators on the organizations where you want to upload changes.
 
I have system admin access.So can somebody tell what changes and where I have to make in production so that I can migrate code to the production.Quick response will be highly appreciated.
 
Thanks,

Trick009

 

 

 

 

  • October 07, 2011
  • Like
  • 0