Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Release date:

Validation of member information

(RTL-2086)

First name, surname, mobile number and email is validated when updating the member in MemberInfoService. Invalid data is removed preventing incorrect data that might cause other system failures. For example an invalid mobile number or e-mail will be set as blank (NULL). Members without name will not be updated.

Separate Identities by Loyaltyprogram

(RTL-2141)

MemberIdentities are now separated by loyalty program, which allows to create members using same identifiers in different loyalty programs. Loyalty program is now an attribute of MemberIdentity, not Membership. It is possible to register in AccountService multiple accounts each in different loyalty programs using the same identifier like email or mobile number.

Filtering of loyalty programs

(RTL-2201)

It is possible to add filters for individual Loyalty programs that are used in filtering of members that are going to be imported. 

Provide SSN format compatible with Bisnode lookup

(RTL-2475)

When using Bisnode as member address lookup provider, upon registration members with SSN will have their address auto-filled.


...

Release date:

Fix nulls in jsons exported from MemberInfo Service

(RTL-181)

It is possible to create MemberIdentity with null (Membership)Associations,MembershipStores, MembershipAgreements, PersonalAddresses, PersonalAttributes or MemberCards. 

Improve Performance of LpMember merger

(RTL-2118)

The performance of the LpMemberMerger job has been improved and more than 1 million members are imported from on premis and processed in less than 4 hours.

LIP Package Improvement

(RTL-2125)

The AssociationImportJob from the MemberInfoIntegration package does not have an empty AppSettings space anymore. The AppSettings part was removed.
BEFORE:                                                                                                                                             NOW:
Image Added   Image Added

Handle delete of membercard

(RTL-2209)

In order to not be able to identify deleted members in POS, personal member cards are deactivated in MemberService when member is deleted.


...

Release date:

Support for deactivating members

(RTL-1992)

New MemberIdentity status has been introduced - Deleted, which results in hard deletion of identity from MemberInfoService regardless of other settings. Note: Identities are not deleted immediately but within 10 minutes. 

It is possible to set the deactivation mode in the LIP configuration - Delete to delete deactivated members and OnlyPublish - deactivated identities are not deleted or modified.

In both modes identities with status deleted are deleted.

Identities with status Deleted are always deleted.

Specify fixes for red daily report & alerts

(RTL-2084)

Now, after calling MemberInfoService API once, API keeps alive connection to member service by calling it every minute. 

MemberInfoService API

(RTL-2165)

Members, despite having invalid mobile number in Chain Web, will be able to register in MyPage. Previously, this was not the case.

IdentityIdentifierUpdated triggered when no change

(RTL-2178)

MemberInfoService integration does not trigger IdentityIdentifierUpdated event from MemberServiceEventHandler job if only letter capitalization has been changed in email address (for example abc@domain.comImage Added changed to ABC@DOMAIN.com)


...

Release date:

Add social security number in registration process

...

Associations in MemberInfoService

(RTL-1951)

LpMemberMerger imports associations (connection to member and association number) to the MemberInfoService database. User can see and check linked association within the MyPage profile in the Member Info tab.

Support for deactivating members

(RTL-1992)

New MemberIdentity status has been introduced - Deleted, which results in hard deletion of identity from MemberInfoService regardless of other settings. Note: Identities are not deleted immediately but within 10 minutes. 

...