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

Forum Posts

Resolved! Difference between configuration_item and cmdb_ci on sc_req_item table

Hello everyone,Can you explain to me why we have 2 fields for the CIs in the table sc_req_item. I see that cmdb_ci field is inherited from task table. We use the field configuration_item from sc_req_item table.For what reason ? Why don't we use the s...

Mandy11 by Tera Contributor
  • 1636 Views
  • 1 replies
  • 1 helpfuls

Duplicate roles being assigned to user

Hi Team,  User Id is have  Role and Groups but it is multiple duplicate roles or added from same groups, suppose user edit the role and try to add again its allowing to add existing role .. how to solve this type of problems in sys_user table.  for t...

bandi by Tera Contributor
  • 3192 Views
  • 6 replies
  • 0 helpfuls

Resolved! clearvalue

hi all i have a field name(u_string_1). i want to clear the field value in Business rule i.e server side. can anyone tell me what is the syntax like current.? Thank you.

RC12 by Tera Contributor
  • 1914 Views
  • 1 replies
  • 1 helpfuls

Resolved! Close should be closed by only Assignment Group Members and admin

Hi All, After upgrading to San-Diego, I found an issue in closing the CTasks. The Assignment Group member of the change request, is able to close the change tasks also. This should not happen. Only the member of the Assignment group of the Ctask shou...

find_real_file.png
Pallavi65 by Tera Contributor
  • 2093 Views
  • 3 replies
  • 1 helpfuls

Resolved! Csat survey

Hi All,   We have csat surveys for incidents and service requests already. But client is looking for a change in trigger condition. New req is like user needs to receive only one csat survey irrespective of no of tickets raised in a month as incident...

madhuri229 by Tera Contributor
  • 2898 Views
  • 6 replies
  • 2 helpfuls

Resolved! Update Approvals

for normal change approval, the approval is requested to CI owner, however after the approval is requested the CI owner is updated, now how can the approver be updated so that the approval can now be done by the new approver?

Nishant16 by Tera Expert
  • 3070 Views
  • 3 replies
  • 0 helpfuls

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.

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
  • 4253 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
  • 2206 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...