Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2022 04:23 AM
Hi Jeff
g_request will not work in client script, you can use it in order guide script. If script field is not available on form you can add using Form Layout.
g_request.getParameter('IO:SysID of varaiable') can get you value for order guide variable.
Thanks.