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

Forum Posts

Flowdesigner to get watchlist user and requestor manager name.

So i created a group with a user and manager. This needs to be visible when a requester open catalog form then in ritm manager name should be visible.I have written script till here in flow designer. var nameString = '';var gr = newGlideRecord('sys_u...

User267 by Tera Contributor
  • 250 Views
  • 3 replies
  • 0 helpfuls

Resolved! I want the currency field on my catalog item form.

Hi Experts. How to make hte currency field on my catalog form using onchange client script?? Example: If I enter 3863(any value) should be convert as $3,863.00. How to write the script using onchange method.

Edit button is not visible on custom Related list

Hi Community, Currently, we are facing an issue where "Edit" button is not visible on custom related list of change form. New button is visible but edit is not visible. We have checked the list control omit new and omit edit button is already uncheck...