Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Implementing "Bootstrap Tour" on Forms

Hi All,Recently, I've created a tour mechanism on the CMS portal using Bootstrap Tour. The tour can be accessible on any page and uses the HTML elements to display a popover "Tooltip" as an interactive guide for end-users.For example, there is a "Sta...

Tour_btn.jpg Bootstrap_tour.jpg
samvel by Kilo Contributor
  • 4378 Views
  • 12 replies
  • 3 helpfuls

GlideScriptRecordUtil returns unchanged field

Hi, When using the following on incident or sc_req_item, description field is always marked as changed, even though it is unchanged. var gru = GlideScriptRecordUtil.get(current); gs.addErrorMessage("fields " + gru.getChangedFieldNames()); If i check ...

kente by Tera Guru
  • 1989 Views
  • 2 replies
  • 0 helpfuls

Getting 403 error for outbound rest message

Hi All, I have created rest message for endpoint https://support-sp.apple.com/sp/product?cc=GVC8 , getting Method failed: (/sp/product) with code: 403 - Forbidden username/password combo error .  and it doesn't have authentication. Same setup is work...

meg6 by Kilo Expert
  • 2716 Views
  • 5 replies
  • 0 helpfuls

Service Portal map widget with user location

I'm trying to create a Google Map widget   that shows the user's location dynamically.   My code below is close but does not work:Server Script:   var gr = new GlideRecord('cmn_location');gr.addQuery('sys_id', gs.getUser().getLocation());gr.query();i...

yundlu316 by Kilo Guru
  • 2824 Views
  • 3 replies
  • 0 helpfuls

How to remove white space between the lines

Hi All, I have an issue with white space between lines in the description field while viewing the catalog item in Portal. When the catalog item is previewed and when i click try it it is behaving as expected but while viewing in portal there is an ex...

Screen Shot 2017-01-04 at 8.20.34 AM.png Screen Shot 2017-01-04 at 8.20.56 AM.png
gnani by Mega Expert
  • 1976 Views
  • 1 replies
  • 0 helpfuls

Change and Change Task

Hello All,   I have a requirement which is related to Change and Change taskScenario:Considering an example:I have a change request and I have 8 associated CTASKS as well. When I "Close Complete" the change request some 4 out of 8 Open CTASKS should ...

jithinajay by Kilo Contributor
  • 4203 Views
  • 15 replies
  • 3 helpfuls

Resolved! List UI Action to open confirm window and update records

Hi all, I need your help for a small thing that seems to be harder than expected. In our instance we have list UI Actions (Actions on selected rows) to Reject and Approve time cards. I just got the requirement to implement confirm windows for these a...

Redirect to a url from a client script

Hi Folks,I am currently working on a catalog item where my client script needs to trigger an alert to confirm OK or Cancel.Cancel should redirect the user elsewhere. I see that window.location does not work in the service portalIt works perfectly on ...

sbracebridge by Giga Contributor
  • 29934 Views
  • 4 replies
  • 9 helpfuls