- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2016 09:59 PM
hi all,
I have creating sites from (uipage) content management ,in that i have a reference filed ,which i need to change it to glidelist field ,.?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2016 10:28 PM
Hi Sandhya,
You can use below code snippet in UI Page HTML Section.
<g:macro_invoke macro= "lightweight_glide_list" id="change_subsystem" name="change_subsystem" control_name="myListCollector" reference="core_company" can_write="true" />
It looks like this. You can remove the selected value from glide list as well.
It invokes macro for glide list which is provided by servicenow.
reference attribute specifies to which table it should refer to. Here it refers to "core_company" table
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
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
10-03-2016 10:28 PM
Hi Sandhya,
You can use below code snippet in UI Page HTML Section.
<g:macro_invoke macro= "lightweight_glide_list" id="change_subsystem" name="change_subsystem" control_name="myListCollector" reference="core_company" can_write="true" />
It looks like this. You can remove the selected value from glide list as well.
It invokes macro for glide list which is provided by servicenow.
reference attribute specifies to which table it should refer to. Here it refers to "core_company" table
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
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
10-04-2016 04:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2016 04:32 AM
Hi Sandhya,
Can you open a new thread with this question "how to change icons for glide list".
Also mention the new question's url in this reply so that i can comment on the new question
Also if possible please mark my earlier answer as helpful.
In mean time I can try searching for the icon question.
Thanks
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
10-04-2016 04:44 AM
Hi ankur
i have posted question as a new post ,this is the link "how to change icons for glide list in ui page. " ..