Release May 2024 - v7.7.0

LBMS V7.7.0 Release Notes


New Features & Enhancements


API for Fetching Member Details via Unique Attributes

  • Flexible Member Data Retrieval: We have introduced a new API that allows users to fetch member information using any unique attribute (global or customer-specific). This means you can retrieve member data using different attributes such as String, Integer, Decimal, or Date fields.
  • Error Handling: The API will return an error message if:
    • A non-unique attribute key is used.
    • An invalid or non-existing attribute key is entered.
    • An invalid or non-existing attribute value is entered.

This improvement ensures faster and more flexible member data retrieval based on your specific use cases.


Anomaly Detection and Alerts

  • Redemption Threshold Management:

    • When updating the redemption threshold, the system now filters redemption records based on the new values. This removes older records that no longer meet the new threshold, keeping your flagged transactions up to date.
    • If the redemption threshold is set to 0 or the setting is deleted, the system disables anomaly detection for redemptions.
  • Flagged Transaction Management:

    • If a flagged redemption transaction is rejected, points won’t be awarded to the member, but the product or group limit cap will still be updated as if the transaction had occurred.
    • If a flagged transaction occurs in one month but is approved in the next, points will be awarded based on the previous month’s cap limits.
  • Accrual Transactions Only:

    • Only accrual transactions are included in anomaly detection. Bonus transactions (Campaign Bonus, Tier Bonus, and Manual Bonus) are not covered under this feature.
  • Decimal Handling:

    • For any transaction awarding decimal points, only the integer part will be issued to the member. The remainder will be marked as spoiled and can be viewed in the reports.

This enhancement ensures tighter control over transaction anomalies and offers better management of flagged transactions across reporting periods.


UAT Fixes & Improvements

  • Handling SMS Text Newline without Errors:
    • The issue related to handling newlines in SMS text messages has been resolved. This improvement is included in this release, ensuring smoother SMS communication without formatting issues.