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

Forum Posts

Returning object from script include

I just have a small problem in retrieving the returned value, i'm calling a business rule on change request form to retrieve the 'assigned_to' of the two change tasks. I'm able to fetch the value of the assigned_to but unable to return it. i have a s...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
k_jayanth by Tera Contributor
  • 8241 Views
  • 8 replies
  • 0 helpfuls

Resolved! How to update child date field with parent date field

Hello,If there is three tasks in the change_request_task table having three dates for three tasks in that two are in new state and one is in cancel state. I need to update higher date to the parent (change_request) table, which is in new state only (...

Resolved! update set (global)

I made some revisions to catalog items, but I used my global update set to record the changes.,. How can I move these changes to the update set I will like to eventually transfer to another instance?

mjocasio23 by Tera Expert
  • 2936 Views
  • 7 replies
  • 1 helpfuls

Resolved! phone number field

hi , i want to insert a phone number field using script any idea how to do it ?thanks,

soukayna by Tera Contributor
  • 3945 Views
  • 4 replies
  • 9 helpfuls

Resolved! Get Multiple Values from a REST Response

I have a script include that runs when an item is loaded.The catalog client script is:function onLoad() {//This worksvar ga = new GlideAjax('apperianRest');ga.addParam('sysparm_name','RestFun');//ga.addParam('sysparm_user_name',"Bob");ga.getXML(apper...

ctsmith by Mega Sage
  • 2966 Views
  • 6 replies
  • 0 helpfuls

Resolved! Set form view for a role

I created a role "service_desk" and i want everyone with this role to use the default view when accessing incident table. I was able to do this when opening an existing record but it does not work when creating a new one...the ess view is being used

joaosantos by Mega Expert
  • 4487 Views
  • 10 replies
  • 1 helpfuls

Resolved! field cmdb_ci table.

Hi All,I have created one field under cmdb_ci table, will this extends to other child tables (like server & application) / should I need to create the field in each class.If field extends to other child tables where i need to create that filed.Kindly...

laxmanboddu by Giga Contributor
  • 2578 Views
  • 8 replies
  • 2 helpfuls

Resolved! ACL & Admin Overrides

Hello guys,was wondering if anyone would be able to help me out. I created a role called escalation_admin and I've then since added some ACLs to a field for Write and List_edit which require that role.I've ensured that Admin override was set to false...

find_real_file.png find_real_file.png

Scripted business rule race conditions - how to avoid?

The lack of transaction isolation in business rules is resulting in a lot of race conditions in our system, and we're not sure how best to resolve.As one example - we have a Master:Detail where the status of the master record needs to sometimes chang...

jimjim by Kilo Contributor
  • 2677 Views
  • 5 replies
  • 0 helpfuls