- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2016 04:04 AM
In above picture,I want to make the employee type filed as pop up filed.
How can I achieve that popup shown in the above figure.
Note:
1.Employee type has three values; A,B,None.
2.Before filling the entire form,the employee type field is mandatory to fill.
Thanks,
Y Anjaneyulu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2016 04:10 AM
You can do this in 2 steps.
1. You need to create a UI page with this layout and functionality.
2. Once UI page is defined, using GlideDialogWindow, you can show it as popup.
GlideDialogWindow API Reference - ServiceNow Wiki
Please refer above 2 links, which will help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2017 02:05 AM
Hi Raj,
UI pages are not supported by the Service Portal. There is no way to use the exact same system.
You could customize the sc_cat_item widget, but the implementation would have to be very different. Each implementation would have to co-exists for their respective UI, as none can be used on both interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2017 10:23 PM
Hi Ram,
I have Similar kind of requirement. I have a Copy button. When I click it, it should Give a Popup just like you mentioned above. It should be a Check Box saying Attachments should be Copied or not? If mark it True, Attachment should also be copied to new Record. How can we do this? And how to call this UI Page from UI Action?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2017 03:28 AM
How can I add a checkbox in the glide dialog window?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2017 05:56 AM
In the UI Page which you are calling from GlideDialogWindow, add Checkbox using <input type="checkbox"> HTML tag.