SFDO-Community-Sprints/Membership-Essentials-App

Implement Apex to support product based membership attributes

selfuntitled opened this issue · 1 comments

Apex scheduled job -
Query criteria:

  • All memberships where expiration <= today and status = current
  • All membership where expiration + grace period <= today and status = lapsed
  • All membership where payment is due today
    Needs to handle does not expire checkbox cleanly