Processes/Sub-flows
...
Anchor | ||||
---|---|---|---|---|
|
Background of issue on fix/changes:
Task record is created multiple times after Gift Plege Status changed to Pending Review
Open an existing Gift record on an account where Pledge Status is not Pending Review
Update Pledge Status to Pending Review
Check that a Task record is created for Gift Administration group
...
...
Anchor | ||||
---|---|---|---|---|
|
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.
Open a gift record and set Usyd_Gift_Driver_Derivation__c to false through anonymous apex.
Code Block | ||
---|---|---|
| ||
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 | ||||
---|---|---|---|---|
|
Background of issue:
Found that changes will be made even if change on field is not exactly changed.
Fix/Change:
...
Anchor | ||||
---|---|---|---|---|
|
Background of issue:
...
Anchor | ||||
---|---|---|---|---|
|
Background of issue:
Fix/Change:
...
Anchor | ||||
---|---|---|---|---|
|
Background of issue:
Fix/Change:
...
Anchor | ||||
---|---|---|---|---|
|