Questions tagged [tridion-2011]

SDL Tridion 2011 is the name of the SDL Tridion Content Management System released in 2010. SDL Tridion supports both Java and .NET architectures.

For more details on the SDL Tridion CMS, see https://stackoverflow.com/tags/tridion/info, more info on the Experience Manager can be found on http://sdltridionworld.com/releases/release_news/new-UI-sdltridion2011-sp1-released.aspx

595 questions
-1
votes
3 answers

Call C# Function from VB Script Not working

VB Script is not calling the c# method from the workflow. Am i doing correct? I am able to test the same code from the server. Option Explicit Dim testwfhandler Set testwfhandler= CreateObject("CoreComponentWorkflow.WorkflowHandler") If Not…
Jey
  • 2,137
  • 4
  • 22
  • 40
-1
votes
1 answer

CurrentWorkItem.ID is correct or not in workflow script editor?

I am using Tridion 2011 SP1, And I am creating workflow like start-->create-->Review-->publish--Stop. I created and registered the class library, and invoke the C# method using VBscript (Script Editor of WF Tab) as given below. Option Explicit Dim…
Jey
  • 2,137
  • 4
  • 22
  • 40
-1
votes
4 answers

How to access componentlink field names in third level?

How to access componentlink field names in third level? I have a schema which contains a field as embeddable schema, in that embeddable schema, I have a component link which is derived from another schema. How can i retrieve the field of that…
-2
votes
1 answer

Is it possible to retrieve the TCM URI of a component from the Broker DB in SDL Tridion 2011 SP1?

Is it possible to retrieve the TCM URI of a component from the Broker DB in SDL Tridion 2011 SP1?
tk2013
  • 31
  • 2
  • 6
-2
votes
2 answers

How to get tcmid of currently logged user in Tridion?

private void Subscribe() { EventSystem.Subscribe(GetInfo, EventPhases.Initiated); } public void GetInfo(User user, LoadEventArgs args, EventPhases phase) { TcmUri id = user.Id; …
Aquarius24
  • 1,806
  • 6
  • 33
  • 61
-2
votes
2 answers

Rendering Component link with Tridion2011 OData Linking.svc

We are using custom-written proxy class for handling the Web Service communication provided by Mihai Cadariu (screenshot attached) for resolving dynamic linking. For forming the LinkUrl parameters to resolve dynamiclink/component link we are…
-2
votes
2 answers

Integration of Microsoft Fast Search and Tridion 2011 SP1

We are upgrading to Tridion 2011 SP1 and as a part of Tridion search implementation we are using FS4SP (Fast Search for sharepoint 2010). In proposed implemenatation search environement consists of following servers: FAS4SP FISE Can someone guide…
user1517450
  • 127
  • 3
-2
votes
2 answers

How to enable the button which is created using custom control

I need to create buttons one below the other in tridion ribbon. I have created an usercontrol and it was appearing on the ribbon but in disabled mode. In the "http://tridiondeveloper.com/ribbon-item-group"; it was mentioned to include…
pavan
  • 451
  • 1
  • 5
  • 16
-2
votes
2 answers

Get items in a folder using Core Service

Using Tridion Core Service, how can I get all the items in a folder?
-2
votes
3 answers

Compound templating basic setup in Tridion 2011 SP1

Can someone let me know the basic setup of Compound Templating.Is there some reference document provided by Tridion.
user1517450
  • 127
  • 3
-3
votes
2 answers

Unable to show output on login of user to Tridion

Possible Duplicate: How to get tcmid of currently logged user in Tridion? I wrote below code in class library(dll) and add assembly reference in config file od Tridion but i am unable to get any window or alert showing user.Id and its not giving…
Aquarius24
  • 1,806
  • 6
  • 33
  • 61
-3
votes
1 answer

How to get the members of the group in Tridion

With the help of event handler i am getting the id of the user who have finished the Workflow activity. For getting the Id i am writing like: foreach(var user in activity.Performers) userId=user.Title.ToString(); Now, similarly how can i get the…
pavan
  • 451
  • 1
  • 5
  • 16
-3
votes
2 answers

Adding a dll file to GAC in SDL Tridion 2011 SP1

I have created a .dll project and I want to add it to Global Assembly Cache of Tridion server. Consider I have the .dll at location "C:\Documents and Settings\myfunction.dll". I have some questions. Do I need to download the gacutil.exe from server…
Patan
  • 17,073
  • 36
  • 124
  • 198
-3
votes
1 answer

Extending the GUI fields

I would like to extend the individual GUI elements, do some custom processing and later call the default function. For example: Whenever a particular Input Element is selected in the Component window, I would like show a TooTip to the user…
-4
votes
1 answer

Error while accessing tridion content manager

Getting below error while accessing SDL Tridion Content Manager (SDL Tridion version 2011). Did anyone face this issue before?
1 2 3
39
40