Can we use g_form,g_user in Client script of UI page???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2016 07:13 AM
Hi,
Can we use g_form,g_user in Client script section of UI page as we do in normal client script??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2016 07:43 AM
Yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2016 07:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2016 01:46 PM
I will answer your question in two parts separately for g_user and g_form.
g_user
You can use it anywhere.
g_form
If you are building a standalone UI page which is not used as a pop up on a table form, you cannot use this.
g_form is only available when a table or a catalog form loads on the browser. Once the table or catalog form loads, you can use g_form in the UI page which is used as a pop on top of the form. It can be GlideDialogWindow.
Let me know in case you need more info.
Hope this helps.