Question
Override methid syncEntityWithCommunicationDetail of CommunicationSynchronizerMixin
07:31 Mar 26, 2020
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
2 comments
07:45 Mar 26, 2020
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
00:19 Apr 01, 2020
syncEntityWithCommunicationDetail : function(){
this.callParent(arguments);
YOUR CODE HERE;
}
Show all comments