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

Forum Posts

Resolved! Dynamic Child task number

Hello,I have a requirement to generate the custom/dynamic task number. I have a custom application where the parent request from creates 9 child tasks (task table is extended from OOB task table) here the child task number should should thing like "T...

Community Alums by Community Alums  
  • 1045 Views
  • 4 replies
  • 0 helpfuls

Get instance of GlideScriptedHierarchicalWorker via progressID

Hi guys,Do you know how to get instance/record of GlideScriptedHierarchicalWorker by using progressID?Example: I have a code for Worker like: var worker = new GlideScriptedHierarchicalWorker(); worker.setProgressName('Import Services'); worker.setBac...

ducdhm by Giga Contributor
  • 6374 Views
  • 5 replies
  • 3 helpfuls

Issue with pagination step, data stream action

My response looks like this { "value": [<more JSON objects inside>], "@odata.nextLink": <This contains the next link to the next set of data> //I want this!!! } How do I do the pagination with this. I have tried a lot of steps, here are few rati...