- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2015 05:31 AM
I want to make a form that has a dynamic number of fields, but the same (strings). There will be "+" button which adds a field, till the user doesn't need anymore. Something like the filter and its "and", "or" buttons. Is it possible and what workarounds has this problem?
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2015 06:02 AM
Any of these will work
Client scripts, UI macros, UI pages
If you want the whole page to be custom then UI Page, if just part then UI Macro or Client Script. It all depends on what the over all goal is and that will dictate the how.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2015 05:34 AM
This is possible but there is no mechanism built in, you have to write all of the client side java script yourself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2015 05:47 AM
Can you be more specific what should I use? Client scripts, UI macros, UI pages or Formatters?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2015 06:02 AM
Any of these will work
Client scripts, UI macros, UI pages
If you want the whole page to be custom then UI Page, if just part then UI Macro or Client Script. It all depends on what the over all goal is and that will dictate the how.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2015 06:41 AM
Have a look at this plugin: https://share.servicenow.com/app.do#/detailV2/c38107b62b492100ffee554069da1583/overview
