• sankum
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 19
    Questions
  • 8
    Replies
HI to all,  
Please send the code and date is created in vf page only!
A Visual Force page needs to be created. User can select any date from date picker. Default date should be today.
Assume that this is Calender, If user click on Left Arrow (<) then Previous week 7 Days will display below.
  • December 25, 2013
  • Like
  • 0

hi all ,

i created one artical for console app, i gave all permission to users ,

when iam trying to search in case subject , the article was not comming!!! 

give a some idea to create article templates and quick test ??

and how to get article templates and quick test test to Agent cosole?

  • November 28, 2013
  • Like
  • 0

hi to all ,

     I have one object name 'product' and it has fields like avalable products, howmany products selected

 my requirement is total products have 1000  if i selected 22 products , then available products is (1000 minus(-) 22)

how to write the code for this!!!

Please help...

  

hi iam new for salesforce.

1)  i want to know what is the order of loading records to oppurtunities,lead,accounts,contacts through dataloder?

2) what is the lead conversion ??

in how many ways we will converts lead?

 

hi 

i need to send the email from trigger!

my requirement is 

when a recored is updated in lead object the email is send to the owner or admin... BY using trigger only 

how it is?

 

     thanks in advance

        KIRAN

 

hi,

iam new to use field set in visualforce page

i created a one field set to retrive to vf page iam getting the error!

 

 

 

<apex:page controller="fieldset1">
    <apex:form >
        <apex:pageBlock title="Field Set List">
            <apex:pageBlockSection >
            <apex:repeat value="{!$ObjectType.cr__c.Fieldsets.Myfieldset}"/>
             <apex:inputField value="{!cr__c[f]}"/>   
            </apex:pageBlockSection>
        </apex:pageBlock>
    </apex:form>
</apex:page>

iam did not get the field in vf page

ERROR::Invalid identifier: cr__c

 

 

 

 

hi ,

can you explain what are the steps to do integration

from salesforce to informatica(External system).

is there any work books?

  • April 25, 2013
  • Like
  • 0

hi

i have one scenario like after update

i have two objects like College and Graduates both objects have one same field status(picklist)  field values are :

Visible,Invisible and reject

if i update the college record it will also update the graduate record

i have code but i did not get step by step...

 

trigger CollegeAU on College__c (after update)
{
 List<College__c> vLstColl = trigger.new;
 List<String> vCollId = new List<String>();
 List<Student__c> vLstStd1 = new List<Student__c>();
 
 for(College__c vColl: vLstColl)   //Why to add to college id??
 {
  vCollId.add(vColl.Id);
 }
 
 List<Student__c> vLstStd = [select id, Name, Gender__c, Status__c, College__c from Student__c where College__c In :vCollId];   //explain this step also
 
 for(College__c vColl: vLstColl)
 {
     for(Student__c vStd: vLstStd)
     {
      if(vColl.Id == vStd.College__c)// explain here also
      {
       vStd.Status__c = vColl.Status__c;
       vLstStd1.add(vStd);
      }
     }
 }
 
 if(!vLstStd1.isEmpty())
 {
  update vLstStd1;

 

 


 and is there anysteps to analyse the trigger?Please send me 

Thanks in advance

 

  • April 04, 2013
  • Like
  • 0

hi iam new for salesforce

now i want know why we need the test the trigger in test class?

 

 

we are testing triggers in UI mode

then y need to write the test class for triggers?

  • March 29, 2013
  • Like
  • 0

hi

I want to know the details of utility class and use of it and how write the class ?

thanks in advance.

  • March 26, 2013
  • Like
  • 0

Hi,

iam new in sfdc iam working with vf pages iam  totally confused with action tags i.e

action function

action poller

action region

action status

action suupport

please explain with small examples...

 

Thanks in advance..

 

  • March 15, 2013
  • Like
  • 0

hi iam new for sfdc i want to know how the integrtion was done 

is there any docs are to prepere send that docs,

any one know explain integration detail.

thanks in advance..

 

  • March 13, 2013
  • Like
  • 0

hi,

this is kiran i am developing vf page i have two fields like firstname and last name,

my condition is first name and last name are not same , if both fields are same display the error message.

i tried following code but it doesn't  work  

 

<apex:page>
<apex:form >
<apex:pageblock >
<apex:pageBlockSection >
First name:
<apex:inputtext value="{!name}" id="name2"/><br/>
Last Name:
<apex:inputText value="{!name1}" id="name3"/><br/>
<apex:commandButton onclick=" return validate" value="submit"/>
<script language="javascript">
function validate()
{
try
{
var fNameObj = document.getElementById("{!$Component.fName}");
var gNameObj = document.getElementById("{!$Component.gName}");
if(trim(fNameObj.value) == "" && trim(gNameObj.value) == "")
{
alert("Father/Guardian is mandatory!");
return false;
}
return true;
}
catch(e)
{
alert(e);
return false;
}
}
</script>


</apex:pageBlockSection>
</apex:pageblock>

</apex:form>
</apex:page>

 

  • March 13, 2013
  • Like
  • 0

hi,

   on working of visualforce page, previous day i pressed  'X' mark in bottom of the vf page (www.salesorce.com/apex/page1).

from that day i didn't code bar,but the result only iam seeing .

so how to enable developer mode again

  • March 08, 2013
  • Like
  • 0

hi have one scenario

one field has one value (ex:f1=15)

if i upadated that field that field it will replace to f1=50;

 i tried a code but i got some exception what is the code for that?

  • February 24, 2013
  • Like
  • 0

hi ,

iam new for sfdc.

iam facing proble with action functions :

any one explain what is the main difference between :

<action function>

<action poller>

<action region>

<action status>

<action support>


plaese...any one explain in detail !!!!1

  • January 09, 2013
  • Like
  • 0

what is the main difference between before trigger and after trigger?

explain with diagramatically??

  • December 21, 2012
  • Like
  • 0

i hava two sobjects for that objects i want to store the the data at a time using apex code and visual force???

 

 

  • December 16, 2012
  • Like
  • 0

how can we store the data to different objects at a time???

is there any sample code? 

  • December 16, 2012
  • Like
  • 0

hi iam new for salesforce

now i want know why we need the test the trigger in test class?

 

 

we are testing triggers in UI mode

then y need to write the test class for triggers?

  • March 29, 2013
  • Like
  • 0

hi iam new for sfdc i want to know how the integrtion was done 

is there any docs are to prepere send that docs,

any one know explain integration detail.

thanks in advance..

 

  • March 13, 2013
  • Like
  • 0

hi,

this is kiran i am developing vf page i have two fields like firstname and last name,

my condition is first name and last name are not same , if both fields are same display the error message.

i tried following code but it doesn't  work  

 

<apex:page>
<apex:form >
<apex:pageblock >
<apex:pageBlockSection >
First name:
<apex:inputtext value="{!name}" id="name2"/><br/>
Last Name:
<apex:inputText value="{!name1}" id="name3"/><br/>
<apex:commandButton onclick=" return validate" value="submit"/>
<script language="javascript">
function validate()
{
try
{
var fNameObj = document.getElementById("{!$Component.fName}");
var gNameObj = document.getElementById("{!$Component.gName}");
if(trim(fNameObj.value) == "" && trim(gNameObj.value) == "")
{
alert("Father/Guardian is mandatory!");
return false;
}
return true;
}
catch(e)
{
alert(e);
return false;
}
}
</script>


</apex:pageBlockSection>
</apex:pageblock>

</apex:form>
</apex:page>

 

  • March 13, 2013
  • Like
  • 0

hi,

   on working of visualforce page, previous day i pressed  'X' mark in bottom of the vf page (www.salesorce.com/apex/page1).

from that day i didn't code bar,but the result only iam seeing .

so how to enable developer mode again

  • March 08, 2013
  • Like
  • 0

hi have one scenario

one field has one value (ex:f1=15)

if i upadated that field that field it will replace to f1=50;

 i tried a code but i got some exception what is the code for that?

  • February 24, 2013
  • Like
  • 0

i hava two sobjects for that objects i want to store the the data at a time using apex code and visual force???

 

 

  • December 16, 2012
  • Like
  • 0