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

Forum Posts

Notification devices explanation please

Hi community,From what I understand the Notification device record is created in "cmn_notif_device" when a user gets notified (in an incident for example)Can you please tell me or explain to me the process behind that creation from a notification eve...

harry_adjevi by Giga Contributor
  • 1289 Views
  • 1 replies
  • 0 helpfuls

Resolved! Table Type field query

Dear All,I have a "table name" type field whose base table is alm_asset. According to my requirement it should show all extended tables except one/two. Also it shows table name in bracket i.e. dropdown value are in format ... Hardware[alm_hardware] e...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

UI Page Query

I have created 2 UI pages, 1st ui page contains certain fields and a create button. When all fields are filled and button is clicked, it inserts all data in a table which contains similar fields and also opens a popup which is the 2nd ui page.The 2nd...

find_real_file.png

Resolved! User query business rule conditions

Hello,There is an OOTB business rule for sys_user table called user query, which has a condition: gs.getSession().isInteractive() && !gs.hasRole("admin")It blocks access to deactivated sys_user   records for non admins.However when I add the addition...

rokasg by Tera Contributor
  • 2691 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to check the variable's variable set?

How can I check the variable's variable set in a server side script.var item = new GlideRecord("sc_req_item");item.addQuery('sys_id', '1f6d025b13da83008a3efc04e144b0cd'); //I had RITM sysid for testingitem.query();if(item.next()) {gs.print(item.numbe...

bill_dev by Mega Guru
  • 2219 Views
  • 2 replies
  • 1 helpfuls

Resolved! Get and assign a specific group's sys_id in Create Task activity

Hi everyone,I know this is pretty basic but I've sent several hours already trying everything I know but can't get this to work.Basically, I want to set the assignment_group field for a task record during record creation triggered by a Create Task ac...

reym by Kilo Contributor
  • 3478 Views
  • 4 replies
  • 4 helpfuls

Adding attachment to a RITM that is created through catalog item?

I have a spreadsheet that my end user wants attached on the RITM that is created from a catalog item available on our service portal. Not really sure how to do that as I haven't come across that request before. Looking for ideas and direction if anyo...

Community Alums by Community Alums  
  • 2707 Views
  • 5 replies
  • 2 helpfuls

Resolved! Column not showing up in related list view

I'm trying to show a column in a related list but it isn't displaying. The column is created on the cmdb table and extends to the child tables. If I go to the cmdb list I can see the column and if I go to cmdb_ci_computer list I can see it there also...

1.PNG 2.PNG
joshua18 by Giga Expert
  • 3167 Views
  • 2 replies
  • 0 helpfuls

Make Risk Assesment via BR update Change record

Hello, someone please help/suggestions.Client wants to use the BR risk calculation, however after filling out the risk assessment and submitting, it doesn't automatically run the risk calculation.   We have to make a change on the change request and ...

Cheri M by Kilo Sage
  • 1774 Views
  • 11 replies
  • 0 helpfuls

Create a script to add a field to a form design

I am currently trying to add a field to a form design programatically.   I have already declared a column on the Base Configuration Item (cmdb) table and am now trying to find out how to add that field to children of that table programatically.   I a...

dustinhux by Kilo Contributor
  • 1873 Views
  • 1 replies
  • 2 helpfuls