Hi,
How can I pass channel , categories and some field of CTD to when new instance open it filled?
Thanks
Alisson Xavier
From: eLink Entry: Discussion Group - Web Experience Management [mailto:v7webcontentmanagement@elinkkc.opentext.com]Sent: sexta-feira, 24 de agosto de 2012 01:52To: eLink RecipientSubject: RE Create new instance in link DPM Site using javascript VUI
RE Create new instance in link DPM Site using javascript VUI
Posted bynpagadal@opentext.com (Pagadala, Nutan) On 08-24-2012 00:49
For creating a new Content Instance, it is pretty much the same JS code you mentioned, except that you do not pass in an ID. When an ID is not passed it, it assumes you are trying to create a new instance.
- Nutan
From: eLink Entry: Discussion Group - Web Experience Management [mailto:v7webcontentmanagement@elinkkc.opentext.com]Sent: 23 August 2012 20:26To: eLink RecipientSubject: Create new instance in link DPM Site using javascript VUI
Create new instance in link DPM Site using javascript VUI
Posted by alisson.xavier@ifactory.com.br (Albuquerque, Alisson) On 08-23-2012 10:54
Hi guys,
Is there one javascript at VUI framework to create new content like that bellow?
vui.vcm.ui.editor.edit({asObjectType:eval('vui.vcm.type.CONTENT_INSTANCE'),objectTypeId:'7566269f8f0e9110VgnVCM10000032a71dac____',objectTypeXmlName:'HGINTRANET_NEWS',id:'493ab592fd497310VgnVCM1000008303640aRCRD'});
[To post a comment, use the normal reply function]
Forum:
Discussion Group - Web Experience Management
Content Server:
Knowledge Center
Topic:
You can try the following:
<![if !supportLists]>1. <![endif]>For pre-populating the channels/categories you can create a “QuickAction” for the respective CTD and then try to create an instance from the quickaction.
<![if !supportLists]>2. <![endif]>You can clone the contentinstance. This can be done by passing in a “cloneId” to the vui.vcm.ui.editor.edit(). The cloneId is the ID of the contentinstance to clone.
<![if !supportLists]>3. <![endif]>If you want to populate some default values for the fields, then you would need to modify the widget settings in the CTD, so that it can have default values.
From: eLink Entry: Discussion Group - Web Experience Management [mailto:v7webcontentmanagement@elinkkc.opentext.com] Sent: 24 August 2012 17:48To: eLink RecipientSubject: RE RE Create new instance in link DPM Site using javascript VUI
RE RE Create new instance in link DPM Site using javascript VUI
Posted byalisson.xavier@ifactory.com.br (Albuquerque, Alisson) On 08-24-2012 08:16
Posted by npagadal@opentext.com (Pagadala, Nutan) On 08-24-2012 00:49