Skip to content

Releases: jamessimone/salesforce-round-robin

v0.1.6 - Flow Collection For Assignees

18 Nov 00:30
2a2fd70
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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!