Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Hi All

basha shaik
Tera Contributor

HI All,

 

i have one table  is called 'Certificate Management' that is custom Application, not extend any table for  'Certificate Management'.

 

i need to 'child Cert' Button when i click 'child cert'  copy of all fields

 

i have write code but it's not working please any body help.

 

bashashaik_0-1714627916894.png

 

bashashaik_1-1714627993772.png

 

THANKS

 

 

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@basha shaik You are trying to use alert('test'); which is a client side method and not available on the server side script. Instead use gs.addInfoMessage('test'); This should address your issue.

 

Hope this helps.