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

Forum Posts

Where do you store License Keys?

Hi all, We haven't implemented our SN Software Catalog and don't have any automations in place, yet. Quick question for you, where do you store (have stored) all your license keys? Do you use ServiceNow for this? If not, any repository method you sug...

jesusreyes by Giga Contributor
  • 4824 Views
  • 7 replies
  • 9 helpfuls

Resolved! Catalog Client Script not making field mandatory

Hi everyone,I have the following Catalog Client Script to make a field mandatory if a user has a specific role.function onLoad(){var user = g_user.hasRole('it_security');if(user == true){g_form.setMandatory('risk_comments_1',true);g_form.setMandatory...

stephaniet by Kilo Expert
  • 3271 Views
  • 7 replies
  • 1 helpfuls

how to retrieve view in business rule

Hi AllAnyway to retrieve view name in business rule? I tried current.view.name, view.name, sysparm_view.. but all cannot get the view. Anyone one can help?Thank you.

cc_lee by Kilo Explorer
  • 5096 Views
  • 9 replies
  • 0 helpfuls

Can we pass a parameter in gsftSubmit

Hi,I have created a UI Action of List Choice Type and have fetched the selected values in client script.Is there any way if I could use the same fetched values in my server side part of same UI Action?Can we pass the values in gsftSubmit?

harveen by Kilo Contributor
  • 4312 Views
  • 4 replies
  • 0 helpfuls

Resolved! Get the details of ignored records in transform maps.

Hi all,I was having 1083 records with me in excel,i want to update the data in alm_hardware table and don't wanted to create any new records.From the script if(action=='insert')ignore=true;i updated some records (like asset tag,acquistion method)and ...

kushi1 by Tera Contributor
  • 5235 Views
  • 2 replies
  • 2 helpfuls

Resolved! How to add my custom catalog to the self-service - service catalog ?

Hi CommunityI created a custom catalog and I want to add it to Self-Service -> Service Catalog in the application, that is to say, I want to see My Catalog when I click on "Service Catalog"   module, instead of the current "Service Catalog"Any ideas ...

find_real_file.png
lexdiaz by Giga Contributor
  • 3584 Views
  • 5 replies
  • 2 helpfuls

Resolved! How can I limit the choice list of a lookup select box variable based of the selection of another lookup select box variable?

I have two Lookup Select Box variables on a catalog item that reference to two columns on a specific table (Application Name and Permissions). These catalog item elements allow the requester to choose one Application Name and one Permission but have ...

Shant Cancik by Tera Contributor
  • 7162 Views
  • 5 replies
  • 3 helpfuls

Resolved! Getting an Employee ID to be it's own column in List View

Okay - I am going to try and explain this as best as I can in hopes to ask the right question.While looking at List View, having all your columns. I wanted to create a Column that can display employee's company ID number. Now, while in a Case, there ...