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

Forum Posts

Confirm UI action in problem is working only for admins

Hi All, The "confirm" button on problem which is used to move from Assess to Root Cause Analysis state is working only for admins. On the form, when "Confirm" is clicked, the state changes to Root Cause Analysis for a moment and then changes back to ...

R_ana by Tera Guru
  • 619 Views
  • 3 replies
  • 0 helpfuls

Allow only * and number in a string field

Dear Team, Good day!!!I want to allow astrick (*) and the number in a string field. I know for excluding all the special characters. In that, how to exclude only * is confusing. pls help Thanks It worked for me... var pattern =/^[0-9'"_*]*$/;var name...

Anantharam by Tera Contributor
  • 444 Views
  • 1 replies
  • 0 helpfuls

Show related records on CHANGE or SUBMIT

I have a form where a user can submit a ticket on a record producer for a custom table inheriting from task. The issue I am trying to solve is that they should not be submitting a ticket for an order IF an order is already open. I have written a on S...

Nic Omaha by Tera Guru
  • 370 Views
  • 2 replies
  • 0 helpfuls

How to tie a related list to a glide list field

I have a glide list tied to my candidate table and made a custom relationship with this table its on and my candidate table. Then I connected a related list to it. What I am wondering is would it be doable for me to take the relatationship/related li...

Miner49er by Tera Contributor
  • 714 Views
  • 1 replies
  • 0 helpfuls

Resolved! Excel workbook

Hi all, Need a help can we write the cell or edit the cell in excel using GlideExcelParser if not by this is there is  a way we can achieve this? Thanks 

William08 by Tera Contributor
  • 833 Views
  • 5 replies
  • 0 helpfuls

Popup that identifies and displays duplicate records

We have an issue with users submitting duplicate records. I am trying to create a popup window that would display on the insert of a new record if a query to look for duplicates returns at least one record. the following criteria must be met: The pop...

Assignment group

Hi I need help! I need to put a certain group in the Assignment group field, a group that will always be there. I did it by copying the sys_id and putting it in the default, but now I need to change that instead of copying the value itself, I want to...

yardenKrispel_0-1700402388008.png

Deleting multiple domain records

Deleting domain records is a slow process where it trigger domain hierarchy job everytime. Is there a way to quickly delete all the domains from the domain table?