Hi All, I have developed the bus booking process by using Record producers and ui pages. Kindly find the attachment what i have done exactly to book ticket.Brad Tilton (Cloud bianca.vaccarini Doug Andrews Harikrishnan Vijayan Ji...
Hi @PRAGHATIESH S Please create Business rule on table sc_req_item. and give condition for Business rule to trigger, Script :var approvalGr = new GlideRecord("sysapproval_group")approvalGr.initialize();approvalGr.setValue("assignment_group", "Group_s...
Hi, Please check this OOB Indicator source which will bring current quarter data. https://instanceDev.service-now.com/pa_cubes.do?sys_id=c3d4f8058737230047d84c2c59cb0bb7&sysparm_view=automatedRegards,Harish Murikinati.
Hi @Drishti Please follow the stepsconversational interfaces ---> Settings (Please click here it will redirect to different page) --->(Please select) Virtual Agent ---> Custom greetings and setup (click View All) --- > click "Default chat experience"...
Hi @servicenow14710 You can get the value on client side something like below, not sure if you are looking to get on server or client. <!DOCTYPE html><html><head><script>function getPtag() {alert(document.getElementsByTagName("P")[0].innerHTML)}</sc...