The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

g_user is not working. WHY????

Hi All, my Onload script is not working. Please help   function onLoad() { var a = g_user.userID.email; alert("Result: " +a); }   I am getting result as Undefined.

Resolved! Delegates for approval

Hi, One the approvers X is on long leave so the approvals need to route to a delegate Y, from the X user record I created a delegate and added Y and checked the Approvals checkbox, but the approvals are still going to the person on leave. please find...

find_real_file.png

Is the Service Portal being replaced by Employee Center?

I am reviewing the release notes for Rome and noticed that there is a new feature called Employee Center. It looks like we are being recommended to migrate to EC instead of using Service Portal. Is the Service Portal going away? If we don't migrate t...

Pat Surtan by Tera Expert
  • 3157 Views
  • 2 replies
  • 5 helpfuls

Resolved! Need to run the query between specific date range

HI, The below is my query for a table to update record via fix script or background script.   var gr = new GlideRecord('fm_expense_line');gr.query();while(gr.next()){var currentDesc = gr.getValue('short_description');gr.setValue('short_description',c...

find_real_file.png
Lusifer1984 by Tera Contributor
  • 1639 Views
  • 1 replies
  • 0 helpfuls

Resolved! How can I specify a Business Application "type"?

Hi Folks,  We are starting to build out our CSDM, largely based on this post by @Venni Mäkäräinen, and I have a question:  We have different types of Business Applications (e.g. Lab Systems vs. Enterprise Applications) - is there a good way we can ta...

Resolved! Opened by Field on RITM vs. Opened by Variable

Good morning, we have a catalog item in which we need to use opened by as a variable due to some approvals needed.  The problem i'm having is that when we switch the opened by variable on the form, the opened by field on the RITM (see attached) stays...

find_real_file.png
Linda_G by Kilo Sage
  • 1307 Views
  • 3 replies
  • 3 helpfuls

cat tasks with step based fulfilment

Morning all I am using step based fulfilment flow via cat builder and during testing I have a cat item with no tasks or approvals, once created via the portal the RITM goes straight to closed complete. As we are using step based fulfilment is this ex...

Jack62 by Giga Guru
  • 593 Views
  • 1 replies
  • 0 helpfuls

Resolved! Request Stage not showing completed

Hi, When i submit a request in service catalog the request stage is not moving to complete after the request and request item is moved to closed complete. i have modified workflow and added run script for moving the stage to completed but still not w...

Kumar147 by Tera Contributor
  • 1239 Views
  • 10 replies
  • 1 helpfuls

Resolved! Add users to Worknotes list

Hi, I want to add user ABCD to work notes list and E in watchlist for a request if assignment group is X or Y I'm using the below script current.watch_list="sysid of E".toString(); current.work_notes_list=="sysidA".toString()+","+"sysidB".toString()+...

Client script is not working for specific users

Hi Team,   i have created customer changes record producer for change req mgmnt i have created a  catalog client script to load put some values i have written alert to check that script is reachable or not   i found issue with some users and a patter...

How to send value to Html field using server/client script?

I need to send the value of incident task's description in the below field. This field is in the portal. <div class="edit_email" ng-if="edit"> <h2> Email Response: </h2> <textarea style="width: 100%; margin-bottom: 20px;" ng-model="data.approval.tas...