How to declare logs when using Catalog Client Scripts?

Saurabh8
Kilo Expert

Hi Team,

Can someone guide me as to how to declare logs while using Catalog Client Scripts?

I am trying to test a scenario where I need to see a message for a Record Producer, but it's not working. I need to see it on top of the Portal page, the moment I fill/change a record producer variable value:::


Regards,

Saurabh

1 ACCEPTED SOLUTION

Change the UI Type field value as 'All' in your client script screenshot above

 

Mark as correct and helpful if it solved your query.

Regards,
Sumanth

 

View solution in original post

7 REPLIES 7

You're welcome  🙂

Community Alums
Not applicable

Hi Saurabh,

JavaScript that runs on the browser, such as client scripts, can include a call to jslog() to send information to the JavaScript log. More info here : JavaScript debug window

Mark my answer correct & Helpful, if Applicable.

Thanks,
Sandeep

Hey Sandeep,

Please find the attached screen shot.