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

Forum Posts

Resolved! How to define the Caller for incident record

Hello,I am using the REST interface to create an incident record. This is working fine except that the Caller field is blank in the new incident. The REST interface does not seem to have a field for "caller", but I do see that there is a field for "c...

Restart workflow, how does it affect existing approvals

Trying to simplify a complex workflow in which it was suggested that at certain points if certain conditions are met, the workflow restarts itself to proceed through the process again.   While this is of interest to me as it would certainly make the ...

tahnalos by Kilo Sage
  • 4532 Views
  • 3 replies
  • 3 helpfuls

Resolved! Trying to select field from table not available in form design

I'm trying to modify a tab I've added to my change form.   I want to include a field I added to the task table called "pilot".   However, when modifying the change form the task table isn't available (makes sense) so I'm not able to select the field ...

mfergel by Kilo Expert
  • 4015 Views
  • 6 replies
  • 0 helpfuls

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...