コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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



David Kangni

元の投稿で解決策を見る

1 返信

Avatar

正解者
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



David Kangni