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

Forum Posts

Resolved! Sending data from server to client

In below widget I want to send data to client side. Its not workingServer: var user = gs.getUser(); var roleCheck = user.hasRole("snc_internal"); var userGr = user.getRecord(); var x = gs.getProperty("glide.servlet.uri") + gs...

Rosy14 by Tera Guru
  • 305 Views
  • 1 replies
  • 1 helpfuls

UI policy not working

Hello, I need your help here.When one of these check box are selected, label 'Select the Application' should meet its mandatory criteria and users should be able to submit request. How can i do this.. ?I tried with UI policy, but no luck. It worked o...

Akshata5_0-1726068858504.png
Akshata5 by Tera Guru
  • 242 Views
  • 1 replies
  • 0 helpfuls

Resolved! Update set best practice

Hi All,I have added a widget to portal but after I delete it but it got captured in a update set which is not created by me and it is not default update set. Now what should be the best practice to remove it. Is it best practice to delete that partic...

1_DipikaD by Kilo Sage
  • 481 Views
  • 3 replies
  • 0 helpfuls

Task creation

Hello ,  I have a requirement whenever templates are selected in the change table the respective catalog tasks are created . Now I want to add 1 additional task based on the template and 1 check box present on the form . How do I achieve this dynamic...

harry24 by Tera Contributor
  • 200 Views
  • 2 replies
  • 0 helpfuls

Workflow - Integration

Hello Everyone ,  I have a requirement where I want to integrate with 3rd party . This is bi-directional integration and 3rd party has provided us with tokens .So on change table I have created a field called as is it 3rd party enabled if yes then on...

harry24 by Tera Contributor
  • 444 Views
  • 2 replies
  • 1 helpfuls

Allow users to see Walk-up queue

Hi, I'm after a way to make the queue screen from the Walk-up Experience accessible to users outside of the walkup_login role. OOTB only users with this role (and no other role) can navigate to the queue page because it's part of the walk-up portal b...

Resolved! Workflow script writes to RITM instead of REQ

Hi folks, I have a script action on a workflow that is set to the sc_request table.  The script creates a new CMDB CI based on a form field and then is supposed to raise a request and associated tasks.  I have 2 issues that I am thinking are related:...

Ken Berger by Giga Guru
  • 479 Views
  • 5 replies
  • 1 helpfuls

UI Policy

Please ignore this I have a on submit client script as below        If location ='s X > it makes the additional field mandatory and adds a field message.But, is it possible to do the reverse?  It is achievable by a client script but not through a UI ...