Versions Compared

Key

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

Persona + Need + Purpose

...

Label

API Name

Type

Type - Description

sObject

New/Update

Description/Change

Batch Item Pledge Payment changes Notify Gift Implementation

Batch_Item_Pledge_Payment_changes_Notify_Gift_Implementation

PB

process builder

Batch Item

Deactivated

translated to subflow(auto-launched flow), USYD_NotifyGiftImplementationGroup

Tax Amount Update from Total Amount Field

Tax_Amount_Update_from_Total_Amount_Field

PB

process builder

Batch Item

Deactivated

logic is now part of before save flow: USYD_BatchItemBeforeSave

Pledge Reminder Owner Auto-populate

Pledge_Reminder_Owner_Auto_populate

PB

process builder

Batch Item

Deactivated

translated to subflow(auto-launched flow), USYD_PopulatePledgeReminderOwner; logic about setting the Text Area Description is now part of before save flow: USYD_BatchItemBeforeSave

Usyd Update the Gift/Pledge number at Batch item task level when batch closed

Usyd_Update_the_Gift_Pledge_number_at_Batch_item_task_level_when_batch_closed

Flow

record-triggered flow

Batch Item

Deactivated

translated to subflow(auto-launched flow), USYD_UpdateBatchItemTasks

Batch On Update After Save

Batch_On_Update_After_Save

Flow

record-triggered flow

Batch

Deactivated

Translated to a subflow: Batch Update Related Gift Implementation, and referenced it in Batch After Save

Populate Pledge Reminder Owner

USYD_PopulatePledgeReminderOwner_subflow

Flow

auto-launched flow

Batch Item

New

translated from process builder; subflow of USYD_BatchItemAfterSave

Notify Gift Implementation Group

USYD_NotifyGiftImplementationGroup_subflow

Flow

auto-launched flow

Batch Item

New

translated from process builder; scheduled; subflow of USYD_BatchItemAfterSave

Update Batch Item Tasks

USYD_UpdateBatchItemTasks_subflow

Flow

auto-launched flow

Batch Item

New

translated from record-triggered flow; subflow of USYD_BatchItemAfterSave

Update Related Gift Implementation

USYD_UpdateRelatedGiftImplementation_subflow

Flow

auto-launched flow

Batch Item

New

subflow of USYD_BatchItemAfterSave

Batch Update Related Gift Implementation

USYD_BatchUpdateRelatedGiftImplementation_subflow

Flow

auto-launched flow

Batch

New

sublflow of USYD_BatchAfterSave

Batch Item After Save

USYD_BatchItemAfterSave

Flow

record-triggered flow

Batch Item

New

after save, parent flow, Main triggering after-save flow for Batch Item object.

Batch Item Before Save

USYD_BatchItemBeforeSave

Flow

record-triggered flow

Batch Item

New

before save; Caters fast-field updates for batch item object.

Batch After Save

USYD_BatchAfterSave

Flow

record-triggered flow

Batch

New

after save, parent flow, Main triggering after-save flow for Batch object

...

  1. Prepare a batch with no set Review Status.

  2. Create a batch item with no Link to Opportunity.

  3. Update the Link to Opportunity of the child batch item(s). Use an Opportunity that has related Gift Implementation records.

  4. Once the batch item(s) is saved. , notice that the related Gift Implementation Stage of the Link to Opportunity is updated to: 3. GA-Entry.

  5. Now go back to the batch and update the review status to: Ready for Review.

  6. Then, update the child batch item’s item(s)’s Link to Opportunity to a different Opportunity.

  7. Once the batch item(s) is saved, notice that the related Gift Implementation Stage of the Link to Opportunity is updated to: 4. GA-Approval. Also, notice that the related Gift Implementation Stage of the Prior Link to Opportunity may be updated to 3. GA-Entry or 4. GA-Approval depending on the batch review status of the batch item of the Prior Link to Opportunity.

Stage of related Gift Implementation is being set to 3. GA-Entry when Batch Review Status is Null or Not Ready for Review; 4. GA-Approval when Batch Review Status is Ready for Review.

Other Scenarios:

Batch Review Status

Batch Item Link to Opportunity

Batch Item Prior Link to Opportunity

Gift Implementation Stage of Link to Opportunity

Gift Implementation Stage of Prior Link to Opportunity

NULL

Opportunity A

NULL

3. GA-Entry

N/A

NOT Ready for Review

Opportunity A

NULL

3. GA-Entry

N/A

Ready for Review

Opportunity B

Opportunity A

4. GA-Approval

  • 4. GA-Approval if latest batch item of Opportunity A is in a batch with review status of “Ready for Review.”

  • 3. GA-Entry if review status of the batch of Opportunity A’s batch item is not “Ready for Review.”

NOT Ready for Review

Opportunity B

Opportunity A

3. GA-Entry

  • 4. GA-Approval if latest batch item of Opportunity A is in a batch with review status of “Ready for Review.”

  • 3. GA-Entry if review status of the batch of Opportunity A’s batch item is not “Ready for Review.”

...

  1. Create a batch item and check the following:

    1. Set Dues to TRUE.

    2. Enter an amount in the Total Amount field.

    3. Enter a text in Transaction 1 Description.

  2. Once the batch item record is saved, notice the following:

    1. The Tax Amount is now calculated.

    2. Values from Transaction 1 Description are copied over to the Text Area Description.

Batch After Save | Batch Update Related Gift Implementation

  1. Create a batch with a batch item. Make sure that the batch item has a Link to Opportunity, and that the Opportunity has a Gift Implementation.

  2. Update the batch review status from NULL to Ready for Review.

  3. Once the batch is saved, notice that the related Gift Implementation Stage of the Link to Opportunity of the child batch items of the triggering batch is updated to 4. GA-Approval.

Stage of related Gift Implementation is being set to 3. GA-Entry when Batch Review Status is Null or Not Ready for Review; 4. GA-Approval when Batch Review Status is Ready for Review.

Other Scenarios:

Batch Review Status

Batch Item Link to Opportunity

Gift Implementation Stage of Link to Opportunity

NULL

Opportunity A

3. GA-Entry

NOT Ready for Review

Opportunity A

3. GA-Entry

Ready for Review

Opportunity A

4. GA-Approval