cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How Can execute custom logic after update particular filed value in editor area through back office?

Former Member
0 Likes
563

Hello expert,

How Can execute custom logic after update particular filed value of consignment Model in editor area through back office.

Accepted Solutions (1)

Accepted Solutions (1)

0 Likes

Hi

Is it performing logic based on attribute change in editor-area of backoffice or after saving editor area?

If it is after saving of model, you can use aftersave event listener to perform your logic once model is saved.

Former Member
0 Likes

Thanks for update, How can write after save event listener on particular model.

0 Likes

https://help.hybris.com/1808/hcd/8b51226d866910149803df2610bb39a5.html check this !

for your particular type say "Consignment" you can perform a check in the listener with typecode.

Hope this helps!

Answers (0)