• Anuja
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 5
    Replies

Hi,

 

     I am trying to setup single sign on from " Salesforce to Salesforce ".

     I followed the link below -

 

     https://ap1.salesforce.com/help/doc/en/identity_provider_examples.htm#sf_2_sf_example_sp

 

     While testing for the implementation, the web tab which i have created shows the same account details (Service Provider's) and not the Identity Provider's account details.

     Could anyone suggest where i am going wrong?

 

Thanks,

 

Anuja

  • July 08, 2011
  • Like
  • 0

Hi all,

 

      I Have problem with salesforce site. I am trying to insert record in standard object through site but i am getting an error that is ,

 

Authorization Required

You must first log in or register before accessing this page.
If you have forgotten your password, click Forgot Password to reset it.

 

-------

 

When i am trying it through visualforcepage on platform its working fine.

 

My VF Page is,

 

<apex:page Standardcontroller="Account">
   
  <apex:form >
   <apex:pageBlock title="Account Info">
 
      <apex:pageBlockButtons >
        <apex:commandButton action="{!save}" value="Save"/>
      </apex:pageBlockButtons>
 
      <apex:pageBlockSection showHeader="false" columns="2">
        <apex:inputField value="{!account.name}" />
      </apex:pageBlockSection>
 
    </apex:pageBlock>
  </apex:form>
</apex:page>

 

 

Can anybody suggest?

 

Thanks,

 

Anuja.

  • March 11, 2011
  • Like
  • 0

Hi,

 

    I want to use date field for Bithdate. The calendar is showing dates from last year and successive 5 years.

    As i am using that field as a bithdate i want atleast previous 50 years of calendar in that field.

    Can anybody suggest?

 

Thanks,

 

Anuja. 

 

  • March 07, 2011
  • Like
  • 0

Hi,

 

I want to display Contacts in visualforce page.

I am selecting an account through lookup field and after selcetion i want to display related contacts.

How should i do this?

 

Can anybody help.

 

Thanks,

Anuja

  • February 15, 2011
  • Like
  • 0

Hi ,

 

I have created report depending upon data in my application.

Can i Email the generated report to Administrator or to any other user related tthat application?

 

Thanks,

 

Anuja

 

  • December 01, 2010
  • Like
  • 0

Hi !!

 

I wanted to delete users.

How can i do that?

 

Thanks.

  • November 26, 2010
  • Like
  • 0

Hi

 

I have created visualforce page in which i am displaying the date. That Date field I am fetching from one object.

There is no problem with  visualforce page. Date is getting fetched properly.

 

But when i am opening this page through public sites the same date field remains blank.

Can anybody help me?

Is is needed to do some settings for this?

 

 

Thanks.

  • November 11, 2010
  • Like
  • 0

Hi all,

 

      I Have problem with salesforce site. I am trying to insert record in standard object through site but i am getting an error that is ,

 

Authorization Required

You must first log in or register before accessing this page.
If you have forgotten your password, click Forgot Password to reset it.

 

-------

 

When i am trying it through visualforcepage on platform its working fine.

 

My VF Page is,

 

<apex:page Standardcontroller="Account">
   
  <apex:form >
   <apex:pageBlock title="Account Info">
 
      <apex:pageBlockButtons >
        <apex:commandButton action="{!save}" value="Save"/>
      </apex:pageBlockButtons>
 
      <apex:pageBlockSection showHeader="false" columns="2">
        <apex:inputField value="{!account.name}" />
      </apex:pageBlockSection>
 
    </apex:pageBlock>
  </apex:form>
</apex:page>

 

 

Can anybody suggest?

 

Thanks,

 

Anuja.

  • March 11, 2011
  • Like
  • 0

Hi,

 

I want to display Contacts in visualforce page.

I am selecting an account through lookup field and after selcetion i want to display related contacts.

How should i do this?

 

Can anybody help.

 

Thanks,

Anuja

  • February 15, 2011
  • Like
  • 0

Hi ,

 

I have created report depending upon data in my application.

Can i Email the generated report to Administrator or to any other user related tthat application?

 

Thanks,

 

Anuja

 

  • December 01, 2010
  • Like
  • 0

Hi

 

I have created visualforce page in which i am displaying the date. That Date field I am fetching from one object.

There is no problem with  visualforce page. Date is getting fetched properly.

 

But when i am opening this page through public sites the same date field remains blank.

Can anybody help me?

Is is needed to do some settings for this?

 

 

Thanks.

  • November 11, 2010
  • Like
  • 0