- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022 01:15 AM
Hi guys,
I want know if is possibile put two System Properties in single module.
I have two properties one for email and another one for a ticke time closure.
Example:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022 02:01 AM
Hi,
you can directly take the user to the system property category which you are already doing.
there it will show those 2 properties
something like this
How to Create a Custom System Properties Page
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022 03:13 AM
I have finded the solution what i need.
To have two properties on the same page, you need to enter different system properties in the
same categories (system property categories) and then call this category from the module.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022 01:48 AM
Hi, I think it is good idea to check this:
docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/administer/reference-pages/task/t_AddAPropertyUsingSysPropsList.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022 03:13 AM
I have finded the solution what i need.
To have two properties on the same page, you need to enter different system properties in the
same categories (system property categories) and then call this category from the module.