Hi everyone, Got a rather newb question to ask: Is it possible to have a webpage with URLs pointing to specific Teamsite DCRs in contentcentre and if so how is this done? The aim here is for somewhat of a customized GUI with a sitemap of all CMS-able pages/components to make the navigation to DCRs within contentcentre easier and less confusing for non Teamsite trained users. Regards, KennethL
<div id="DCR_edit"> <a href="http://SERVERNAME/iw-cc/command/iw.ccpro.launch_edit_form?vpath=//Server/default/main/Sub-Branch/WORKAREA/Inetpub/templatedata/Category/DataType/data/TestLinkDCR.dcr"> Link To DCR </a></div>
Thanks vaibhav2288 for your reply, Would I be right to assume that the contentcentre interface will open, prompt the user to login and after that, fast forward right to the DCR? Would logged in users be able to access subsequent pages via these external URLs without having to login again? Cheers, KennethL
This also works.http://SERVERNAME/iw-cc/edit?vpath=//Server/default/main/Sub-Branch/WORKAREA/Inetpub/templatedata/Category/DataType/data/TestLinkDCR.dcr
Using the this URL, we have made a simplified simi in-context editing tool, where we have a call to the DCR URL invoked by a key press from the preview site for all of the site pages that get output from TS. When the user makes a change and saves, it kicks off a deploy workflow to the preview site.Even uploading of images, PDFs, etc. can be done via the DCR and get included in the WF for that particular DCR change; the end user never has to navigate through TS directories which saves on training.P.S. Also, the same is being used to open and edit SP .page files.