Versions Compared

Key

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

Processes/Sub-flows

...

Anchor
USYD-Automate-task-for-GA-for-Pledge-(subflow)
USYD-Automate-task-for-GA-for-Pledge-(subflow)
USYD Automate task for GA for Pledge (subflow)

Background of issue on fix/changes:

  • Task record is created multiple times after Gift Plege Status changed to Pending Review

  1. Open an existing Gift record on an account where Pledge Status is not Pending Review

    1. Update Pledge Status to Pending Review

  2. Check that a Task record is created for Gift Administration group

...

...

Anchor
USYD-AQC-Donor-Contact-Type-Auto-Updater-(subflow)
USYD-AQC-Donor-Contact-Type-Auto-Updater-(subflow)
USYD AQC Donor Contact Type Auto-Updater (subflow)

Background of issue:

  • Found that changes will be made even if change on field is not exactly changed.

Fix/Change:

Specific testing on this flow’s added criteria to check if Usyd_Gift_Driver_Derivation__c = false can only be done through debug of the flow.

  1. Open a gift record and set Usyd_Gift_Driver_Derivation__c to false through anonymous apex.

Code Block
languagejava
update new AQB__Gift__c(
 Id = '[GIFTRecord_Id]',
 Usyd_Gift_Driver_Derivation__c = false
);

2. Open debug on this flow.

3. Debug on your Gift record and set the Record_Prior to a Gift record where related Account record is different.

4. Confirm that test path is as follows.

...

Anchor
USYD-AQC-Donor-Contact-Type-Auto-Updater-(subflow)
USYD-AQC-Donor-Contact-Type-Auto-Updater-(subflow)
USYD Update Related Gift Implementation

Background of issue:

  • Found that changes will be made even if change on field is not exactly changed.

Fix/Change:

...

Anchor
USYD-Update-Pledge-Status-(subflow)
USYD-Update-Pledge-Status-(subflow)
USYD Update Pledge Status (subflow)

Background of issue:

...

Anchor
USYD-Update-Credited-Contacts-and-GRC-Rollup-(subflow)
USYD-Update-Credited-Contacts-and-GRC-Rollup-(subflow)
USYD Update Credited Contacts and GRC Rollup (subflow)

Background of issue:

Fix/Change:

...

Anchor
USYD-Update-Text-Area-Description-(subflow)
USYD-Update-Text-Area-Description-(subflow)
USYD Update Text Area Description (subflow)

Background of issue:

Fix/Change:

...

Anchor
USYD-Gift-Driver-Derivation-(subflow)
USYD-Gift-Driver-Derivation-(subflow)
USYD Gift Driver Derivation (subflow)

Background of issue:

Fix/Change: