Versions Compared

Key

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

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

...

[TAPSS-1084] AVE-147 - Ensure Legal Credit Percentage on new Contact

...

  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

Review by Yeng:

  1. Rename Flow API Name to USYD_UpdateLegalAndGiftRecognitionCredit (old API Name: USYD_Update_Legal_Gift_Recognition_Credit_Percentage)

  2. Add description

...

[TAPSS-1125] AVE-254 - Replicate AQ Address Synching for RTS reason field

Flow: Usyd_SyncRTSFromContToAccount**

Recommendation/s: none

Review by Yeng:

  1. Rename Flow API Name to USYD_SyncContactToAccountRTSReason (old API Name: Usyd_SyncRTSReasonFromContToAccount)

Flow: Usyd_SyncRTSReasonFromAccToContact**

Recommendation/s: none

Review by Yeng:

  1. Rename Flow API Name to USYD_SyncAccountToContactRTSReason (old API Name: Usyd_SyncRTSReasonFromAccToContact)


** - checked in Avengers sandbox, not found in SIT

...

Flow: USYD Campaign Summary Fields**

Recommendation/s: none

Review by Yeng:

  1. Rename Flow API Name to USYD_SummariseContactCampaignInteraction (old API Name: USYD_Campaign_Summary_Fields)


** - checked in Avengers sandbox, not found in SIT

...

  1. In Update Records: Update Influential Field On Contact, filter can be updated to consider checking the current value of the field that will be updated (Is Influential Alumni)

Review by Yeng:

  1. Rename Flow API Name to USYD_UntickInfluentialFieldOnContact (old API Name: Usyd_UncheckInfluentialFieldContact)

Flow: Usyd_UpdateInfluentialFieldonContact

...

  1. In Update Records: Update Influential Field On Contact, filter can be updated to consider checking the current value of the field that will be updated (Is Influential Alumni)

Review by Yeng:

  1. Remove the creation of an alert in the Account, this is not necessary

    1. Create Records: CreateAlertonAccount

  2. Instead, add WithAccount = true in the CreateAlertOnContact. This way, the alert will also display on the Account page

    1. Create Records: CreateAlertOnContact

  3. Rename Flow API Name to USYD_TickInfluentialFieldOnContact (old API Name: Usyd_UpdateInfluentialFieldonContact)