How to use sessionStorage for storing Reference Fields?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 11:21 PM
Hi all,
I need to populate reference value from variables in orderguide to request item and catalog task. If user having data it will populate. If user not having particular data in user record, it should be manually filled by user on form.
So we are using session storage for auto populating fileds. But its not working for storing reference fields.
Can you please suggest me possible way.
For string filed, we are using
if(g_form.getValue('variable_string')!= ''){
sessionStorage.setItem('xyz', g_form.getValue('variable_string'));
}
Regards,
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 11:42 PM
It is an old thread but might be helpful for you to work with session data.