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

Forum Posts

Resolved! Unable to update reference field through data import

I am trying to import data in Hardware [alm_hardware] table. There is one field on the form called 'stockroom' (referenced from alm_stockroom). I am not able to update this field. Any suggestions as in why it is happening would be great. I am importi...

find_real_file.png
kBahu by Tera Expert
  • 3351 Views
  • 6 replies
  • 3 helpfuls

Active Directory Account Expiration

Using the Create AD Object, I'm building a workflow for creating a new AD user.  My company has a rule that requires these accounts to have an Expiration Date set. I'm using a script to build the scratchpad variables. Using Josh Virelli's guideline f...

bvarian by Mega Contributor
  • 1747 Views
  • 2 replies
  • 1 helpfuls

Transfer files using mid server

Hi guys, Can someone explain me how to transfer files using mid server once mid server is installed in our snow instance     Regards Indup

Indup by Tera Expert
  • 1792 Views
  • 2 replies
  • 0 helpfuls

Resolved! UI Macro Causes HTML tags to Display

Hello, A piece of XML in a UI Macro that hasn't changed since 2014 is now causing HTML tags to display on the user end.  The UI macro involves some old Jelly functionality and specifically a glide.ui.escape_text.  Attached is the UI Macro causing the...

petemauro by Kilo Contributor
  • 1751 Views
  • 4 replies
  • 4 helpfuls

On-Call Schedulling- How to create a simple roster?

Hello Guys,    I am looking for a approach (infact to know is it possible or not), regarding creation of auto roster. Requirement :  1) Group of 25 Users. 2) 3 Shifts: Morning, Afternoon & Night.--with minimum 3-4 members in a particular shift  -----...

Resolved! Map to Requested for field on Request table

Hi guys, I have created a catalog item. So once i submit the item, i want to populate Requested for field on Request with the User field in the catalog item. How can i do that? I mean how to map catalog item fields to its Request fields?   Regards, I...

Indup by Tera Expert
  • 1748 Views
  • 5 replies
  • 0 helpfuls

Approval for a Record Producer

I have a Record Producer which creates a Record in a custom table. I need an approval activity before or after creation. Hope its not possible to have approval before creation as the user submits the request on portal, the record is created automatic...

current.setAbortAction(true) is not working properly

I have on before business rule as below. var val=current.getValue("abc"); var env=current.getValue("def"); var va = new GlideRecord("u_sap_transport"); va.addQuery("u_transport_number",val); va.addQuery("u_environment",env); va.query(); if (va.next()...