pflow.js
After adding a custom function in pflow.js
what else has to be done?
I stopped and restarted pfem, pfsch, pfrmi, pfbpm but function not showing up in drop-down list?
//*****Function Definition -->String=lowerCase(varString) //
/*******************************************************
Function: lowerCase(str)
Purpose: Lower case a string variable
*******************************************************/
function lowerCase(str)
{
return str.toLowerCase()
}