Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

addInfoMessage() through catalog client script on protal.

Kevin Smith2
Giga Expert

Hello everyone,

Is it possible to addInfoMessage() through a catalog client script in portal ?

When a particular catalog is loaded, then I want to show a message.

Thanks

Kevin

1 REPLY 1

nataliya_b
Kilo Sage

have you tried to create catalog ui script with type all and than have

g_form.addInfoMessage('This is Test');

In the portal, it would be placed on the top of the page, not sure if it is what you want