How to fetch the values and update on another field for the same form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Current State:
In the new form creation, under the Access to Existing Folder option:
Select Volume (multiple choice) currently has only one value.
Select Folder (multiple choice) currently has only two values.
New Requirement:
After task completion—once the folder name and volume name are created in their system—we need to store the values entered by the user in the request (i.e., folder name or volume name (multiline text) [selected under Create New Folder or Create New Volume)].
These stored values should then be fetched dynamically and displayed in the Select Folder and Select Volume fields.
Please guide me to write workflow script. At present, there is no option to store these values in a custom table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday - last edited Monday
At first glance i notice this:
1) Have you selected client ajax/callable check box ?
2) Also check your function , instead pass value like this :
getVariables: function() {
var ritmSysId = this.getParameter('sysparm_ritmSysId');
Thanks and Regards,
Mohammed Zakir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Can someone please guide me or correct my script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Can someone please guide me or correct my script?
