Pages

Monday, December 21, 2015

How to get the template details of UCM page ?



How to use IsPageDebug to get resultset , template etc used in WCC ?




Purpose : To get the details of template page of UCM . It is required for debugging issue related to display and customization of page .

Example : In this example we looking to details of “Active Workflows” . Which can be located at

Content Management → Active Workflows

IdcService : IdcService=GET_ACTIVE_WORKFLOWS

URL : http://IP:PORT/cs/idcplg?IdcService=GET_ACTIVE_WORKFLOWS

Detailed Steps :

1. Change the Layout to TopMenus from My profile page


2. Append &IsPageDebug=1 at the end of the URL .

Example :
http://IP:PORT/cs/idcplg?IdcService=GET_ACTIVE_WORKFLOWS&IsPageDebug=1


3. Click on the tiny icon at the bottom right corner of the page


4. 

































5. Click on Final Page binder

it will show new pop-up as “Final page Binder “





































7. Click on LocalData


















































8.This will show all the details regarding display .

For Templates specific data , look into :



































Template Class : Workflow
Template FilePath : Path of htm file used
Template Name    : WORKFLOW_LIST
Template Type     :  WorkFlowListPage

No comments:

Post a Comment