32 | Record Triggered Flow - Child to Parent Field Update | Populate Latest Case Number on Account

Поділитися
Вставка
  • Опубліковано 7 вер 2024

КОМЕНТАРІ • 9

  • @SanjayGuptaTechSchool
    @SanjayGuptaTechSchool  2 роки тому

    Udemy : Enroll Salesforce Flow Builder Masterclass: kadge.io/flowbuilder
    Udemy : Enroll Salesforce Admin Certification Masterclass : kadge.io/admin201
    Udemy : Enroll Salesforce PD1 Certification Masterclass : kadge.io/pd1
    For Instructor Led Training
    Email: sanjaygupta.techschool@gmail.com or
    Visit: studysalesforce.com/
    Connect with Sanjay Gupta:
    Linkedin: www.linkedin.com/in/sanjay-gupta-bb2a79bb/

    • @himanshuwakade1046
      @himanshuwakade1046 2 роки тому

      i have created a hospital management app in which i hv to use process builder 1) Whenever i create or update the record if (follow - up date is not equals to null.) my record should get updated on different object
      follow update is field on the same object where we are using process builder,,
      I want to update field on appointment object filed named as appointment date
      i tried it but not getting the result using process builder
      need help

  • @TheSoftwareTutor1
    @TheSoftwareTutor1 Рік тому +1

    Thank you so much for the video Sanjay, very good practice problem!

  • @KitHensel
    @KitHensel Рік тому

    Thanks. Note, I believe if you added 12+ cases at once to an account this flow would fail. It will hit governor limit where you can only update same record 12 times in same flow execution.

  • @dhemanthkumar1479
    @dhemanthkumar1479 2 роки тому +1

    Hi sir.. Please make tutorial on apex integration services and apex metadata API

  • @rishi8645
    @rishi8645 2 роки тому

    Please make tutorial on pagination in LWC that have rows with checkboxes and actions button , and persist the row selection between the pages in salesforce

  • @user-vl8wu9pe2d
    @user-vl8wu9pe2d Рік тому

    i followed same procedure but i am getting below error. Could you please help me.
    Note:- same error getting while i am developing 28 th recording ua-cam.com/video/NLNFZHEy_bc/v-deo.html
    ERROR:-The field "Id" is being filtered using the Equals operator with the SObject element "$Record". "$Record" can't be a SObject.(While saving it is showing as Warning and not saved)
    when i use the condition id (accountid) equals to $record.accountid(both case and contact). while saving i am getting error as warning