User Activity
03-26-2017
Hi All,I have written a script to create records in a table with the values from task table. As we are doing some calculations we are using GlideAggregate as we need of the records.I found that the assisged_to field values are not populated to the re...
Hi All,I want the current user's location in the service portal page. I used the below codeHTML:{{data.location}}and in the Server Script:data.location = gs.getUser().getLocation(); Below is the error I get-Server JavaScript error Cannot find functio...
I need to create a Service Portal page, which will have two widgets, one with a couple of links and the other widget needs to display the page according to the link clicked on the first widget.The links would be direct service now URL. I am sure ther...