The CreatorCon Call for Content is officially open! Get started here.

Glide AJAX is not working ( from a catalog client script)

Gal1
Kilo Guru

Hi Experts,

My goal is to be able to call a server script with glideAjax from a catalog client script, which related to a record producer. right now I'm getting null as an answer (from the glideAjax) and also my logs on the script include are not executed. 

Please help, what am I missing?

 

 

record producer:

 

find_real_file.png

find_real_file.png

find_real_file.png

catalog client script : 

find_real_file.png

 

script include:

 

find_real_file.png

1 ACCEPTED SOLUTION
26 REPLIES 26

Still getting null 

find_real_file.png

find_real_file.png

null is giving because your script include has not returned anything. 

Make sure you set "All Application Scope" in your script include ?

 

 

 

The answer is null and also there is no log.

 

find_real_file.png

 

 

comment gs.info() and use gs.log()

 

 

 

tried it. didnt help