Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

s.tl() and doPlugins

Avatar

Level 2

Hello,

 

I'm wondering if it is possible to use the doPlugins function when we send Custom Links with the s.tl() function.

 

Currently it seem to only work with the s.t() function, is there a configuration to change or another function to use ?

 

Kind regards,

Julien Chevalier

1 solution acceptée

Avatar

Réponse correcte par
Community Advisor and Adobe Champion

Dear julienc30593385,

 

Tricky question. Is there any stopper for it? Don't think so.

s.t() or s.tl() both can use Variables configured or set using Plugins. If you add Plugins to your Base Code, you can use it either on s.t() or s.tl() because you wont be using the plugin directly rather the variables set using the plugins.

 

Thank You!

Arun

Voir la solution dans l'envoi d'origine

2 Replies

Avatar

Réponse correcte par
Community Advisor and Adobe Champion

Dear julienc30593385,

 

Tricky question. Is there any stopper for it? Don't think so.

s.t() or s.tl() both can use Variables configured or set using Plugins. If you add Plugins to your Base Code, you can use it either on s.t() or s.tl() because you wont be using the plugin directly rather the variables set using the plugins.

 

Thank You!

Arun

Avatar

Level 2
Thanks, I will double check because I had the impression the doPlugins was not working fine with s.tl(), maybe I missed something