Hi All,
I'm trying to implement Customization of earlier version in D365, scenario is Adding a Loyalty card to transaction, either it can be added by CardNumber or by MobileNo, i have added fields at HQ as well as Channel DB as per the latest channel DB extension pattern.
I'm trying to override the process of LoyaltyCard, Not sure which one to use either
- IssueLoyaltyCardServiceRequest or GetLoyaltyCardStatusServiceRequest
I used GetLoyaltyCardStatusServiceRequest , Not sure what am working on is right or wrong, below i have shared the snapshot of my code.
How can i override the existing process , when loyalty searched by MobileNo, it should look up into database for entered keyword and fetch the loyalty card linked with MobileNo and pass on to the transaction to proceed further.
Thanks & Regards,
Ansar Basha.S