[TAPSS-60] MS team - Review Flows for Avengers Tickets
...
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
...
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 |
...