What if we want to save the latest updated site location only? Can anybody pls help
@kevinwolfe371 Жыл бұрын
"PromoSM"
@deepakkonjety9643 Жыл бұрын
Thanks for the clear explanation. But I am getting the APEX CPU time Limit issue.
@bhaskernagendrasatyanaraya8978 Жыл бұрын
Hi Sir, Can you tel me how to do this flow You have a list of contacts in Salesforce, each of which is related to one or more account records. Whenever a contact's information changes, you want to automatically update the corresponding account records.
@vasundharabhele47702 жыл бұрын
Need a flow on case Object.. if case status is updated then the related parent account is updated. But if 2 or 3 cases are related to single account then how to solve this problem???
@hemlatha8982 жыл бұрын
Superb
@elderwoodstudio2 жыл бұрын
Share code plz
@coolpeeps68922 жыл бұрын
Hello sir , How can i change the target if i want to place the update button under details section?
@dheerajkumar-yj6xh2 жыл бұрын
Hi there please help to solve this problem Create a 'Confirmed no. of mentees on all projects' field in Contracts & Pipeline object. For each Project related to a Contract there is a User Engagement related list. In each User Engagement related list there is a mentee record and a mentor record. We need to know the number of registered mentees on each project which can be taken from 'Total Registered Mentees' The 'Confirmed no. of mentees on all projects' field (at Contacts level) should contain the sum of all 'Total registered users' for each User Engagement record where Type = Mentee Would be great if this could be done using Flow builder -
@rajpandey57712 жыл бұрын
Your process doesn't work
@anitalautone16562 жыл бұрын
Hi, can I use this solution for the same standard object Opportunity ? I would like to count the sum of small opportunities (as children) related to a Big Opportunity (as a parent) Thanks in advance for your help
@apnacourse15442 жыл бұрын
Good Session....Can you please share the code link in the comment
@deepakkonjety96432 жыл бұрын
Incase if you remove the site location for one of the child to None then parent record should gets updated ? Please let me know .
@GustavoSeluja2 жыл бұрын
Can a rollup of tasks (number of tasks of a specific task record type) be created using flow?
@pavithraloganathan84362 жыл бұрын
If Contact with site location in account is a text field then it will support only 255 characters right? so if we update more than 255 characters will this field support that values?
@dariafischer86132 жыл бұрын
that's a great thing! thank you!
@ymerojas2 жыл бұрын
Can you please create a flow to add child record revenue to a parent record overall revenue in an Account Hierarchy?
@ashleys13192 жыл бұрын
What if we wanted to override these fields?
@twi2zy2 жыл бұрын
Please , What is the type of the field ( Number of contact ) in which we display the result of flow and where we create it ? because in my case it seems like an input field :/
@pranaygodhankar22043 жыл бұрын
if i want to add particular picklist and how many we can create that picklist contact then show the number of contact site location .. how we can do this scenario?
@Tyffantom3 жыл бұрын
Hi. Thanks a lot. I would need to do a rollup summary field, not for a sum, but for a max date (last project date for example). What would be different in the flow then please? I cannot make it work...
@himabhargavichinnu43753 жыл бұрын
Can you tell how to do in screen flows?
@rachamallabalu3 жыл бұрын
i tried to update count of contacts and sum of value of contacts in single flow but it is not working.
@rachamallabalu3 жыл бұрын
i tried part 1and part2 of flows explained by you and are succesfully working. i created a flow using logic for count and sum of values as explained in your videos but it is not working. can we create two rollsummaries on one object at atime
@syedshahidhassan20993 жыл бұрын
Thank you
@bhavyagulati71853 жыл бұрын
What is advised when we need a cross object formula field in the rollup filter?
@vinodhkumarpalukuri52543 жыл бұрын
It is very useful for creating rollup summaries without writing any code. Thanks
@luchmoments3 жыл бұрын
Can this be done for the contact object?
@sfdcwiz3 жыл бұрын
This can be done for contact object also ( Based on your requirement)
@luchmoments3 жыл бұрын
Hi, thanks for you video. It really helped but when I try to use it for deleting contact, total numberofcontacts on account object is now 0 instead of going from 3 to 2 (as I only deleted on contact). Can you help?
@chithraprakash22713 жыл бұрын
Equal counts is not showing as an option
@sfdcwiz3 жыл бұрын
Please make sure the select your variable as Number Type to see equal count option
@jeevanreddy73633 жыл бұрын
Can we retrieve details of account by submitting button
@sfdcwiz3 жыл бұрын
Hi Jeevan, I am not clear about your request. Please provide more details so I can try to answer your question
@robjenkin3 жыл бұрын
For some reason my field updates to reflect ONLY the amount from the most recently saved object (it does not sum the amounts). Explanation: it is like, in your example: (1) if you update Tom Brady (to 2700), then the Total Contacts revenue is 2700 (good). (2) if you update Tom Brady to 3000 -> total contacts revenue is 3000 (good). but (3) when you add a second record (or update an existing second record) like Jack Rogers, (10,000) the total contacts revenue shows only 10,000 (Jack Rogers) NOT 13000 (sum of Jack Rogers and Tom Brady). Any thoughts?
@robjenkin3 жыл бұрын
I am creating a field (Total Grants) in a custom object (Funding) where there is another custom object (Grants) which has a field (Donor Funding Amount) and I would to sum the Donor Funding Amount in all grants that have the Funding (field in Grant object) equal to the Funding Ref of the Funding. Does that make sense?
@sfdcwiz3 жыл бұрын
@@robjenkin I checked the flow and it's working as expected. Please check if there is anything missing in your flow ( any assignments/variable declaration)
@lucianroux45103 жыл бұрын
This is an amazing tutorial! Thanks for sharing
@baliramdudhal5583 жыл бұрын
how to create rollup summary using flow for capture value from related Task and Activity object and sum value shown on Account object
@sfdcwiz3 жыл бұрын
Hi Baliram, Please add some more details so I can provide on design part to you
@baliramdudhal5583 жыл бұрын
Nice 👍
@ashleycampisano80924 жыл бұрын
Thank you! Is there a way to create a rollup field that calculates the Sum using this approach?
@sfdcwiz4 жыл бұрын
It is possible Ashley. Probably I will add one video on sum calculations this month
@robertjenkin78054 жыл бұрын
@@sfdcwiz I am trying to do this. Finding it very difficult
@sfdcwiz4 жыл бұрын
@@robertjenkin7805 Please check this link kzbin.info/www/bejne/nJybfJWAbNSSprc . If that didn't work , let me know your details so I can reach out to you through email.
@chithraprakash22714 жыл бұрын
Please post more videos on Flow. Your explanation really good. Easy to understand.
@chithraprakash22714 жыл бұрын
Thank you so much for a great video.
@aeb274 жыл бұрын
This is very helpful and working, but what if a contact is deleted? the count remains the same and is no longer accurate. Any ideas?
@sfdcwiz4 жыл бұрын
Sorry for late reply. To your question, There is a possibility if we select the delete option. I will add a video on it
@sfdcwiz4 жыл бұрын
Please check this link : kzbin.info/www/bejne/nJybfJWAbNSSprc