• Default field values in Forms
    Question Apr 10, 2024
    In Kentico 13, the method you previously used in Kentico 12 to capture the document culture using a macro in the default value of a form seems to be unsupported in the forms widget. Could you provide some guidance on an alternative approach to achieve the same functionality in...

  • How can I read properties of a complex object in a transformation?
    Question Apr 22, 2024
    Hello, Here's the context. I am using the CustomData of the Order as well as the Shopping cart for the checkout process. I put a json string into that column. Now, I want to use that json to render details into the invoice. I have tried to create a Custom Macro that parses th...

  • Restart Scheduler
    Question Nov 10, 2023
    We've had a the scheduler hit a SQL timeout exception and stop a couple of times in the last few months, and would like to put a Azure function in place to check and restart. I believe there is a url that will re-trigger the scheduler. Any thoughts?

  • Sending E-product file link in email template
    Question Sep 23, 2024
    I would like to include E-product file download link into email template "E-commerce - Order payment notification to customer". According to [managing E-products](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/products/managing-product-representations/...

  • Default field values in Forms
    Question Mar 11, 2024
    Hey, previously in Kentico 12, I would use a macro in the default value of a form to capture the document culture. How can I do this in Kentico 13 using the forms widget? It doesn't seem to support it anymore.

  • Simple insert causes database timeout
    Question Feb 14, 2025
    I built a quick script using the code from [here](https://docs.kentico.com/13api/content-management/pages#creating-pages-in-a-sites-content-tree) and it does create the page in the tree, but when I try to check out I get this error in the log: Description:Message: Exception o...

  • French Canada(fr-CA) Culture, After Form Submit returns to default English Canada(en-CA) Version.
    Question Feb 11, 2024
    We are working on Kentico Version 13.0.137, .Net Core 6. We are developing the Site for the en-CA and fr-CA Culture. For the First time form load in the fr-CA Culture is all the Text are converting correctly in the forms label, Submit button. added Screenshot. ![Image Text](h...

  • Kentico Preview - Error JWT Token
    Question Feb 3, 2024
    Preview is blank, and it shows this error when I open the preview in another tab: `Try reloading the administration interface. The user was not found in the JWT token, nor in the current virtual context URL.` **I went through these posts/documentation for ideas:** - https...

  • Getting a contact with a specific AccountStatusID using K# Macro
    Question May 19, 2023
    Hi, I'm trying to use the following Macro to identify contacts that are part of an Account with a specific Account Status: Contact.Accounts.ItemsAsFields.AccountStatusID.EqualsAny("5") When I try Contact.Accounts.ItemsAsFields.AccountStatusID, I get the correct account. But...

  • Unable to get user cookie value from macro
    Question Apr 26, 2023
    I have implemented a feature to restrict images by users. I have written a custom filter to handle the condition. I am not getting value from the cookies macro. Tried the following method in the Content filter WHERE condition. ResellerIdsToEnable LIKE '%%' OR ResellerIds...

  •   1 2 3 4 5 6 7 8 9 10 ...