We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Resolved! Help with for loop

Hi, I am writing a script, where it will have numbers something like this below var string = 69,110,103,108,101,119,111,111,100,67,111,108,111,114,97,100,111,56,48,49,49,50,85,83,65; SUM = 2236; Length of the above numbers are 25 If we divide sum wit...

Attachments in restricted scoped applications

Hi All, I've found that in a custom scoped application where a table is set to be accessible only from that scope, adding an attachment will generate this error on accessing the table record: Read operation against '...' from scope 'rhino.global' has...

tim2222 by Giga Guru
  • 3257 Views
  • 4 replies
  • 0 helpfuls

Resolved! Reference Qualifier for a related list

Hello,  I am trying to use a reference qualifier on a related list. The related list is pointing to a custom table, joined together by many-to-many table. I am trying to limit the results on the related list by ensuring that we have the same company ...

John Prahn by Kilo Contributor
  • 6643 Views
  • 9 replies
  • 2 helpfuls

How to hide dropdown options depending on condition

Hi all, I need to hide request state field options for non-admin users on conditions. If request state not 'approved', hide 'approved' and 'rejected'. If rrequest state is 'pending approval', hide 'close_complete'   Help needed with the scripting ple...

Dhanya4 by Tera Contributor
  • 10033 Views
  • 3 replies
  • 3 helpfuls

Need a simple and clear answer!

Q.1) What is the use of getValue() and getDisplayValue()  and when do we use it exactly? Q.2) What is the difference between getValue() and getDisplayValue() ? Q.3) What is the use of setValue() and setDisplayValue()  and when do we use it exactly? Q...

PP12 by Giga Contributor
  • 4564 Views
  • 4 replies
  • 11 helpfuls

Resolved! How do I make an inbound action ignore something

We have a couple of services that are sending their logs to our ServiceNow instance.  At one point that was necessary.  We are having issues getting them to stop sending. I have our inbound action for new set up with a typical if this then put it the...

johnfeist by Mega Sage
  • 4444 Views
  • 5 replies
  • 2 helpfuls

Resolved! Scheduled Jobs

Hi I set up a Scheduled Job in the sys_trigger table and I have it calling a business rule that checks on inactivity in the sc_task table. The BR auto closes the task. This seems to work just fine. I was told by a co-worker that I am supposed to crea...