Hi All
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 10:41 PM
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.
THANKS
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 10:47 PM
@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.