cancel
Showing results for 
Search instead for 
Did you mean: 

Event not triggered when changing Customer's Email

ACORDERO
Participant
0 Kudos

Hi,

I have created the ABSLs 'BeforeSave' and 'AfterModify' for the Customer.AddressInformation node, but when I only change and save the email address none of those events are triggered.

I realised that BeforeSave is only triggered when an address is added/created and not when is modified.

Is this a bug? Is there any reason?

Thanks,
Alejandro Cordero.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member226
Employee
Employee
0 Kudos

Hi Alejandro,

I agree with your point but this is how the system behaves. May be someone from product development team can put some light on this.

Thanks

Saurabh

former_member226
Employee
Employee
0 Kudos

Hi Alejandro,

I tried the same scenario at my system and found that upon changing the Email address instead of events from "AddressInformation" node, evnts from ROOT node are triggering(AfterModify/BeforeSave).

So please check if you can write your code at AfterModify/BeforeSave.

Thanks

Saurabh

ACORDERO
Participant
0 Kudos

Hi Saurabh,

Yes, I already have my code in the ROOT node - BeforeSave and it works, but, Why AfterModify/BeforeSave are not triggered when I change the Address as I would expect?

Thanks,
Alejandro Cordero.