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

Forum Posts

Restrict IT Users to a Specific Custom View on User Form

 I want IT users to create and manage users with limited fields on the sys_user form.Setup so far:Custom form view: user_view_for_itRole: limited_user_creatorAssigned role to IT usersView Rule to force this view for users with the role:  (function() ...

Resolved! Hide catalog variable if logged in user has “Is Manager” as true

Trying to design a catalog form where if the it checks the logged in user - and if that user’s “Is Manager” property = true, then one of the attachment variable that required for manager approval is hidden. From what I’ve found online this needs to b...

Dee123 by Tera Contributor
  • 1038 Views
  • 9 replies
  • 3 helpfuls

From which Record the UI Action is Triggered

In user Table we have field as department which is reference of cmn_department table. I have created one UI action along with UI page for in Department table to create new Department. I want to fetch record of the user from where we have open the sea...

ShubhamK2600572_0-1758880704588.png ShubhamK2600572_1-1758880778441.png

Resolved! data send to rest post method message using flow designer

Hi all ,  I am using a REST message with the POST method in Flow Designer. I am sending two input fields: phonenumber and workphone. I have created the REST message, set the endpoint, and configured basic authentication. Below is the preview script I...

chandan2212 by Tera Contributor
  • 944 Views
  • 5 replies
  • 3 helpfuls

BMC Helix to ServiceNow Integration

We have requirement to integrate ServiceNow with BMC Helix for ITSM module.1) When ever incident created in BMC Helix it should e-bond to ServiceNow. How we can integrate this?2) If the incident created at BMC Helix is in Spanish language so when it ...

Nisha B by Tera Expert
  • 2446 Views
  • 2 replies
  • 0 helpfuls

Display catalog variables on table extended on task

Hi AllI am looking in existing implementation, they used RITM > Custom taskThey didnt used the sc_task under RITM regarding security and sc_task is not extensible, so they extended task table. The problem is since variables belong to catalog they don...

How to change parent of a table?

Hello Experts, I am trying to change the parent table of one table. I have gone through few posts on community and found the below methods which can change the parent of a table. But it is always returning 'false' for me. //var changer = new Packages...