-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
16Questions
-
33Replies
Rating button
I want to create 'change rating' button just like change status in lead view, what wud be the code for that?
- sunny.kapoor1306
- August 01, 2012
- Like
- 0
- Continue reading or reply
Trigger difference
Can anyone tell me the proper difference b/w trigger.old and trigger.new with eg's?
I dont want the help n training explanation
- sunny.kapoor1306
- June 07, 2012
- Like
- 0
- Continue reading or reply
Trigger
I want a trigger:
where if the phone number starts with 011 it automatically takes delhi as a city
how can i achieve this?
- sunny.kapoor1306
- June 06, 2012
- Like
- 0
- Continue reading or reply
- sunny.kapoor1306
- April 05, 2012
- Like
- 0
- Continue reading or reply
- sunny.kapoor1306
- April 05, 2012
- Like
- 0
- Continue reading or reply
Lookup field calling
I have lookup relation in lead,so how to call that field in soql query
- sunny.kapoor1306
- April 04, 2012
- Like
- 0
- Continue reading or reply
Lookup field calling
I have lookup relation in lead,so how to call that field in soql query
- sunny.kapoor1306
- April 04, 2012
- Like
- 0
- Continue reading or reply
Show the task and corresponding leads in same page
I want to show the task and corresponding leads for which the task is assigned in a page,how can i do this?
- sunny.kapoor1306
- April 04, 2012
- Like
- 0
- Continue reading or reply
Add a home page component
I want to add a home page component where i want to show:
all the tasks column as it is displayed already on home page with few of my lead custom fields as columns
- sunny.kapoor1306
- April 03, 2012
- Like
- 0
- Continue reading or reply
add a home page component
I want to add a home page component where i want to show:
all the tasks column as it is displayed already on home page with few of my lead custom fields as columns
- sunny.kapoor1306
- April 03, 2012
- Like
- 0
- Continue reading or reply
Show the open activity 'due date' column in the lead view
I want to show the open activity 'due date' column in the lead view(where all leads are shown)
how can i do this?
- sunny.kapoor1306
- April 03, 2012
- Like
- 0
- Continue reading or reply
To show the open activity 'due date' column in lead view
I want to show the open activity 'due date' column in the lead view(where all leads are shown)
how can i do this?
- sunny.kapoor1306
- April 03, 2012
- Like
- 0
- Continue reading or reply
apex
I have developed a page where all users are shown,field i have made is Selected user
Selected user is not working with custom fields but is working with standard fields
eg
I wrote Account_Owner__c=:selecteduser;
then its not showing the desired result
but when i use createdbyid=:selecteduser;
it shows the record
- sunny.kapoor1306
- March 26, 2012
- Like
- 0
- Continue reading or reply
Save button not working
I have created a 'save' button in vf page but it just refreshes the page without saving
In the apex class page refrence is created automatically
do i have to do something else too?
here is apex class code:
public class clsdisplayleads
{
public PageReference Save() {
return null;
}
public list<Lead> getdetail()
{
list<Lead> led=[select name,Company,Salutation from lead where Status='Open - Not Contacted' or status='Working - Contacted'];
return led;
}
}
- sunny.kapoor1306
- March 15, 2012
- Like
- 0
- Continue reading or reply
Save button not working
I have created a 'save' button in vf page but it just refreshes the page without saving
In the apex class page refrence is created automatically
do i have to do something else too?
- sunny.kapoor1306
- March 15, 2012
- Like
- 0
- Continue reading or reply
Visualforce page problem
I have created a vf page which list the leads but its showing only 20 leads,whats the reason for this?
I want to show all my leads
- sunny.kapoor1306
- March 14, 2012
- Like
- 0
- Continue reading or reply
Trigger difference
Can anyone tell me the proper difference b/w trigger.old and trigger.new with eg's?
I dont want the help n training explanation
- sunny.kapoor1306
- June 07, 2012
- Like
- 0
- Continue reading or reply
Trigger
I want a trigger:
where if the phone number starts with 011 it automatically takes delhi as a city
how can i achieve this?
- sunny.kapoor1306
- June 06, 2012
- Like
- 0
- Continue reading or reply
Lookup field calling
I have lookup relation in lead,so how to call that field in soql query
- sunny.kapoor1306
- April 04, 2012
- Like
- 0
- Continue reading or reply
Lookup field calling
I have lookup relation in lead,so how to call that field in soql query
- sunny.kapoor1306
- April 04, 2012
- Like
- 0
- Continue reading or reply
Show the task and corresponding leads in same page
I want to show the task and corresponding leads for which the task is assigned in a page,how can i do this?
- sunny.kapoor1306
- April 04, 2012
- Like
- 0
- Continue reading or reply
Show the open activity 'due date' column in the lead view
I want to show the open activity 'due date' column in the lead view(where all leads are shown)
how can i do this?
- sunny.kapoor1306
- April 03, 2012
- Like
- 0
- Continue reading or reply
To show the open activity 'due date' column in lead view
I want to show the open activity 'due date' column in the lead view(where all leads are shown)
how can i do this?
- sunny.kapoor1306
- April 03, 2012
- Like
- 0
- Continue reading or reply
apex
I have developed a page where all users are shown,field i have made is Selected user
Selected user is not working with custom fields but is working with standard fields
eg
I wrote Account_Owner__c=:selecteduser;
then its not showing the desired result
but when i use createdbyid=:selecteduser;
it shows the record
- sunny.kapoor1306
- March 26, 2012
- Like
- 0
- Continue reading or reply