[TAPSS-60] MS team - Review Flows for Avengers Tickets
[TAP-1631, TAPSS-1084] AVE-147 - Ensure Legal Credit Percentage on new Contact
[TAP-1634, TAPSS-1125] AVE-254 - Replicate AQ Address Synching for RTS reason field
[TAP-1635, TAPSS-1201] AVE-258 - Summary Fields about a Contact's Campaigns engagement
...
[TAPSS-1084] AVE-147 - Ensure Legal Credit Percentage on new Contact
...
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.
remove Get Records: Get Account Type Id For Current Records Account
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.
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:
Rename Flow API Name to USYD_UpdateLegalAndGiftRecognitionCredit (old API Name: USYD_Update_Legal_Gift_Recognition_Credit_Percentage)
Add description
...
[TAPSS-1125] AVE-254 - Replicate AQ Address Synching for RTS reason field
Flow: Usyd_SyncRTSFromContToAccount**
Recommendation/s: none
Review by Yeng:
Rename Flow API Name to USYD_SyncContactToAccountRTSReason (old API Name: Usyd_SyncRTSReasonFromContToAccount)
Flow: Usyd_SyncRTSReasonFromAccToContact**
Recommendation/s: none
Review by Yeng:
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:
Rename Flow API Name to USYD_SummariseContactCampaignInteraction (old API Name: USYD_Campaign_Summary_Fields)
** - checked in Avengers sandbox, not found in SIT
...
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:
Rename Flow API Name to USYD_UntickInfluentialFieldOnContact (old API Name: Usyd_UncheckInfluentialFieldContact)
Flow: Usyd_UpdateInfluentialFieldonContact
...
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:
Remove the creation of an alert in the Account, this is not necessary
Create Records: CreateAlertonAccount
Instead, add WithAccount = true in the CreateAlertOnContact. This way, the alert will also display on the Account page
Create Records: CreateAlertOnContact
Rename Flow API Name to USYD_TickInfluentialFieldOnContact (old API Name: Usyd_UpdateInfluentialFieldonContact)