0
votes
1answer
203 views

How to convert the VBScript code to Java as VB Script is supproted in Tridion SP1?

We are migrating VBScript code to Java as VBScript is not supported in Tridion SP1. How to convert the below VBScript code to Java? [% For Each lObjCP In Page.ComponentPresentations ...
-1
votes
3answers
191 views

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= ...
0
votes
2answers
184 views

Unable to understand VBScript set of code

I need to convert some VBScript code to C# 2.0, below is the VBScript code, which needs to be converted to c#. ' Component Template titles handled by the summary templates FeaturedCT = "Featured ...
1
vote
1answer
376 views

What is C# sample code for VBScript SetLocale Function

I have got below code in VBScript. Sub SetPageLocale() Dim Locale Dim ContextObject Set ContextObject=getContextObject ...
0
votes
1answer
2k views

how to add a attribute in existing xml using vbscript

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"> ...