Record Triggered Flows | Update Account Address when Contact Address is updated

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ธ.ค. 2024

ความคิดเห็น • 14

  • @Gaurav-x3y
    @Gaurav-x3y ปีที่แล้ว +2

    Niclly done, its more comfortable than Process Builder and WorkFoll Rule.., Thank you again

  • @VADDIKASULUPINNIBOINA
    @VADDIKASULUPINNIBOINA 11 หลายเดือนก่อน +1

    Thank you Himanshu Sir.

  • @palashkshirsagar5901
    @palashkshirsagar5901 5 หลายเดือนก่อน +1

    Explained Very well Bro.

  • @ayeshafathima2728
    @ayeshafathima2728 10 หลายเดือนก่อน +1

    Thank You Himanshu

  • @rameeshar707
    @rameeshar707 9 หลายเดือนก่อน +1

    Hi, could you please tell what is the relevance of using who id and what id in flows? as it was used in a superbadge

    • @salesforcemakessense
      @salesforcemakessense  9 หลายเดือนก่อน

      I will make a video on it and share it with you soon 🙂

  • @sagarr7940
    @sagarr7940 26 วันที่ผ่านมา +1

    For some reason when i choose the MailingAddress the compound field on the contact the record is not triggering the flow, i see that conditions are not met? But when i choose the individual fields then the trigger is updating the account. May i know why this ? i checked all the conditions as it looked same in the video. Thanks

    • @salesforcemakessense
      @salesforcemakessense  25 วันที่ผ่านมา +1

      Yes, you will have to choose individual fields to trigger it, not the compound field

  • @kushagravishnoee1791
    @kushagravishnoee1791 3 หลายเดือนก่อน +2

    shouldn't the logic should be:
    (1 or 2 or 3) and (4 or 5)
    as in challenge it is mentioned New Zealand or NZ
    please clarify

    • @siddharthvadakkedath
      @siddharthvadakkedath 2 หลายเดือนก่อน

      Challenge- when Address is changed AND Country is NZ/Newzealand THEN Trigger should not work
      Suppose County is IN and I want to update it to NZ
      is NZ = New Zealand so False
      is NZ = NZ True
      (New Zealand OR NZ) = False OR True = True
      as country is changed so our expression (1or2or3) will be True as (False or True or False = True)
      final expression= (True) AND (True)
      which equals to True , hence will trigger
      but our aim was not the trigger when Country = NZ
      if we use (New Zealand AND NZ) = False AND True = False
      and final expression will be (True) AND (False)
      which equals to False, hence wont trigger
      and our aim is met : not the trigger when Country = NZ