Skip to content

Releases: jamessimone/salesforce-round-robin

V0.1.7 - Better Support For Single Record Round Robins In Bulk

04 Jul 14:56
79bd2fe

Choose a tag to compare

  • fixes #21 by bulkifying flow collection for assignees when singular records are passed in instead of the collection for records when records are updated in bulk
  • removes MockUserAssignerRepo as a top level class
  • updated scanner dependency and dependency versions in general
  • updated to use null coalescing for the ownerField property in RoundRobinAssigner.Details inner class
  • bumped API versions - long overdue, going from v58.0 to v64.0

v0.1.6 - Flow Collection For Assignees

18 Nov 00:30
2a2fd70

Choose a tag to compare

  • Fixes #11 with @ssk42 by introducing User collection variable for Flow users

v0.1.5 - Custom Setting Name Too Long Bugfix

07 Nov 01:53
b4d629c

Choose a tag to compare

  • Fixes #16 by correctly truncating RoundRobin__c.Name when over the 38 character limit for custom setting names

v0.1.3 - Current User Queue bugfix

22 Aug 15:54
8d34493

Choose a tag to compare

  • Fixes #13 by adding special logic when current user is part of queue

v0.1.2 - Bulkification Updates For Flow

17 Mar 15:39
3c5e5d6

Choose a tag to compare

  • reinstated write safety mutex for RoundRobinAssignment__c now that flow has been properly bulkified

v0.1.1 - Flow Updates

16 Mar 15:04
e98ca44

Choose a tag to compare

  • Reverts mutex due to bulkification issues with Flow
  • adds more safety for recursive Flow transactions

v0.0.3 - Test Safeguards

10 Mar 14:25
31a3036

Choose a tag to compare

  • Made production-level code a bit more forgiving in test contexts (which may not always have all assignment variables set up correctly)
  • v0.0.4 is just a pipeline change, no actual production code was modified

v0.0.2 - JavaDoc comments & Single Record Flow Input added

01 Mar 16:06
9e4c27c

Choose a tag to compare

  • added single record input variable to invocable
  • cleaned up a few things, including dangling references to apex-rollup brought about by having copied some files
  • added JavaDoc style comments in a few places in the codebase where downstream Apex dev consumers may benefit from some additional intellisense

v0.0.1 - Initial Release 🎉

01 Mar 05:44

Choose a tag to compare

Salesforce Round Robin

Featuring:

  • Invocable support from Flow
  • Easy, configurable customization from Apex

Includes work from initial Joys Of Apex article on Round Robin Assignment and changes from #1 - note that v0.0.2 will include even better DX with JavaDoc annotations for Apex developers and a bit more cleanup. More information and full release announcement here. Enjoy!