• Ashok Kumar M
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies

1)  How many dependent drop down can be put on one Visualforce page?

 

2) What is the change sets?

 

3) How to move the code from sand box or other instance using force.com IDE?

 

4) What are custom settings?

 

5) What is the difference between task and event?

 

6) What is the difference between task and event?

 

7) Can you explain about limitation why this limitation placed in sales force?

 

above all question are interview question. please send answers .............................

 

thank

Ashok.........

i have one custom object, in that object one picklist is there, that picklist(product,pricebook,customer three standardobjects). i select one i.e product then click on next button navigate to another page, in that page display product fields in one pick list, and custom object fields also, i give the select one field and click on save button save to custom object............

 

please slave this problem, if this type any code is there plese send me

 

 

thanks

Ashok Chowdary..............

  i have 2 checkbox fields  if i check one of the checkbox in first field checkbox want to disable  another  field checkbox  checkbox

<script type="text/javascript">
   
   function disable()
   {
   for (i=0; i<document.form.pb.ch1.length; i++){
if (document.form.pb.ch1[i].checked =true)
{
  document.form.pb.ch3[i].disabled='true';
}
  }
   
   }
   </script>

i have 2 checkbox fields in pageblock table one is  present another one is absent like below

 

 <apex:inputCheckbox value="{!s.present__c}" id="ch">

<apex:inputCheckbox value="{!s.absent__c}" id="ch1">

 

if i check the one of the checkbox  in present field  beside absent field checkbox want  to disable how to write the code please  send me sample code

1)  How many dependent drop down can be put on one Visualforce page?

 

2) What is the change sets?

 

3) How to move the code from sand box or other instance using force.com IDE?

 

4) What are custom settings?

 

5) What is the difference between task and event?

 

6) What is the difference between task and event?

 

7) Can you explain about limitation why this limitation placed in sales force?

 

above all question are interview question. please send answers .............................

 

thank

Ashok.........