
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2016 07:08 AM
Hi,
I have a Client UI Action that is available both as a form button and a list context menu.
What I' having trouble with is the gsftSubmit() function and any of the g_form functions are not available if run from e.g. a related list.
Do you guys (and gals) have any ideas how I might check from where the UI Action was triggered?
typeof rowSysId returns a value in both cases, so no use
g_form === undefined also does not seem to work.
I would like to write an if block so that if the UIA is triggered from a list it will run different client code than from a form.
Any help much appreciated,
Thanks!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2016 07:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2023 01:01 PM
Thank you ! Reading this solution in 2023. Life Saver!