Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

Can We Call a Javascript function through Personalisation block in Message Centre Template

Avatar

Level 2

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'."

1739767_pastedImage_3.png

Please help me on this.

Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

It won't work as Message center server is hosted by Adobe. Until you have access to this server to load your js library, you will not be able to call it.

David

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

It won't work as Message center server is hosted by Adobe. Until you have access to this server to load your js library, you will not be able to call it.

David

The ultimate experience is back.

Join us in Vegas to build skills, learn from the world's top brands, and be inspired.

Register Now