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...
Hi, I'm trying to redirect new users to the @Change Password@ page. I've implemented a custom handler to handle this @SecurityEvents.Authenticate.Execute@ event. Below is a portion of my code...pub...
I'm trying to auto update the properties/metadata fields from other properties in the form tab on insert/update.I based my solution on the example given here and came up with the following:[assembl...
HiThere is a NewsletterEvents.SubscriberUnsubscribes event, why is there no NewsletterEvents.SubscriberSubscribes event?How can I hook into when someone subscribes to a newsletter?Thanks