• RE:Webpart Visibility for select multiple pages
    Forum Post Aug 7, 2013
    Hello Mike, You can use the QueryString macro, combination of some macros with QueryString macro or create a Custom macro, depneding on what exactly do you want to achieve. Best Regards, Martin Danko

  • Workflow - moving to a Condition step
    Forum Post Aug 30, 2013
    Hi, I'm using the WorkflowManager to move TreeNode through a few steps setup in my Advanced Workflow. One of the steps is a Condition step that hooks into a custom macro. If I push it through these steps manually (through the CMS Desk interface), the macro is triggered an...

  • RE:Workflow - moving to a Condition step
    Forum Post Sep 23, 2013
    Hi, Thank you. This code looks OK. What is the custom macro code, please? The only possible cause, at this moment, we see is that the macro code runs e.g. current user context, which could be public user and then the macro is not executed. Best regards, Juraj Ondrus

  • RE:BizForm saving session id
    Forum Post Dec 12, 2013
    Hi, Thank you for your message. Best way of achieving this is through a Custom macro. Inside the macro you can generate your own random/unique value and then use this macro as {#MyMacro#} in the default field and it will get populated with a value as you set it up. Le...

  • Session Variable Macro for Forms
    Forum Post Jan 2, 2014
    We’d like to include a few session-variable values in hidden fields on forms. Our plan is to use a macro to populate the Default Value of the appropriate fields. We’d like to accomplish this without any custom coding. Is there an existing macro that will resolve a session ...

  • RE:jQuery - issue with properly work of CMS Desk
    Forum Post Jan 9, 2014
    Kentico Version 7.x is compatible with jQuery v1.7.2 and uses that by default. It has not been tested with any version higher which is why you are experiencing the issues you are having. You might be able to use a macro or create a macro to check if you're in the CMSDesk...

  • RE:Macro |(sqlescape)
    Forum Post Jan 29, 2014
    Hi, Could you please post the string which your macro is returning so that I can try it on my end? To summarize it - in the where condition of your repeater webpart you are using condition which is returned by your macro? What error do you get? Kind regards, Richard...

  • RE:Macro |(sqlescape)
    Forum Post Jan 29, 2014
    Hi Richard, Sure, the string being passed to the macro ultimately results in: (SKUAvailableItems > 0) AND (DateCreated > CONVERT(date, '15/01/2014 11:02:57', 103)) However after running through the macro resolver results in: (SKUAvailableItems > 0) AND (DateCreated > CON...

  • RE:Root document name macro
    Forum Post Feb 6, 2014
    The issue is actually with the document permissions, in this case. There are two workarounds: 1) Give public users read access to all documents you want the macro displayed on 2) Add the following key to your web.config file: <add key="CMSCheckPermissionsForDocumentCo...

  • Import version 6 website.
    Question Jul 12, 2014
    Hello Support, I have version 6.0.43 website. when i am trying to import website in same get the below Error. ERROR:@@Error importing document '/BottomLinks/Site-map' Message: [DataConnection.HandleError]: Query: INSERT INTO CMS_Tree ([NodeAliasPath], [NodeName], [NodeAlias]...

  •   ... 61 62 63 64 65 66 67 68 69 70 ...