Forcetalks | Vishant | Activity https://www.forcetalks.com/vishant/activity/ Activity feed for Vishant. Fri, 13 Mar 2026 12:26:42 +0530 https://buddypress.org/?v=2.16.0 en-US 30 hourly 2 e6e517e3646181bad2cf50d049d3ae3a Vishant started the discussion How to delete child records in lookup relation (with Salesforce triggers) in the forum https://www.forcetalks.com/salesforce-topic/how-to-delete-child-records-in-lookup-relation-with-triggers/ Wed, 21 Jun 2017 09:13:53 +0530 How to delete child records in lookup relation (with Salesforce triggers)

object A is child of object opportunity

I want to delete all the child records ie object A when opty stage is closed lost.

Use TRIGGERS

]]>
e31c4aa64177ec4d0047167a1116bf76 Vishant changed their profile photo https://www.forcetalks.com/activity/p/17748/ Wed, 21 Jun 2017 09:10:48 +0530 0 ae8533298f4a7e9b273d7b8e57078816 Vishant replied to the discussion Trigger to update contact owner in Salesforce in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/trigger-to-update-contact-owner-in-salesforce/#post-20573 Tue, 20 Jun 2017 10:00:03 +0530 Reply to Trigger to update contact owner in Salesforce

Yes I had done the same step that you had done in your  latest attached document. There might be some issues with process builder thts y i m doing it with triggers but encountering the same probz

 

]]>
4cdde573d94937a7f58f450eddf39985 Vishant replied to the discussion Trigger to update contact owner in Salesforce in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/trigger-to-update-contact-owner-in-salesforce/#post-20568 Tue, 20 Jun 2017 09:20:49 +0530 Reply to Trigger to update contact owner in Salesforce

Still not working i had done the same thing and the error is

 
Workflow Action Failed to Trigger Flow
The record couldn’t be saved because it failed to trigger a flow. A flow trigger failed to execute the flow with version ID 3016F000000QT26. Flow error messages: <b>An unhandled fault has occurred in this… Read more

]]>
89334ad2ad03b2a08d192a0dd95fe852 Vishant started the discussion How to Upload excel sheet from Salesforce Visualforce pages? in the forum https://www.forcetalks.com/salesforce-topic/how-to-upload-excel-sheet-from-vf-pages/ Tue, 20 Jun 2017 06:49:21 +0530 How to Upload excel sheet from Salesforce Visualforce pages?

i want to upload an excel sheet using Vf pages

]]>
0b1e89037c7bc6cb3ab7d1237e8463ee Vishant replied to the discussion Trigger to update contact owner in Salesforce in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/trigger-to-update-contact-owner-in-salesforce/#post-20557 Tue, 20 Jun 2017 06:47:42 +0530 Reply to Trigger to update contact owner in Salesforce

Yes thats the scenario ...i tried it with Process builder but there was an error of flow...i encountered same error from the trigger

]]>
044f63dc68f831ccb0b29566c9ff0b98 Vishant replied to the discussion Help me in a trigger making rollup summary for lookup relation objects in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/help-me-in-a-trigger-making-rollup-summary-for-lookup-relation-objects-in-salesforce/#post-20535 Mon, 19 Jun 2017 06:57:54 +0530 Reply to Help me in a trigger making rollup summary for lookup relation objects in salesforce?

Hi Mohit ,

I am attaching a trigger to count no. of contacts on account (Roll up-action-count)

 

 

Trigger countContacts on Contact (after insert){

Set<Id> accIdset = new Set<Id>();
List<Account> accList = new List<Account>();
List<AggregateResult> arList = new List<AggregateResult>();
Map<String,Double> acmap =… Read more

]]>
26d73915a8e7d6f6baee3127611ac5fc Vishant started the discussion Trigger to update contact owner in Salesforce in the forum https://www.forcetalks.com/salesforce-topic/trigger-to-update-contact-owner/ Mon, 19 Jun 2017 06:51:24 +0530 Trigger to update contact owner in Salesforce

trigger if account owner changes then related contact owner also change.

]]>
5115f3389668914a574d4e80a635b6a2 Vishant replied to the discussion How can i  display records of account, contacts, opty on the same Salesforce Visualforce page and then process the selected records using wrapper class? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/wrapper-class/#post-20497 Fri, 16 Jun 2017 08:58:20 +0530 Reply to How can i  display records of account, contacts, opty on the same Salesforce Visualforce page and then process the selected records using wrapper class?

Actually i have to deal with all three of them(Account,contact,opportunity) on the same VF page and after selection particular records i want them to get displayed on a new page block

]]>
3414d545ae1dcf14c0893622ce1bc53d Vishant started the discussion How can i  display records of account, contacts, opty on the same Salesforce Visualforce page and then process the selected records using wrapper class? in the forum https://www.forcetalks.com/salesforce-topic/wrapper-class/ Fri, 16 Jun 2017 06:30:25 +0530 How can i  display records of account, contacts, opty on the same Salesforce Visualforce page and then process the selected records using wrapper class?

How can i  display records of account, contacts, opty on the same VF page and then process the selected records using wrapper class??

please explain it in detail (the exact working of wrapper class)

]]>
0c36e9cec18f0505555593b684b358ed Vishant became a registered member https://www.forcetalks.com/activity/p/17645/ Fri, 16 Jun 2017 05:55:53 +0530 0