Override methid syncEntityWithCommunicationDetail of CommunicationSynchronizerMixin

Hi all,

      I found the "ContactPageV2" use method "syncEntityWithCommunicationDetail" when changing value of any community option. So, how can I override that method in my "ContactPageV2"?

Thanks

Like 0

Like

2 comments

Hello Mai,

 

You need to simply override the basic method and put your logic in it. Here is the Creatio Academy article that will be useful.

 

Best regards,

Oscar

syncEntityWithCommunicationDetail : function(){

      this.callParent(arguments);

      YOUR CODE HERE;

}

Show all comments