SalesforceLabs / AnimalShelterStarter

Animal Shelter Starter provides the foundation to use Salesforce for managing animals, treatments, conditions, housing and related activities.
16 stars 10 forks source link

Feature/block bug fixes #174

Closed cjrolfe closed 3 months ago

cjrolfe commented 3 months ago

Critical Changes

Changes

Animal - Update Location Status Flow Created a new Formula Resource that returns Number, and has the formula IF({!$Record.animalsheltersCapacityc} = 1, 0, {!$Record.animalsheltersAllocationc}) Updated the Set Status to Available - Update Records element, and changed the Set Field Values for the Location record - Field. animalsheltersAllocationc equals "New Formula Resource"

Location - Change Status Flow Under the Block path from the decision, in the No - SubBlocks path Created a new Assignment element and set the collection variable "Units" to Add "Outputs from Get Units Related to Block. childRecords

Issues Closed