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

Forum Posts

Resolved! how to embed pdf file as a link for a module

I have a requirement, Under My subscribed services Module there is an option Quick Reference Guide for which I have embed PDF as link. I am aware of using URLs for this but not using PDF. Can anyone guide me through this? Thanks in advance

Resolved! How to populate Request For name in Email notification

Hello Everyone,i want to populate Requested By name under Email template, Requested For (u_req_for) is from RITM table which should be populated on Template i tried Select Variables which is present in the Template but i unable to find the Requested ...

UI policy is overriding ACL

Hi All, I have a requirement where when an Asset record is created and data is entered into some fields those fields should be made read only, to achieve this i have written a UI policy and given the conditions as needed. But at the same time i have ...

SD29 by Tera Expert
  • 2890 Views
  • 4 replies
  • 3 helpfuls

Resolved! Field shows updated in history but not on form

I have seen a couple instances in our system where a field shows updated in the audit history (and in the activity history when dealing with Requests), but not updated on the form.This is one example - the form shows the state In use:However, when I ...

find_real_file.png find_real_file.png

how to print filed :state value in client script

State values: open,closed,pending change,known errori have tried var val = g_form.getValue('state');g_form.addInfoMessage("state "+ val);     --->getting 1/2/3 depending on state valueto get numeric value     var val=g_form.getIntValue('state'); is e...

Resolved! Assigned To Empty and state changes to New

Hi guysI have written one client script on onChange of Assignment group ,assigned_ to should be empty and state changes to new.function onChange(control, oldValue, newValue, isLoading, isTemplate) {     if (isLoading || newValue === '') {           r...

Activity color is going orange.why?

Activity color is going orange.why?After executing the workflow of request .I am getting the orange color at the end.May I know the reason?Thanks,Y Anjaneyulu

Activity colour.PNG
anjiadmin by Tera Expert
  • 3079 Views
  • 4 replies
  • 2 helpfuls

How to create Roles and ACL

Hi,I don't understand how roles and ACL works.Please help me to understand how to create role as follows1. Creating a role for normal user:Where user should have Read_only view to the request raised by them, also the corresponding task of the request...

enigmagope by Tera Expert
  • 3251 Views
  • 4 replies
  • 0 helpfuls

Unable to edit location field in user record

Hi,I would like to have some assistance in correcting user table data.The Location field in the user record is not updated correctly and when I tried to correct it, I could not find any information from location table.The Location field in the user r...

dibeenapearl by Giga Contributor
  • 2898 Views
  • 8 replies
  • 0 helpfuls

Resolved! Comments field mandatory in service portal

Hello Experts,I am quite new to service portal and trying to achieve one scenario. When Incident is in resolved state "Reopen Incident" button/widget should be visible and on click of that comments should be mandatory.I am able to create widget and a...

Bar chart combined with line chart

Hello,We have a custom table, and need to create a report that contains a bar chart to show record count per "Assigned to", and a line chart to show the average score per "Assigned to".   Each record has a "score" field.   Below is an example of what...

find_real_file.png