• GaneshD
  • NEWBIE
  • 25 Points
  • Member since 2010

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

In the following code sample...

 

<apex:selectRadio value="{!CustomObject__c.CustomField__c}" >

  <apex:selectOption itemValue="true" itemLabel="Yes" />

  <apex:selectOption itemValue="false" itemLabel="No" />

</apex:selectRadio>

 

The second item "No" is selected by default. I want the first item "Yes" to be the one that is, by default, the selected item.

 

Steve

Hello Everyone,

 

I have created a relationship in between Case and my Custom Object ( CR_Reply). So CR_Reply have relational field rCase__r.

 

Now what I'm trying to do :

 

I have created a Visualforce page, on which I have added Custom Object ( CR_Reply ) fields. On this page I have passed CaseID as querystring Parameter.

 

I just want to display read-only details of Case i.e. Case # and Subject on top of this Custom Object page.

 

Please let me know if anybody have done similar work before.

 

Thanks

Sakshi

is there a tutorial you can give me or a piece of code, to make a multiple mark up google map on salesforce.. any help would be very useful. thanks!

HI every one, 

 

My requirement is,  I need to establish connection between salesforce to external application. I need to send custom object's data of salesfoce to a external application as a xml. 

 

  I am new to the salesforce and learning now. I searched for a long time but unable to find any information.

 

 

Please help me,

 

Thanks in advance 

In the following code sample...

 

<apex:selectRadio value="{!CustomObject__c.CustomField__c}" >

  <apex:selectOption itemValue="true" itemLabel="Yes" />

  <apex:selectOption itemValue="false" itemLabel="No" />

</apex:selectRadio>

 

The second item "No" is selected by default. I want the first item "Yes" to be the one that is, by default, the selected item.

 

Steve

Hi ,  

     Iam trying to display the animation before the results table is displayed . Our scenario is as follows when we type in account name to search it will show the animation image , & then the results table which is working fine . The issue iam facing is that say i search for "apple" it will give me the search results after the animation image , now say i want to search for the word " Orange" . the issue is that when iam hitting the search button the results which were displayed for "apple" is not getting hid . Is there a way to hide the results retrieved from the prior search to be hidden when a new search is started 

 

 

Thanks in advance !

.....................

  • June 14, 2010
  • Like
  • 0

Hi,

 

I have a page written using dojo. This page works fine on all browsers when loaded locally but doesn't work in IE 8 when loaded from Salesforce (i.e. converted into a VF page with the libraries stored as Static Resources). I get:

 

dojo.body() is null or not an object

 

Any ideas why this is the case? Thanks!

I'm having trouble forcing these 2 pageBlocks to be the same size. Any suggestions?

I would like 'My Chatter' to take up 50% of the page and 'Whose following who?' to take 50% as well.

 

Greetings, I need your help,

 

I have two forms set up on a website. They are both the same form the difference being that one is in PHP and does not have Web To Lead implemented into it (I wish it did). The other is a working form that I made with Web To Lead without PHP. I will explain my goals as you read on.

 

PHP VERSION

I am not a PHP coder so I'm clueless in this area. I have a PHP form on a website that works beautifly. It has terriffic spam protection, I can easily tell it which fields need to be required and was real easy to set up:

 

http://www.regallimousine.com/reservation.htm

 

The PHP it uses is called Form To Email Pro http://formtoemail.com/ You can DL a free version on their website (left side of page), pro version is not much different.

 

I really like this form because it was so easy for code challenged people like myself to setup. It would be great if I could some how implement the fields necessary to get Web To Lead to work. Can someone help me with this or is it impossible?

 

NON PHP VERSION

I also made a non php version using Web To Lead that IS working but I need to tell the form which areas are Required. Apparently, I can set these fields in my SalesForce account but it also has to be done at the form as well. How is this done. Here is a link to the SalesForce enhanced version:

 

http://www.regallimousine.com/reservation-sf.htm

 

Thank you for looking at this, I hope someone can help me out. Bottom line, I am trying to have a form that will guard against spam as well as the PHP version does and can be set up with Required fields.