tridion-2011

Implementing full text search with Tridion Query

筅森魡賤 提交于 2019-12-08 22:14:47
问题 I have to implement full-ext search for website based on SDL Tridion WCMS. Any suggestions or an idea how to implement full text search using Tridion Query? 回答1: The SDL Tridion Content Delivery API is designed for retrieval of content based on system or custom metadata and/or taxonomy. The full text is not available via the API for searching. To implement a full text site search on a Tridion site it is normal to use/integrate a separate search engine, such as Google Site Search or one of the

Where can I find the Schema for the SDL Tridion UI extensions configuration file

蹲街弑〆低调 提交于 2019-12-08 17:20:51
问题 I downloaded the HelloWorld Extension for Tridion 2011 code to get started with it and everything is working, but I was wondering where I can find more information about the options in the configuration file. For instance is there a Schema available for the UI extension configuration, in particular for the cfg: (http://www.sdltridion.com/2009/GUI/Configuration), ext: (http://www.sdltridion.com/2009/GUI/extensions) and cmenu: (http://www.sdltridion.com/2009/GUI/extensions/ContextMenu)

Precompiled core service client versus generating your own proxy

天大地大妈咪最大 提交于 2019-12-08 15:07:43
问题 Since 2011sp1 Tridion comes with a precompiled core service client. Would there still be a reason to generate your own proxy by adding a service reference? Or is that older method officially deprecated now? 回答1: Let's take a look at advantages of compiled dll vs service reference: Core service is growing and it's quite a problem to generate service reference reference on slower network. The bigger core service will be the harder it will be to generate service reference (there are workarounds

How to get the user Id of the currently logged user in Tridion?

最后都变了- 提交于 2019-12-07 18:59:30
问题 I implemented a Ribbon tool bar button in the Tridion. As part of that I need to loop through the some components, which requires a valid session. To create a session in the Tridion I require a User Id. How to get the User Id of the current user(windows User Id)? Will the following command help us to get the user info? If so please let me know the usage of the command. getJsonUserSettings(); Thanks in advance. Early response is appreciated. 回答1: Try this way to get the User ID: Tridion.UI

How can I get the 'key' of a keyword from an XSLT TBB?

谁说我不能喝 提交于 2019-12-07 17:26:39
问题 I am working on the XSLT TBB (using the XSLT Mediator on Tridion 2011 SP1) to retrieve the key Value from the Keyword. My Keyword looks like this. Value: Some Value Key: Its ID is 123 It's a normal Keyword. I have created a schema with a field. The values will be selected from List and from Category. The component Source looks like this: This is the Component source directly taken from the component of Tridion UI. <Content xmlns="Some Name space"> <keywordlink xlink:href="tcm:202-9737-1024"

Automatic activity not performing

自古美人都是妖i 提交于 2019-12-07 14:32:49
问题 Created a workflow with basic as below. Created a calss library, used ProgId, set comvisible true and registerd the assembly in the Tridion server. This is the way i have tested: Created a component Finished the activity from the work list. Navigated to the "Global Work list" and finished the Reviewer activity by myself by choosing the "Back to Author" step and clicked the "Finish" button. The item is not moved to the author. but when i finish the activity again from the global work list, the

Access container page of a component in .net based CT

梦想与她 提交于 2019-12-07 10:27:14
问题 We are developing a .net based CT based on Broker query Mechanism (filter): ComponentPresentationAssembler cpAssembler = new ComponentPresentationAssembler(Page ID,Page object); In order to pass the page ID, I need to get the access of page on which the component is present. How can I access the page from package? Since this a CT, a component object would be available in page and not a page object. Tried the following piece of code, but without success: string pageURI = _package.GetValue(

Tridion 2011 - Filtering XSLT on Formatting Feature window

倾然丶 夕夏残阳落幕 提交于 2019-12-07 08:49:26
问题 Currently we are doing Tridion upgrade from 2009 to 2011. I see a strange problem and want to know why it is been updated differently. My Problem: On many of Schema's, we have our own filtering XSLT for content fields (that is, Rich Text Fields). Example: <xsl:stylesheet ... > ... ... ... </xsl:stylesheet> After upgrade to Tridion 2011, I see schema's are updated with the below format <stylesheet... > ... ... ... </stylesheet> Due to this, on the components rich text fields are not appearing.

How to set the next activity from the current automated activity?

大兔子大兔子 提交于 2019-12-06 20:53:55
问题 I am trying to decide the next activity from the current activity (Automatic decision activity)The below is my code. How to set the next activity? public void DebugUserCheck(string workitemid) { CoreServiceSession client = new CoreServiceSession(); SessionAwareCoreServiceClient csClient = client.GetClient(); var readoption = new ReadOptions(); WorkItemData workitem = (WorkItemData)csClient.Read(workitemid, readoption); ActivityInstanceData currentactivity = (ActivityInstanceData)csClient.Read

what is best way to Migrate Content from Tridion 5.3sp1 to 2011sp1

混江龙づ霸主 提交于 2019-12-06 15:14:33
问题 Our migration from 5.3sp1 to 2011sp1 will happen for period of 2-3 months, but content will be added on production during that time in tridion 5.3sp1. After the migration activities we will have migrated system on 2011sp1, But now i want to migrate new content from production(which is still in 5.3) to upgraded DB. Content porter version 2.3(currently being used in 5.3sp1 ) is not supported in 2011. What would be the best approach for this? 回答1: I think best is to redo the database upgrade