HI All,
We have a requirement where we need to modify the show routing options screen" with some default values as shown in the attachment.
For the exclude check box to be checked as default , I made the below changes to GetRoutingConstraintscomm.xsl and deployed the file in the path [OTM Instance] /opt02/app/otm/apache/htdocs/xsl/uic and also bounced the server , but the changes are not reflecting.
<td>
<xsl:call-template name="fieldBoolean">
<xsl:with-param name="name">inclusive/transport_mode_ex</xsl:with-param>
<xsl:with-param name="label"><xsl:value-of select="translator:get-translated-value('field.is_excluded')"/></xsl:with-param>
<xsl:with-param name="form">management_main</xsl:with-param>
<xsl:with-param name="value"><xsl:value-of select="transport_mode_ex"/></xsl:with-param>
<xsl:with-param name="query">false</xsl:with-param>
</xsl:call-template>
</td>
Please suggest me how can we achieve this.
Thanks in advance.
Regards,
V.Chandrakala
We have a requirement where we need to modify the show routing options screen" with some default values as shown in the attachment.
For the exclude check box to be checked as default , I made the below changes to GetRoutingConstraintscomm.xsl and deployed the file in the path [OTM Instance] /opt02/app/otm/apache/htdocs/xsl/uic and also bounced the server , but the changes are not reflecting.
<td>
<xsl:call-template name="fieldBoolean">
<xsl:with-param name="name">inclusive/transport_mode_ex</xsl:with-param>
<xsl:with-param name="label"><xsl:value-of select="translator:get-translated-value('field.is_excluded')"/></xsl:with-param>
<xsl:with-param name="form">management_main</xsl:with-param>
<xsl:with-param name="value"><xsl:value-of select="transport_mode_ex"/></xsl:with-param>
Quote:
Just changed the value of transport_mode_ex to Y, also tried with true
</xsl:call-template>
</td>
Please suggest me how can we achieve this.
Thanks in advance.
Regards,
V.Chandrakala