Closed angelo337 closed 8 years ago
You try to call a function on a null value. Check for null
first, or use metadata.getString('empresas', 'anyDefaultString')
to make sure null
is never returned. Alternatively, you can use the CharacterCaseTagger to avoid relying on scripting for this.
hi there
after working on this problem this weekend I figure it out. the problem is that the JS implementation in JAVA do not cast automatic all variables so in order to make it work I have to cast that variable that is failing.
thanks for your help angelo
hi there sorry to bother you but I am having an issue with the script bellow
after running the script I am getting and error saying that is not a 'toUpperCase()' defined:
could you please check that for me? thanks