tridion

Outbound E-mail Profile API: Get list of e-mailaddresses

不问归期 提交于 2019-12-23 09:36:44
问题 I'm working on a Java console application that needs to go through all the e-mailaddresses in the frontend database in Tridion Outbound E-mail 2011 and change a certain extended field of that contact. I've gone through the Subscription API documentation for clues on how to get a listing of all the e-mailaddresses, but I'm getting stuck there. Is there any clean way to do this through the API, without resorting to database queries? 回答1: It is not possible to get a list of Contacts using the

Keyword Path in SDL Tridion

血红的双手。 提交于 2019-12-23 09:27:44
问题 Could someone please give some idea on how this can be done? This might be very simple and basics, but i couldn't figure this out. Here is my requirement. I have a category A with child keyword B and B got another Child Keyword C. I want to get the exact path of selected keyword in my component template,Say for eg, if user selects keyword C, i need the value with path like A\B\C and not just as C. But Tridion always gives me the value as C and not as A\B\C . Component Schema is using "Tree"

Tridion 2009 SP1 Broker not returning results

本秂侑毒 提交于 2019-12-23 09:21:15
问题 I am having trouble loading a Dynamic Component Presentation from the Broker based on a fairly simple query like the below, where I am trying to load the Component based on being tagged with a specific Keyword: private string GetComponentPresentations() { Logger.Log.Info("Entered GetComponentPresentations"); var publicationCriteria = new PublicationCriteria(_publicationId); int schemaId = int.Parse(SchemaId.Split('-')[1]); // Is it the correct content type (Schema) var isSpecifedSchema = new

Is it possible to default to 'main view' of the SDL Tridion 2011 CME instead of the dashboard?

为君一笑 提交于 2019-12-23 09:21:00
问题 SDL Tridion 2011 introduced the new dashboard (or control panel) in the CME. Under User Preferences > View Settings on that page, it is possible for a user to change their start-up view to load the main view rather than the dashboard. Is it possible to set this as a system wide setting for all users? We are interested in doing this because we have a default custom page that we want our editors to see, but this page is no longer loaded due to the dashboard being loaded by default. 回答1: We can

I set up my SDL Tridion 2011 instance to run with multiple host headers and now the Core Service doesn't work. How do I fix it?

旧街凉风 提交于 2019-12-23 08:51:34
问题 I recently configured my SDL Tridion 2011 CME to use multiple host headers. To enable the CME to load I set WCF.RedirectTo in the appropriate web.config. However, my Core Service no longer works. I get the following error: WebHost failed to process a request. Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/63835064 Exception: System.ServiceModel.ServiceActivationException: The service '/webservices/CoreService.svc' cannot be activated due to an exception

How to create the custom buttons horizontally one below the other in ribbon of Tridion

↘锁芯ラ 提交于 2019-12-23 08:33:26
问题 How to place more than one custom buttons horizontally - one below the other in tridion ribbon. Like we have Check-in, Check-out, Undo Check-out buttons. I tried in creating more than one custom buttons by placing them in a group, but by default they were getting aligned side-by-side but not one below the other. 回答1: In one of my articles on Tridion Developer I explained all about how to use the Ribbon Item Group, this fits small buttons under each other, so that you can place 3 buttons in

how to add a attribute in existing xml using vbscript

做~自己de王妃 提交于 2019-12-22 18:34:35
问题 I have below xml and I am using VBSript to generate it. <?xml version="1.0"?> <tcm:ListItems xmlns:tcm="http://www.tridion.com/ContentManager/5.0" ID="tcm:481-86880-2" Managed="10682"> <tcm:Item ID="tcm:481-594051"/> <tcm:Item ID="tcm:481-594088"/> <tcm:Item ID="tcm:481-594089"/> <tcm:Item ID="tcm:481-594090"/> <tcm:Item ID="tcm:481-594343"/> <tcm:Item ID="tcm:481-594344"/> <tcm:Item ID="tcm:481-594578"/> </tcm:ListItems> Now I have got a pageURL (/english/destinations_offers/destinations

How to include Dynamic component presentation in the tridion page?

最后都变了- 提交于 2019-12-22 08:19:10
问题 How to include/refer a dynamic component template in the page. I had created a dynamic CT and published it, but want to render its presentation in the page. Please suggest. Thanks in advance, 回答1: There are many ways to add dynamic presentation on the page. Direct Approach - For this your component presentation should be allowed to on page. Check Allow on Page Using Dynamic Assembly . Add the presentation on page same as all others. Code Approach - You may use API to get your component

How to add user defined methods in C# TBB(C# code fragment)?

孤人 提交于 2019-12-21 12:06:21
问题 I am creating a C# TBB(C# Code fragment). For that I need to write a userdefined method. I tried creating it using <%! %>. How to access the user defined method in the code. Thanks in advance. Please suggest me a way to solve this issue. 回答1: The TOM.NET API reference provides the following example: <%@ Import Namespace="Tridion.ContentManager.Publishing"%> <%! private string ExtraString() { return "Something added by the C# template"; } %> log.Debug("Executing C# template"); if (engine

Any open source alternatives for Dreamweaver using WebDav?

扶醉桌前 提交于 2019-12-21 05:17:10
问题 We would like to use WebDav to work with our templates and we can't use Dreamweaver. Any suggestions? Thank you, 回答1: Any text editor should do the job here - i'd recommend either Sublime Text 2 or Notepad++ As long as you have the WebDav path mapped as network drive you should be good to go. 回答2: I would suggest looking at OxygenXML editor. It isnt open source, but its relatively cheap and has good HTML, css, etc support, and has built in support for webdav. I've found that editors which