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

Forum Posts

Resolved! How to capture first Assignment Group in a report?

Hello, I currently have a business requirement to capture the first assignment group of any given # of tickets in a report. For example, I would need a report that shows all incidents where the first Assignment group was "Test AG" over the last week....

Chris286 by Tera Contributor
  • 11894 Views
  • 4 replies
  • 3 helpfuls

Resolved! How to export a scoped app?

Hey, is it possible to export a scoped app from my pdi to use it in another instance? If yes how? I want to transfer as much information and modules as possible. Thank you for your efforts

Anonym by Kilo Expert
  • 8449 Views
  • 7 replies
  • 5 helpfuls

How to substract 60 days that from current date

Hello Everyone, I want to subtract 60 days that means 8 weeks from the current date. I'm having week start date field only on Time Sheet, I just want to run scheduled job on every Monday I need to check time cards records from past 2 months that mea...

find_real_file.png
JRY by Mega Guru
  • 3937 Views
  • 4 replies
  • 0 helpfuls

UI Macro GlideRecord Functionality

Hello All,           I'm working on a UI Macro that should run a function when it is clicked. This function is supposed to go to the user record and modify a field. It's NOT working that way. The UI Macro is having values passed to it from Jelly scri...

Ken83 by Mega Guru
  • 3954 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to do gliderecord "IN" query when values contain commas?

I have a table with a column whos values contain commas: My,value,1 My,value,2 My,value,3 I need to query this table looking for an array of matching values var myArray = ['My,value,1','My,value,3']; var gr = new GlideRecord('my_table'); gr.addQuery(...

Jon Ulrich by Kilo Guru
  • 6555 Views
  • 7 replies
  • 4 helpfuls

Database view and journal field

I've read all of the posts I can find on this subject, and still am not having any luck.The requirement is to add the Task Notes (u_task_notes) field from the Time Card table to a view that is used for reporting time associated to project tasks.I add...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
kchorny by Tera Guru
  • 4795 Views
  • 10 replies
  • 0 helpfuls

Current.xxx returned string "null" in business rule

Hi all, I am using current.xxx or current.getValue("xxx") in business rule for getting a reference field. The reference field was set to empty, however, I got a string "null" so that I cannot use some function to check if the field was empty, because...