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

Forum Posts

None option for a drop down

Hi,How to change the code for the None option to work? The rest of the options are good.  function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; } var status = g_form.getVal...

1.png 2.png 3.png
Community Alums by Community Alums  
  • 1110 Views
  • 6 replies
  • 2 helpfuls

How to pop up a confirmation message on UI Action Button

Hi Experts,Good Day!I have one requirement whenever user tries to click on "Create report request" button it is automatically creating a another request on another table. Here my requirement is once user clicks on button on form it should populate a ...

Aakhiil by Tera Expert
  • 3231 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to call a schedule from a business rule to a scheduled job

Hi there, I was looking for a solution. I have a script I am running within a scheduled job that triggers a query to a completed task. If the task still needs to be completed and the due date for the task has come and gone, it needs to send an email ...

Toon6543 by Tera Expert
  • 8068 Views
  • 3 replies
  • 4 helpfuls

Managing Loaner Assets with ITSM HAM (not HAM Pro)

Hello Community,Is it possible to manage loaner assets using the ITSM version of HAM?  (not HAM PRO)  There doesn't appear to be any OOB functionality that allows an asset to be designated 'loaner'.  I suppose I could add an option to the 'Asset Func...

bdeery99 by Tera Contributor
  • 986 Views
  • 2 replies
  • 0 helpfuls

Button in variable section of RITM

Hi All, I need to implement one button in RITM level inside the variable section to trigger an approval based on the value selected in a variable. How we can achieve this?

geogeorge by Tera Expert
  • 491 Views
  • 2 replies
  • 0 helpfuls

Resolved! Missing Icon On Login Page?

I've gone ahead and uploaded my company's icon under "system properties -> my company". When I go to the login page I am seeing this:I've tried cache.do and I've tried it on a different computer all together, but nothing. Moreover, when I login, inst...

Icon.png Landing Page.png
JDX7913 by Tera Guru
  • 1284 Views
  • 2 replies
  • 1 helpfuls

Risk Workspace - Assess button not working

After clone, "Assess" button in Risk Workspace is not working anymore(not showing the modal popup). This is OOB and I believe we didnt make any customization to this page.  I checked declarative actions, ui actions, roles, RAM and they are the same i...

KirbyR_0-1723604038336.png

I want to show a message on portal

Hi All, When I open an activity record on portal then a form is opened and under that there are mutiple sections/tabs in which I have to show a message (added screenshot) . I am new to service portal so I am confused how to achieve this if I have to ...