- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2015 06:34 AM
Hi All!
I am trying to remove and add some fields to a dialog UI action on ast_contract table. In order to remove not wanted fields I would usually just remove them from UI action, however, this time when I remove those fields from UI action script it they still remain on the button. Examples below.
Also - some of the fields (marked in orange) are in the UI action but not on the dialog box. I thought that this may need to be edited on another table, but I cannot seem to figure out where it is... Could maybe someone be able to help me find why this is not working? Am I missing something?
I would greatly appreciate any suggestions!
Kind Regards,
Kamile
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2015 07:22 AM
Hi Kamile,
There is a UI Page that is associated with the GlideDialogWindow script where you should be able to edit which of the fields will display there.
Take a look at the UI Page that you are referencing in your GlideDialogWindow object constructor.
The name of the UI Page would be "contract_extension_group".
GlideDialogWindow API Reference - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2024 05:13 AM
Can you please provide the UI page code? I have similar requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2024 05:14 AM
Can you please provide the UI page code? I have similar requirement.