
Sachin Arora
Individual-
Generating thumbnail…
-
Generating thumbnail…
Photos
-
Pradeep and
Raghav Chaturvedi are now connected 6 years ago
-
Raghav Chaturvedi started the discussion My component is not working in Update in the forum Salesforce® Discussions 6 years ago
My component is not working in Update
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes" controller="AccountSearchController">
<aura:attribute name="searchKeyword" type="String" default=""/>
<aura:attribute name="lstOfAccount" type="Account[]"/>
<aura:attribute name="listcontact" type="Contact[]"/>
<aura:attribute… Read more -
Raghav Chaturvedi started the discussion Why selected contact not showing in EmailDetail page? in the forum Salesforce® Discussions 6 years ago
Why selected contact not showing in EmailDetail page?
In my page after selecting sendEmail Button,My page is redirecting to EmailDetail page
But In EmailDetail page selected contact is not showing.
Here is code
<apex:page controller="SearchRecords" showHeader="false" sidebar="false" >
<apex:form id="frm">
<apex:pageblock >
<apex:pageBlockSection title="Search Account Records"… Read more -
Raghav Chaturvedi started the discussion Salesforce Trigger is not working, anyone help me with this code in the forum Salesforce® Discussions 6 years ago
Salesforce Trigger is not working, anyone help me with this code
Create object : Condidate__c
Fields : (All Text fields)
First Name
Last Name
Email
Brokerage
Manage Brokerage
Condidate Status (Webinar - Attended , Webinar -Not Attended)
User Created ( checkbox)
On insert:
1. Create Account if Brokerage !=null
2. Create another account if Manage Brokerage != null and set parentId = Brokerage account id… Read more -
Raghav Chaturvedi replied to the discussion How to return and show the list of all Account Names using a Custom Controller in Salesforce? in the forum Salesforce® Discussions 6 years ago
-
Raghav Chaturvedi started the discussion How to return and show the list of all Account Names using a Custom Controller in Salesforce? in the forum Salesforce® Discussions 6 years ago
How to return and show the list of all Account Names using a Custom Controller in Salesforce?
I have a button accountsName,i want when i click on the button,the list of all account name will return and show all account name with custom controller
-
Raghav Chaturvedi replied to the discussion Test is not going inside "trigger.new" while testing Salesforce Trigger in the forum Salesforce® Discussions 6 years ago
-
Raghav Chaturvedi replied to the discussion How to display names of Contact & Opportunity related to an Account in a Visualforce Page? in the forum Salesforce® Discussions 6 years ago
Reply to How to display names of Contact & Opportunity related to an Account in a Visualforce Page?
<apex:page controller="AccountContactOpportunity">
<apex:form >
<apex:pageBlock title="Account Name">
<apex:selectList value="{!AccId}" size="1">
<apex:selectOptions value="{!AccountNames}"/>
<apex:actionSupport event="onchange" action="{!showContact}" reRender="co,co1"/>
</apex:selectList>
<apex:pageBlock title="Opportunity list"… Read more -
Raghav Chaturvedi replied to the discussion How to display names of Contact & Opportunity related to an Account in a Visualforce Page? in the forum Salesforce® Discussions 6 years ago
-
Raghav Chaturvedi replied to the discussion Test is not going inside "trigger.new" while testing Salesforce Trigger in the forum Salesforce® Discussions 6 years ago
Reply to Test is not going inside "trigger.new" while testing Salesforce Trigger
I have studied that using (SeeAlldata=true) is not a best practice
-
Raghav Chaturvedi replied to the discussion Test is not going inside "trigger.new" while testing Salesforce Trigger in the forum Salesforce® Discussions 6 years ago
Reply to Test is not going inside "trigger.new" while testing Salesforce Trigger
I tried with inserting standard pricebook but there is no effect.
can you reply with code
-
Raghav Chaturvedi started the discussion Test is not going inside "trigger.new" while testing Salesforce Trigger in the forum Salesforce® Discussions 6 years ago
Test is not going inside "trigger.new" while testing Salesforce Trigger
In my trigger testing the test is not going inside if trigger.new
trigger Setpricebookentry1 on Product2 (after insert)
{
Set<ID> prodIdSet = Trigger.newMap.keySet();
list<Pricebookentry> listpbe=new list<Pricebookentry>();
Pricebook2 prbook=[select id from Pricebook2 where isStandard=true… Read more -
sandeep singh and
Raghav Chaturvedi are now connected 6 years ago
-
Raghav Chaturvedi started the discussion I want that only my contact section will refresh when i click on delete button in the forum Salesforce® Discussions 6 years ago
I want that only my contact section will refresh when i click on delete button
<apex:page controller="AccountWithConPicklist" sidebar="false">
<apex:form >
<apex:pageBlock title="Account Name">
Account Names
<apex:selectList value="{!AccId}" size="1">
<apex:selectOptions value="{!AccountNames}"/>
<apex:actionSupport event="onchange" reRender="a" action="{!showContact}"/>
</apex:selectList>
<apex:pageBlock… Read more -
Raghav Chaturvedi and
Suraj are now connected 7 years ago
-
Raghav Chaturvedi started the discussion How to create a master detail relationship for account and contact with Salesforce Visualforce page? in the forum 7 years ago
How to create a master detail relationship for account and contact with Salesforce Visualforce page?
Create a master detail relationship for account and contact with vf page. when you click on account related contact will display
-
Raghav Chaturvedi changed their photo 7 years ago
-
Raghav Chaturvedi started the discussion What is Salesforce visualforce components and what is the use in Visualforce pages? in the forum Salesforce Groups 7 years ago
What is Salesforce visualforce components and what is the use in Visualforce pages?
What is visualforce components and what is the use in VF pageses
-
Raghav Chaturvedi and
Neha are now connected 7 years ago
-
Gourav Ahuja and
Raghav Chaturvedi are now connected 7 years ago
- Load More