Hi
Within the XSLT Editor, I'm attempting to use a PHP function such as below
<SALESPERSON>
<xsl:value-of select="php:function('salescode',string(/OrderRequest/TransactionHeader/AccountCode),string(/OrderRequest/Order/OrderHeaderInformation/AddressingInformation/CustomerPO))"/>
</SALESPERSON>
but am encountering the following error message
Could not create transformer based on defined xslt. Reason: Failed creating transformer. Caused by: 'The first argument to the non-static Java
function 'function' is not a valid object reference.'
Is it possible to use PHP functions within Infor ION XSLT?