The ask: we have a custom page type with a checkbox we'd like to synchronize across the different language versions of a page.e.g. Admin user goes to page type in admin tree view, checks the box on...
Hi folks. I have a product document that needs to be translated from ID to EN. However, there's a requirement for a custom tax integration with a third-party service API. Could you please help m...
Hi Team,Can anyone suggest me to write the global event for Custom table. I find in the Kentico documentation so its all about the module. So I need for the global event for custom table.Like for M...
Hello allWe have a requirement to detect whether changes have occurred to either of two fields at the point of publishing a particular page type, and if so to perform a cache clear.We have a soluti...
I’m currently running Kentico 10.0.51. I have a global event setup for URLRewritingEvents.PageNotFound.Execute and it seems to fire the event code fine when the requested page does not have a neste...
Using a custom global event handler, I am trying to intercept the action of a user being updated specifically the enabled(@UserEnabled@) value of a user being updated when they are edited in the CM...
Hello!Can't find global event for page loading event to get some info from http request. For tracking document insertion event i'm using DocumentEvents.Insert.After += Document_Insert_After; So, lo...
Hey all,Kentico's Event hooks are awesome, except for the Ecommerce ones. When you have an order with say, 3 items, and you add an item, it triggers 8 total @OrderInfo@ Update events.The reason I ...
I'm using ObjectEvents to give ActivityPoints to current user based on fields user filled. Now for example if user register and fill FirstName I will give 10 points to user. The problem is that I'm...