Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

Resolved! GlideRecord update fails

Summary:Scoped applicationAll business rules are disabled (to eliminate any possible issue)GlideRecord update() does not update the record (new record works)Anyone have a suggestion why the record is not updated?Code:try { var sn_rec = new GlideReco...

Confusion with respect to using my CAD Voucher

Hi,I got a voucher from my company. When I went to claim, it initially said, 'Prerequisites required'. When I clicked on it, there was no check mark for Webassessor, and when I clicked on it, it said expired in 2023. So, is it now that my voucher I g...

3.png 2.png 1.png
Dave_p by Giga Guru
  • 1286 Views
  • 3 replies
  • 1 helpfuls

Set the Follow up date based on due date in Task table

My client's requirement is that once the due date field is populated based on Employee start date that the follow up date field gets updated with the same date.   I am seeing allot of help on adding dates but I need to just have them match the due da...

Roshni1 by Tera Expert
  • 1382 Views
  • 4 replies
  • 0 helpfuls

Inbound action - Update catalog task

I have a inbound action created 'update catalog task', which will post the email received to the catalog task as a comment. However, this is the error I'm getting on the email log: Update Catalog Task : did not create or update sc_task using current

Resolved! SC_TASK Variable Relationship Script

Hey everyone, I'm trying to create a relationship on the sc_task table and I'm running into some issues. The goal is to take the value of the employee_number catalog item variable from the current record and look up any other sc_task records that con...

Resolved! Setting variables for Mondays in month

I've been asked to create automated tasks at the beginning of the month for the 4 or 5 Mondays in the month. I am triggering on the first of the month and I created 5 variables (firstMonday, secondMonday, etc.). I am setting the firstMonday with the ...

Resolved! Can I reference a choice list on a different table?

I have a table called u_skill_management with two fields, category and sub category that I want to directly reflect the category and sub category fields on my incident table. Since this isn't a reference is there a way I can sync the two somehow?

Resolved! Info Needed

Hi  i would like to know how this scenario can be done.I have a variable named "Expenditure type" and this expenditure type has a value named"Lease"the "Lease" should be visible only for the users from the US. (i,e) when the user's email id ends with...

Abdul by Tera Contributor
  • 1453 Views
  • 7 replies
  • 0 helpfuls

Resolved! How can I hide a title to a container variable?

I have a container in a record producer that is "Additional Information"  but I don't want it to display until a change is set on another field.  I have tried setDisplay('additional_info', false) but it still shows the title.  I can remove it by unch...