create a new module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 01:23 PM
I need to create a new module which asks for a new value from user and updates it in another table where the user wants to change/update a particular value.
for this i need to create a module and a form..can anyoone help with this.
Thanks
Divya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2017 10:03 AM
I did the same, but it is not going into the loop, if there is only one record in the glide record.
Thanks
Divya

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2017 10:35 AM
Can you please add this line before while and check how many rows are you getting.
gs.log('Row Count:' +gr.getRowCount());

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 03:23 PM