Hello,
I am trying to create some custom mapping using the XSLT Editor.
Where can I get a list of approved Infor functions and their syntax?
I have seen some examples of functions such as ...
- fn:translate(), fn:string(), fn:substring(), fn:QName(), fn:concat(), etc...
I am trying to use the toUpperCase() so that I may capitalize an element from vendor source into an element within the AssetMaster. Can I use the fn:translate() to achieve the same thing?
Thank you in advance.