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

Forum Posts

week numbers showing wrong, because of american time

Hey, Im struggeling with an issue. I have this code in a script include: getWeek: function(dt) {var tdt = new Date(dt.valueOf());var dayn = (dt.getDay() + 6) % 7;tdt.setDate(tdt.getDate() - dayn + 3);var firstThursday = tdt.valueOf();tdt.setMonth(0, ...

AbooK by Tera Contributor
  • 618 Views
  • 2 replies
  • 0 helpfuls

Resolved! Copy reports from Global to scope application

Need to copy  Dashboard and the reports that are in a global scope to a new/old scope application. Is that possible? Or do I need to go to the scope application and redo the dashboard and the reports? Any one have any feedback or education on how to ...

Luis Roman1 by Tera Contributor
  • 2179 Views
  • 3 replies
  • 2 helpfuls

Declarative action assignment

Hi , I have an issue with action assignment. My action is not working as desired . I wanted to restrict my action assignment to specific workspace --- So i made Experience Restricted -- true .. And have action configuration as CSM/FSM Configurable Wo...

Request item getting closed when the 1st task is closed complete.

Hi,I created a Flow designer where the tasks will be triggered. Currently I have multiple tasks to generate. But I noticed that, When I close complete the first task. Automatically the Request i.e., RITM is also getting closed complete, and the secon...

RipunjaiGurava_0-1710411740303.png
Community Alums by Community Alums  
  • 476 Views
  • 3 replies
  • 1 helpfuls

Attachment Mandatory

I need to make attachment mandatory in catalog item before submitting ,In platform view that too it should only  takes only docx and xlsx extension files only .