-
Can we upload CIs in bulk from a csv file?
We have Employee CTD in VCM. We need to upload theinformation of the employees in bulk from a csv file including their classifications,channels and language details.Please let us know if this is possible to implement if yes then how.
-
Can we upload CIs in bulk from a csv file?
We have Employee CTD in VCM. We need to upload theinformation of the employees in bulk from a csv file including their classifications,channels and language details.Please let us know if this is possible to implement if yes then how.
-
Content Instances not Listed in VCM
Hi Team, I had used the Vignette API to create Content Instances on a specific CTD. The items are not getting listed in the VCM AppConsole. In the Database, the records are created in the custom table, I can see the record in VgnAsMoMetaData as well. When I try to find the CI's and delete using custom VCM API, It says…
-
How to configure the Web Connector 3.0 portlet at runtime?
I need to make a call from a style of VAP 7.4 to an instance of the portlet Web Connector 3.0 and pass a parameter to the URL at runtime or dynamically. http://www.****.com/reports.aspx/?code=4567
-
When attempting to edit Ephox Inline link, getting error because user needs SITE_PUBLISH capability?
Hi, I have users attempting to use Ephox with Inline Links in VCM 8.0 SP2. When some of the users click on an existing link within ephox, they are receiving an error: com.vignette.as.client.exception.AuthorizationException: 02/13/2012 11:18:06:331, Error 0 (Authorization Error), Message 026-221-0020: User does not have the…
-
Need vgn-ext-links context root mapped to TAS?
Hello. We are upgrading from VCM 7.6 to 8.0 and we also use the inline links extension. In 7.6, we copied the TAS common.war file and deployed it as vgn-ext-links.war. For 8.0, I believe someone (Mario?) instructed us to deploy common.war renamed as the following four wars: vcm-ui-descriptors.war, vcm-ui-dropdown.war, v…
-
DM Document Number Conversion Utility added
I've just added a new utility that allows a user to convert a document number to the DM file name or convert a DM file name to a document number and version. The utility also allows a user to pass in a text file of document numbers or DM file names and have a file created of the conversion output. The utility can be found…
-
The sorting to add a content instance into content list widget
Currently, when we add the content item into the Content List widget, it puts the newest entry at the top. Is it configurable to put the entry at the end of the list?
-
Upgrading from VCM 7.5 to WEM 8.1. Inline widget functionality?
Hello, We're going through a product upgrade -- migrating from VCM 7.5 to WEM 8.1. We used to use the Inline Link widget in order to generate URLs pointing to Content Instances. We've exported our CTDs (using vgnexport), them imported them into the target box, which didn't work because the Inline Link widget is not present…
-
V8 widget transformer
Hello. I am trying to configure a custom transformer for the WCMDataMultiSelectWidget in Content Workspaces. I created a transformer class that extends DataMultiSelectTransformer and a widget-transformers.xml file. I packaged these up in a jar (placing the xml file in the vignette.customer package) and deployed using…
-
VCM 8.1 getThemeFilePaths order incorrect
Hi, We have just applied VCM patch 8.1 & 8.1 SP1 and we notice that the theme command List<String> themeFilePaths = requestContext.getThemeFilePaths(); does not return the files in the order set in the theme in the VCM. Does anyone else have this issue? Thx
-
Sharing content components between region/sites.
Hi people, Is there an easy way to share content components between sites in site preview? I need update an content component in a site and automatically this action should be reflected in other site. If I share regions? This solve my problems? Thanks.
-
How to submit multiple documents into a single folder object?
I have a requirement to submit 3 documents to a folder object at the same time, is there any template is available for this in collab?
-
JSTL to get component xml name instead of display name
Hi, Does anyone know how to get the component xml name instead of display name of a content type using JSTL? I am using WEM 8.01 I tried to use "<c:if test="${item.system.objectType.system.name == 'xxxxxx">", but turn out "system.objectType.system.name" is a display name of the object. Regards, Virtry
-
File Alt widget is not working in V8 mode
Hello, I wonder if anyone had success making "File Alt" widget working in V8 mode. In particular if anyone had success making it call Handler Class. Thank you
-
Builder Installation Error on 64-bit OS
Hi,We have downloaded Builder 8.2 from:http://mimage.opentext.com/support/ecm/secure/software/vignette/portal/builder/builder8.2win32.zipWhen we are trying to run the installation, we are getting below mentionederror on command prompt and the installation is not proceeding further.Any idea what could be going wrong or this…
-
Custom Content Component Type extend ContentMultiSelectComponent
Hi,I have a portlet whose html output varies based on a http header. Here isa description of what I've done, along with the error. It's a bit long, buthopefully it contains all the details required:I have created a subclass (CarouselMultiSelectComponent) ofContentMultiSelectComponent which overrides the createCacheKey…
-
Updating Ephox Inline link widget after applying cumulative fix
We have applied the below cumulative patch on top of our Vignette V8 installation. Vignette® Content Version 8.0 Cumulative Patch RELEASE: 8.0 20120105 We already have the Ephox Inline link widget installed in our VCM installation. Now do we have to recompile the Ephox Inline link widget source code with the new jars…
-
how can I add x # of Integers and do a comparison in an if statement?
Hi, I'm getting a NullPointerException when I try to add x # of Integers and do a comparison. I declare my variables like this: Integer i1 = 0 Integer i2 = 0 Integer i3 = 0 ..... Integer i[x] = 0 I do some logic and assign values to those Integers: i1= 1 i2 = 1 etc..... when I try to do this: if (i1 + i2 + i3 + i4 + .... +…
-
Preview XSLT
Hello I have a CTD whose "Preview Template" is overriden with XSL file. The following is defined in the XSL file. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:CUTIL="com.vcm.util.xsltUtils"> Where will the file (com.vcm.util.xsltUtils) be deployed on VCM ? I am trying to locate this…