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

Forum Posts

Resolved! Add IF/ELSE condition in Advanced Reference Qualifier

Hello, Is it possible to add the IF/ELSE condition in Advanced Reference Qualifier? On the service portal, I have a Record Producer. I want to put a condition that if (current.variables.u_name == current.opened_by) then call my script include into re...

How to call workflow from script include

Hello, I need to call the workflow from client-side code using script include. I have tried with the below code but it did not work. Can anyone please help me to solve this issue? I am unable to call the workflow through this code. Clientside code : ...

Rama Rao by Tera Contributor
  • 1382 Views
  • 24 replies
  • 0 helpfuls

g_form.DisplayBox('') is not working in the portal

Hi All, Actually, I need to get the value of the reference field. So I am using 'g_form.DisplayBox('')' but it not working in the portal and gives a javascript console error. Can anyone help me with that? Note: The field refers to the Service offerin...

Rama Rao by Tera Contributor
  • 915 Views
  • 7 replies
  • 2 helpfuls

Resolved! If record exist in the table, the catalog form should not allow to submit and should display the alert message with Record already exist.

If record exist in the table, the catalog form should not allow to submit and should display the alert message with Record already exist. If it is new record the form is allowed to submit and insert the record. But when Iam trying to submit the form ...

Suresh36 by Tera Expert
  • 1387 Views
  • 6 replies
  • 0 helpfuls

Resolved! not supported calendar msg.ics

I encountered Error, "not supported calendar msg.ics" is there any possible workaround with this problem?

Marj3 by Kilo Contributor
  • 1688 Views
  • 2 replies
  • 2 helpfuls

Prevent access to back-end

Hello, my client asked to provide cmdb_read role to a group (and therefore user) to perform some stuff on service portal "properly". By doing so, this group can access to backend UI.  How can i prevent this? thank you in advance Marco

yomik by Tera Contributor
  • 1510 Views
  • 2 replies
  • 3 helpfuls

REST API - Download attachment and upload it again

Hi all,  I am currently trying to download an attachment with the REST API and then upload the same attachment again. However, I am experiencing some error when getting back the binary from the attachment. This results then in a corrupted file. For e...