Hi team,
I have created few functions in Javascript code and want to use those function in personalisation block for Message Center Template.
For the same i have loaded the library and called the function.
I have created a new personalisation block with below Snippet :
<%
loadLibrary("/cus/customizedFPLCode.js");
%>
<%= displayCurrentDateMonthYearTime(value)%>
Here customizedFPLCode.js is Javascript code name and displayCurrentDateMonthYearTime(value) is the function name.
In Message Center template i have included the above personalisation block(i.e. where i am calling Javascript code). Below is the snippet :
<%@ include view=' ' %> // entered the personalisation block name
But mail is not getting triggered after executing the Soap Request . Below error is coming :
"Error while compiling script 'content htmlContent' line 685: loadLibrary is not defined. SCR-160012 JavaScript: error while evaluating script 'content htmlContent'."
Please help me on this.
Thanks