Previous Topic: Add Cost Center and Department DetailsNext Topic: Configure CA Process Automation Datasets for ESX


(Optional) Hide the cost details in CA Service Catalog

Follow these steps:

  1. Log in to the CA Service Catalog server.
  2. Navigation to folder %usm_home%\explorer/service and open Serviceoptionpreview.xsl file

    Example: C:\Program Files\CA\Service Catalog\view\webapps\usm\explorer\service

  3. Edit the Serviceoptionpreview.xsl file.
  4. Comment out the lines between the comments <!-- FOR EACH COST RATE ITEM --> and <!-- END FOR EACH COST RATE ITEM --> as follows:
    <!-- FOR EACH COST RATE ITEM -->
    
    <!--
    
    <xsl:if test="count(usm_rate_definition[item_type/LITERAL='3'])>0">
    
              <div class="data" style="margin-bottom:3px;">
    
                    <xsl:for-each select="usm_rate_definition[not(item_id/LITERAL='-1') and                         (item_type/LITERAL='3') and (position()&gt;1)]">
    
                            <xsl:apply-templates select=".">
    
                                      <xsl:with-param name="showpopuplink" select="$showpopuplink" />
    
                             </xsl:apply-templates><br />
    
                    </xsl:for-each>
    
      </xsl:if> -->
    
    <!-- END FOR EACH COST RATE ITEM -->
    
  5. Delete all the generated translets.
  6. Navigate to translets folder.

    Example: C:\Program Files\CA\Service Catalog\view\translets

  7. Delete all the .class files in the folder.
  8. Log in to the CA Service Catalog.
  9. Click Catalog, Configuration, Options, Request Management Configuration.
  10. Click the Edit icon against the Access Control: Show Amount Column property.
  11. Use arrows to remove all the user roles from the Selected list.
  12. Click Update Configuration.
  13. Restart the Service Catalog services.

    The CA Service Catalog cost information is not displayed in the reservation forms.