- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2019 10:52 PM
I have a used one ui macro in a catalogue item. For one reference field i have used <g:ui_reference tag, how to put reference qualifer in <g tag?
Regards,
Sirraj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2019 12:11 AM
I have solved this issue by referring below thread,
https://community.servicenow.com/community?id=community_question&sys_id=78da0b6ddb5cdbc01dcaf3231f961998
- Sirraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2019 12:16 AM
Hi Sirraj,
Yes that's the main point here
passing values from <script> tag to the server side tag i.e. g:ui_reference of g:evaluate
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
06-11-2019 12:30 AM
Hi Ankur,
Can you help me with some sample code.
Regards,
Sirraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2019 12:33 AM
Hi Sirraj,
That is not possible i.e. sending values from <script> tag into g:evaluate or g:ui_reference
what I would suggest is to have normal variables only
i.e. 1st variable string or drop down as per your choice
2nd variable a reference variable where you can apply the reference qualifier.
why you want to use UI macro and g:ui_reference tag? any specific reason
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
06-11-2019 01:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2019 02:03 AM
Hi Sirraj,
The second variable seems to be catalog table variable?
check below link:
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader