Upper case function in XSL returning error
Summary
Upsert quote integration to oracle sales cloudContent
Hi Experts,
I have an requirement to convert the value to uppercase and send to orace sales cloud in Upsert quote integration. im using below but retuning an error can someone please suggest.
1. <sal:Status>
<xsl:value-of select="UPPER($main_doc/status_t)"/>
</sal:Status>
2. <sal:Status>
<xsl:value-of select="upper-case ($main_doc/status_t)"/>
</sal:Status>
Error:
You have attempted an action that could not be completed. Please verify if the service is available, or contact your site administrator if this issue persists. Details: "Unknown Error"
Regards,
Sudheer.
Version
20A Patch2
Tagged:
1