Awesome video, Thank you Basico ServiceNow Learning
@BasicoServiceNowLearning5 жыл бұрын
Thankyou Bright :)
@UdayKumar-fy7ci4 жыл бұрын
Great learning experience ☺️
@RaJaiswal_RJ4 ай бұрын
So good.
@davejookhuu50414 жыл бұрын
This is awesome! Learnt something useful today... thank you sir and keep up the awesome job!
@BasicoServiceNowLearning4 жыл бұрын
Thankyou :)
@uma13415 жыл бұрын
please post some videos on transform scripting
@ysraeljacinto5359 Жыл бұрын
I hope my question gets answered. I am trying to use UI Macro and put it next to the Configuration Item field in Incident form, but that field's table target is set to Task. Is there a way to put the UI Macro icon next to the Configuration Item field? The icon is not showing when I tried to put the UI Macro in CI field's dictionary attributes.
@prudhvirajgatla4 ай бұрын
Hi, if we directly click on the Book button and select any caller from in the list view that caller is need to be displayed on the caller field, how can we achieve this ?
@soniyasrinivasan30674 жыл бұрын
hi, i tried the above code couldn't get the icon in the caller field.tried so much..
@vimal70022 жыл бұрын
I need to add the UI Macro for the Non Reference field on incident form for the "Short Description & Description" column, can you help me on that? is it possible? I tried with the field_decoration as well but it would not work with the non reference field
@NandiniKosara9 ай бұрын
How to write the script in UI macro for to show the edit button only which has knowledge_manager role??
@caninha20234 жыл бұрын
Please, do a video about UI Pages (how to use Processing, Client script , HTML sections)
@ridergeek9145 Жыл бұрын
How to make fields mandatory in Jelly Script.
@saikeerthanaadimulam90742 жыл бұрын
Can we test UI macro with ATF?
@ajinkyajadhav87935 жыл бұрын
Hi I tried implementing the same but somehow onclick of this ICON the list of incident is not opened in new tab. Could you help me with this
@BasicoServiceNowLearning5 жыл бұрын
Send me the code :)
@ajinkyajadhav87935 жыл бұрын
function incidentList() { //alert(g_form.getValue("caller_id")); var name = g_form.getValue("caller_id"); var tableName = "incident"; var url = tableName + '_list.do?'; url += 'sysparm_query=caller_id=' + name; var window = getTopWindow(); window.g_navigation.openPopup(url, 'sys_ref_list', 700, 500,'', true, false); } I used the g_navigation.openPopup in last line for window as I am using Madrid instance it gave me error on console as popupOpenFocus() is deprecated.
@snowwhite21803 жыл бұрын
I am trying to implement the same, but somehow the new window shows all incidents instead of the filtered incidents. What could be the reason? My name variable is capturing the correct value of the caller.
@shaikhahajera28723 жыл бұрын
Please modify url to this it will work. var url = table+'_list.do?sysparm_query=caller_id='+name;
@AB-me8jf2 жыл бұрын
How to add UI macro for Catalog ITEM ? Please help. I Just want to provide a Attachement to download for user's on the form.
@Ramya20238 ай бұрын
I have tried to replicate same scenario, but when I clicked the icon, no action is happening, can someone please help me here.
@ANILKUMAR-xm9tj5 жыл бұрын
Hi, calling ui macro "a" from ui macro b using not working, any idea??
@shubhshri05062 жыл бұрын
in m code it showing src="image/abc.png" where to find this image cant find in db_image table