Release Manager → Implementation → Common Customizations → Adding the Component Versions Widget to Your Process Apps
You can add the Component Versions widget to any SBM process app form. This would enable your users to see the list of component versions associated with that process app's items. This would not show a list of snapshots.
To modify a process app to use the Component Versions widget:
$INCLUDE(rlm/deploymentUnitView.htm)
<script>
var mtParameters = \
{
"recordId" : $RECORDID(),
"tableId": $TABLEID(),
"projectId": $PROJECTID(),
"mode":"view",
"widgetType": "MT"
}
AddLoadCallback(function()\
{rlm.deploymentUnitView.loadWidget
(mtParameters,"nocallback");});
</script>
Copyright © 2012–2014 Serena Software, Inc. All rights reserved.