• Elevation of privileges through Macro Expressions
    Forum Post Feb 5, 2013
    The vulnerability exists due to insufficient validation of Macro Expressions. Successful exploitation of this vulnerability requires write access to a field or editable region where a Macro Expression is accepted. Permission to edit SQL code is not required. A remote user ...

  • RE:{%link%} macro
    Forum Post Feb 13, 2013
    Thanks Jan, I wonder if you could help in getting the post within the macro? I'm currently trying: CMSForum_ForumPost post = sender.SourceObject as CMSForum_ForumPost; postUrl = ForumFunctions.GetPostURL(post.PostID, post.ForumID); However post is coming out a...

  • Nested custom macro
    Forum Post Feb 13, 2013
    Hello. I have created a custom macro called DocAssetFormName which also excepts a parameter called docid. when i use the following code: {% ProcessCustomMacro("DocAssetFormName", "|(DocId)148787") %} it works fine (because there is no nested macro) however when I do thi...

  • RE:Retrieve menu caption from UI Culture
    Forum Post Apr 16, 2013
    Hello, Yes, this is possible using localization macros or in-place localization macros: Macro expressions In your case you can use the in-place localization macro right in the Menu caption property like this: {$=Home|zh-cn=ChineseHome$} Best regards, Jan Hermann

  • RE:Display contact's salution in newsletter
    Forum Post May 16, 2013
    Hello Martijn, As a FroggEye suggester... the best option will be to create a custom macro and one thing you can take benefit of is the context macro of Marketing that is passed to the Newsletter as a parameter: {% OnlineMarketingContext.CurrentContact.ContactID |(user)mic...

  • RE:use current date time macro for default value of custome table filed
    Forum Post Jun 12, 2013
    No it didn't solved my problem :( . I used HotFix_55R2_44_net40.zip, is there any newer hotfix? I found out that the problem is attribute type( datetime) , when I change it to (text) the macro saves... Is that possible to use macro with datetime type?

  • RE:Dynamic background image based on a document property?
    Forum Post Jun 17, 2013
    Hi, How exactly and where oyu want to specify the background? Have you tried using the Head HTML web part and using some macro there - I would say that you will need a custom macro that will contain some conditions according your rules and the out put of the macro will be g...

  • RE:Master Page Template Problem
    Forum Post Jun 22, 2013
    Hello, Could you please try using the Localization macro in your master page? With this macro you should be able to display the text based on the viewing language. I believe that you dont need to have 3 different layouts. How to use localization macros please see http:/...

  • RE:Alternative form macro/value
    Forum Post Jun 24, 2013
    Hi, for which object is the alternative form? For custom tables, there are no macros to get the value, but for other forms there should be a way. It may not be directly and simply in the context macro, but you may need to get it from some name space and class using K# or, a...

  • RE:Alternative form macro/value
    Forum Post Jun 25, 2013
    Hi, I meant e.g. for a document type field - even if an alternative form is used, you can get the values e.g. from the PageInfo in the macro from the document/node data directly. For biz forms and custom tables, you need to use custom macro at this moment. There will be ...

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