tridion

How to set IsPublishedTo status on a Tridion Component?

吃可爱长大的小学妹 提交于 2019-12-01 05:16:57
问题 After a Tridion CMS Database restore from another environment we cannot unpublish Components from the Broker. If we publish to the Broker then we can unpublish. We want to set the IsPublishedTo status to the publish targets available in the new envioronment. The TOM API has a SetPublishedTo method available for Pages and Component Templates but not Components. How can I set the PublishedStatus for the Components? Is it possible using UpdateXML or do we need to perform database black magic?

Making sure my extended lists always show “current” data?

独自空忆成欢 提交于 2019-11-30 20:06:09
When you create a Data Extender for a CME list – for instance to add a column for the Schema as in this example – it all works fine and dandy whenever you do actions that force a List reload. However, some actions don’t force a list reload (like editing a component in a folder, then saving & closing) and it looks like Anguilla is loading the data for the item that changed using a different mechanism that loads only the data for the item in question (which makes sense). If I would want my extended list view to behave properly and also load my additional attributes whenever a given item changes

Continuously Update Preview alert on SDL Tridion UI 2012

心不动则不痛 提交于 2019-11-30 09:05:57
I am trying to establish new SDL Tridion UI 2012 functionality on some test (default) pages. I am continuously retrieve "The preview for this page is not up to date" alert despite the fact that I click on "Update preview" several time. I was using virtual image, so anyone else is not possible to edit page except myself. No matters which component changed. I have taken a look into cd_core.log file on "session preview" web service side and find these nodes interesting: INFO WritableODataClaimProcessor - No session wrapper is installed, not allowing modification operations DEBUG

How to register a .NET assembly as COM?

假如想象 提交于 2019-11-30 05:43:09
I have created a class library for a workflow on a local machine and build that. I moved the complete solution to a Tridion server and tried to register the assembly in the server using regasm.exe tool as below: C:\User\XYZ\Desktop\>RegAsm \codebase F:\Workflow\WorkflowHandler/bin/debug/WorkflowHandler.dll I got the following error: failed to load 'F:\Workflow\WorkflowHandler/bin/debug/WorkflowHandler.dll ' because it is not a valid .NET Assembly. My server details: 64-bit, Windows Server 2008 R2 Enterprise, and .NET Framework 4 installed. Are you sure you have the right RegAsm in your path

Making sure my extended lists always show “current” data?

天涯浪子 提交于 2019-11-30 03:32:43
问题 When you create a Data Extender for a CME list – for instance to add a column for the Schema as in this example – it all works fine and dandy whenever you do actions that force a List reload. However, some actions don’t force a list reload (like editing a component in a folder, then saving & closing) and it looks like Anguilla is loading the data for the item that changed using a different mechanism that loads only the data for the item in question (which makes sense). If I would want my

Creating anchor links in rich text fields with SDL Tridion 2011 SP1

时间秒杀一切 提交于 2019-11-29 10:48:22
I am trying to use the anchor button in a RTF field of a Component, and getting unexpected behavior. Using the Chrome Browser from the design view, I highlight/select the heading (i.e. <h2>My Heading</h2> ) I want to use as an anchor, and press the anchor button and enter the anchor name (i.e. my_place). This results in the following code being displayed in my source tab: <a name="my_place" id="myplace"/><h2>My Heading</h2> This causes render problems when displaying the HTML in a browser due to the self closing <a/> tag. I would have expected one of the following three HTML fragments being

Retrieving values of a linked component in Dreamweaver TBB - and making it SiteEditable

左心房为你撑大大i 提交于 2019-11-29 07:22:13
I am working on Dreamweaver TBBs in SDL Tridion 2011 SP1. I am unaware of handling component links in Dreamweaver TBBs. Consider my Component name is "A" which has link to another component "B". Component A source looks like this: <Content xmlns="Some UUID"> <Name xlink:type="simple" xlink:href="tcm:184-1897" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:title="B"></Name> </Content> Component B source is: <Content xmlns="Some other UUID"> <first>first field</first> <second>second field</second> </Content> I want to write a DWT TBB which can access the fields in the linked component B from

How to add external JavaScript or CSS files to our Tridion page?

流过昼夜 提交于 2019-11-29 06:49:54
I have an external JavaScript and a CSS file . I am not getting the idea how to add this file to my page. I am using DWT TBBs for both CTs and PTs . I am writing internal CSS in my page TBB for getting the output for the time being. but I am not getting how to implement JavaScript. Can somebody help me? Should I make these file as component and render them on my page? Is this the correct way? If yes, please tell me the steps to be followed. This is a topic for wide discussion, I'll try to outline the various possibilities: Create CSS & JS as Binary Components, link to these from DWT template

How to register a .NET assembly as COM?

强颜欢笑 提交于 2019-11-29 02:14:35
问题 I have created a class library for a workflow on a local machine and build that. I moved the complete solution to a Tridion server and tried to register the assembly in the server using regasm.exe tool as below: C:\User\XYZ\Desktop\>RegAsm \codebase F:\Workflow\WorkflowHandler/bin/debug/WorkflowHandler.dll I got the following error: failed to load 'F:\Workflow\WorkflowHandler/bin/debug/WorkflowHandler.dll ' because it is not a valid .NET Assembly. My server details: 64-bit, Windows Server

How can we integrate Microsoft FAST with SDL Tridion 2011 SP1?

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-28 01:58:53
Right now we are using SDL Tridion 5.3 soon we will be upgrading to Tridion 2011 SP1. While upgrading to Tridion 2011 SP1 we also want to use FAST FISE (SP 4) search engine for implementing search on the published web site. Can anyone help us in understanding how this can be done with respect to Deployer extentions as well as changes in Content Delivery side (we have .NET implementation). Is there any API reference or implementation documentation available? I don't have specific experience with FAST, but can't be different from many other search engines as far as integrating works. The easy