Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[TAPSS-60] MS team - Review Flows for Avengers Tickets

...

  1. Get Records: Get Account Type Id For Current Records Account can be removed; it retrieves the Id of Account Record Type: Household, and this checking can be done in Decision: Check Related Account Type.

    1. remove Get Records: Get Account Type Id For Current Records Account

    2. remove Variable: HouseholdAccountRecordTypeId
      note: why was this variable set available as input and output? This is a Record-Triggered Flow, and cannot be referenced as a sub flow in a master flow.

  2. Update condition in Decision: Check Related Account Type to directly reference the Related Account record’s Record Type, i.e.,

    Code Block
    $Record > Account ID > Record Type ID > Record Type Name = Household

...

  • Rename Flow API Name to USYD_SyncAccountToContactRTSReason(old API Name: )

Flow Label

Flow API Name

old

Usyd_SyncRTSReasonFromAccToContact

Usyd_SyncRTSReasonFromAccToContact

new

Usyd_SyncRTSReasonFromAccToContact

USYD_SyncAccountToContactRTSReason

...