Access to getXMLWait is not available in scoped applications , what is workaround ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2015 01:03 PM
I am trying to query related list on submit and i am getting 'Access to getXMLWait is not available in scoped applications' infomessage on the form.
I am trying to do something similar to Make entry in related list mandatory
any workarounds?
- Labels:
-
User Interface (UI)
- 9,502 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2015 04:41 PM
In experimenting a little I found that you can create a On Submit (catalog) client script in the global scope that applies to a scoped application's record producer. There we have access to getXMLWait().
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2016 11:24 AM
Not yet Found??
I really need this...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2016 11:25 AM
Did you try my earlier post?
"In experimenting a little I found that you can create a On Submit (catalog) client script in the global scope that applies to a scoped application's record producer. There we have access to getXMLWait()."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2016 12:01 PM
No. I want to apply this on a form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2016 12:05 PM
Yes, it's a bit of a work around.
You need to create your On Submit client script in the global scope, but apply it to your scoped application's table. You can use getXMLWait() normally there.
Am I not understanding your requirement correctly?