Write a code for server script for fetching a custom table value ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2024 11:37 PM
16 REPLIES 16
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2024 12:32 AM
Hello @1dusjhyahnt ,
You are using if , so only one record will be returned. So kindly update the info messages line with below code
gs.addInfoMessage(data.values[0].u_name)
gs.addInfoMessage(data.values[0].u_class)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2024 03:15 AM